123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>appstream</Name>
- <Homepage>http://distributions.freedesktop.org/wiki/AppStream</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <Summary>Provides a standard for creating app stores across distributions</Summary>
- <Description>Provides a standard for creating app stores across distributions</Description>
- <Archive sha1sum="d2e1c696b0104635e13308a25110b490e175acdb" type="tarxz">https://www.freedesktop.org/software/appstream/releases/AppStream-0.12.0.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>xmlto</Dependency>
- <Dependency>gtk-doc</Dependency>
- <Dependency>vala-devel</Dependency> -->
- <!-- <Dependency>libstemmer</Dependency> -->
- <Dependency>docbook-xsl</Dependency>
- <Dependency>docbook-xml</Dependency>
- <!-- <Dependency>gettext-devel</Dependency> -->
- <Dependency versionFrom="2.54.3">glib2-devel</Dependency>
- <Dependency>python-six</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>libxslt-devel</Dependency>
- <Dependency>libyaml-devel</Dependency>
- <Dependency>libxml2-devel</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency versionFrom="1.54.1">gobject-introspection-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>appstream</Name>
- <RuntimeDependencies>
- <Dependency>libxml2</Dependency>
- <Dependency>libyaml</Dependency>
- <Dependency>glib2</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="config">/etc</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="info">/usr/share/metainfo</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="/usr/share/libalpm/hooks/update-appstream-cache.hook">update-appstream-cache.hook</AdditionalFile>
- </AdditionalFiles>
- </Package>
- <Package>
- <Name>appstream-qt5</Name>
- <RuntimeDependencies>
- <Dependency>qt5-base</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>appstream</Dependency>
- <Dependency>glib2</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libAppStreamQt.*</Path>
- </Files>
- </Package>
- <Package>
- <Name>appstream-qt5-devel</Name>
- <Summary>Development files for appstream</Summary>
- <RuntimeDependencies>
- <Dependency release="current">appstream-qt5</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include/AppStreamQt</Path>
- <Path fileType="data">/usr/lib/cmake</Path>
- </Files>
- </Package>
- <Package>
- <Name>appstream-devel</Name>
- <Summary>Development files for appstream</Summary>
- <RuntimeDependencies>
- <Dependency release="current">appstream</Dependency>
- <Dependency>glib2-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2018-05-07</Date>
- <Version>0.12.0</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|