12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>gcap</Name>
- <Homepage>https://wiki.gnome.org/msitools</Homepage>
- <Packager>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Packager>
- <License>LGPL2.1</License>
- <IsA>app:console</IsA>
- <Summary>Library and tool for working with Microsoft Cabinet (CAB) files</Summary>
- <Description>Library and tool for working with Microsoft Cabinet (CAB) files</Description>
- <Archive sha1sum="d3ea32a236858d5e48af979b020a6588987a318c" type="tarxz">http://ftp.gnome.org/pub/GNOME/sources/gcab/1.5/gcab-1.5.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>python-six</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>vala-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>intltool</Dependency>
- <Dependency>gtk-doc</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- <Dependency>meson</Dependency>
- <Dependency>docbook-xsl</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>gcap</Name>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- <Dependency>glib2</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="localedata">/usr/share/locale</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="data">/usr/share/gir-1.0/GCab-1.0.gir</Path>
- <Path fileType="data">/usr/share/vala</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>gcap-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">gcap</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2022-08-05</Date>
- <Version>1.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <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">
- <Date>2018-08-10</Date>
- <Version>0.7</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2017-12-10</Date>
- <Version>0.7</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|