Merge pull request #7823 from suvari/master

gcap: version bump to 1.4
This commit is contained in:
Kamil ATLI
2020-02-02 03:28:17 +03:00
committed by GitHub
2 changed files with 30 additions and 13 deletions
+15 -11
View File
@@ -1,21 +1,25 @@
#!/usr/bin/python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright 2017 TUBITAK/UEKAE #!/usr/bin/python
# Licensed under the GNU General Public License, version 2. # -*- coding: utf-8 -*-
# See the file http://www.gnu.org/copyleft/gpl.txt. #
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get from pisi.actionsapi import get
from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
def setup(): def setup():
autotools.configure() mesontools.configure()
def build(): def build():
autotools.make() mesontools.build()
def check():
mesontools.build("test")
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) mesontools.install()
pisitools.dodoc("COPYING", "README.md")
+15 -2
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Library and tool for working with Microsoft Cabinet (CAB) files</Summary> <Summary>Library and tool for working with Microsoft Cabinet (CAB) files</Summary>
<Description>Library and tool for working with Microsoft Cabinet (CAB) files</Description> <Description>Library and tool for working with Microsoft Cabinet (CAB) files</Description>
<Archive sha1sum="1fca43f2a8120060f5d12ac08c278b6e9f57986b" type="tarxz">http://ftp.gnome.org/pub/GNOME/sources/gcab/0.7/gcab-0.7.tar.xz</Archive> <Archive sha1sum="a7d88dc6da46ade0d4e4bb70e7350690692283a1" type="tarxz">http://ftp.gnome.org/pub/GNOME/sources/gcab/1.4/gcab-1.4.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python-six</Dependency> <Dependency>python-six</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
@@ -20,6 +20,9 @@
<Dependency>zlib-devel</Dependency> <Dependency>zlib-devel</Dependency>
<Dependency>intltool</Dependency> <Dependency>intltool</Dependency>
<Dependency>gtk-doc</Dependency> <Dependency>gtk-doc</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>meson</Dependency>
<Dependency>docbook-xsl</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -34,7 +37,10 @@
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path> <Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/gtk-doc</Path> <Path fileType="doc">/usr/share/gtk-doc</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path> <Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/gir-1.0/GCab-1.0.gir</Path>
<Path fileType="data">/usr/share/vala</Path>
</Files> </Files>
</Package> </Package>
@@ -52,6 +58,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2020-02-02</Date>
<Version>1.4</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2018-08-10</Date> <Date>2018-08-10</Date>
<Version>0.7</Version> <Version>0.7</Version>
@@ -67,4 +80,4 @@
<Email>ertugrulerata@gmail.com</Email> <Email>ertugrulerata@gmail.com</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>