This commit is contained in:
4fury-c3440d8
2023-01-29 08:33:23 +03:00
parent 49e2538f97
commit 018a28d752
2 changed files with 17 additions and 14 deletions
+5 -9
View File
@@ -2,22 +2,18 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import get
from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools, pisitools
def setup():
shelltools.system("sed -i s/Description/description/ meson.build")
#pisitools.dosed("meson.build", "Description", "description")
mesontools.configure()
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "TODO")
+12 -5
View File
@@ -1,19 +1,18 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>babl</Name>
<Homepage>http://gegl.org/babl</Homepage>
<Homepage>https://gegl.org/babl/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<License>LGPLv3</License>
<License>LGPL-3</License>
<IsA>library</IsA>
<Summary>A dynamic, any to any, pixel format translation library</Summary>
<Description>babl is a library that allows converting between different methods of storing pixels known as pixel formats that have with different bitdepths and other data representations, color models and component permutations.</Description>
<Archive sha1sum="115357598f03dd00720db3ea462c11f61558ab18" type="tarxz">https://download.gimp.org/pub/babl/0.1/babl-0.1.90.tar.xz</Archive>
<Archive sha1sum="fda6f0037a4fae8f8a3952dc846504ae9b87b060" type="tarxz">https://download.gimp.org/pub/babl/0.1/babl-0.1.98.tar.xz</Archive>
<BuildDependencies>
<!-- For rsvg utility -->
<!--<Dependency>librsvg</Dependency>-->
@@ -30,6 +29,7 @@
<Dependency>lcms2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/babl</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
@@ -51,6 +51,13 @@
</Package>
<History>
<Update release="15">
<Date>2023-01-28</Date>
<Version>0.1.98</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="14">
<Date>2022-03-22</Date>
<Version>0.1.90</Version>