Files
main/programming/misc/libxmlb/pspec.xml
T
2025-04-28 12:30:55 +03:00

116 lines
4.4 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org.tr/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libxmlb</Name>
<Homepage>https://github.com/hughsie/libxmlb</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<PartOf>programming.library</PartOf>
<License>GPLv2</License>
<Summary>Library for querying compressed XML metadata</Summary>
<Description>Library for querying compressed XML metadata</Description>
<Archive sha1sum="9bece1a1169cdaab27093eb2906f5dfebc9bd72e" type="tarxz">https://github.com/hughsie/libxmlb/releases/download/0.3.22/libxmlb-0.3.22.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>xz-devel</Dependency>
<Dependency>zstd-devel</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>shared-mime-info</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libxmlb</Name>
<Summary>Library for querying compressed XML metadata</Summary>
<RuntimeDependencies>
<Dependency>xz</Dependency>
<Dependency>zstd</Dependency>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/xb-tool</Path>
<Path fileType="data">/usr/share/doc</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/share/gtk-doc</Path>
<Path fileType="library">/usr/lib/libxmlb.*</Path>
<Path fileType="executable">/usr/lib/xb-tool</Path>
<Path fileType="data">/usr/share/girepository-1.0</Path>
<Path fileType="library">/usr/lib/girepository-1.0</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>libxmlb-devel</Name>
<Summary>Development files for libxmlb</Summary>
<RuntimeDependencies>
<Dependency>xz-devel</Dependency>
<Dependency>zstd-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency release="current">libxmlb</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="7">
<Date>2025-04-28</Date>
<Version>0.3.22</Version>
<Comment>Version bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2023-11-14</Date>
<Version>0.3.14</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2023-08-19</Date>
<Version>0.3.13</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2023-08-11</Date>
<Version>0.3.12</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2022-08-10</Date>
<Version>0.3.9</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-09-02</Date>
<Version>0.2.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-02-01</Date>
<Version>0.1.14</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>