Files
main/programming/library/appstream/pspec.xml
T
2019-04-14 13:14:40 +03:00

133 lines
5.1 KiB
XML
Executable File

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>appstream</Name>
<Homepage>https://www.freedesktop.org/wiki/Distributions/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="de0537f36b89d788e335d288b6217e536c75580b" type="tarxz">https://www.freedesktop.org/software/appstream/releases/AppStream-0.12.5.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>qt5-linguist</Dependency>
<Dependency>gperf</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="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>
<Path fileType="data">/usr/share/gettext</Path>
<Path fileType="data">/usr/share/vala</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/share/libalpm</Path>
</Files>
<Provides>
<COMAR script="package.py">System.Package</COMAR>
</Provides>
</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="4">
<Date>2019-04-14</Date>
<Version>0.12.5</Version>
<Comment>Rebuild qt5.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2019-02-13</Date>
<Version>0.12.5</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2018-11-09</Date>
<Version>0.12.3</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2018-10-20</Date>
<Version>0.12.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>