Files
core/system/base/dbus-glib/pspec.xml
T
2018-10-31 18:31:32 +03:00

102 lines
3.9 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>dbus-glib</Name>
<Homepage>http://dbus.freedesktop.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>AFL-2.1</License>
<IsA>library</IsA>
<Summary>Glib bindings for D-Bus</Summary>
<Description>dbus-glib is an add-on library to integrate the standard D-Bus library with the GLib thread abstraction and main loop.</Description>
<Archive sha1sum="5c851f3d457b46d5fa7f1e647d1141592d38cc53" type="targz">http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.108.tar.gz</Archive>
<BuildDependencies>
<Dependency>dbus-devel</Dependency>
<!-- New dbus uses GVariant data structure. We need glib2 >= 2.24 -->
<Dependency>glib2-devel</Dependency>
<Dependency>libpcre-devel</Dependency>
<Dependency>expat-devel</Dependency>
<Dependency>libxml2</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>dbus-glib</Name>
<RuntimeDependencies>
<Dependency>dbus</Dependency>
<!-- New dbus uses GVariant data structure. We need glib2 >= 2.24 -->
<Dependency>glib2</Dependency>
<Dependency>expat</Dependency>
<Dependency>libxml2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/libexec/dbus-bash-completion-helper</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man/man1</Path>
<Path fileType="data">/etc/bash_completion.d</Path>
<Path fileType="data">/usr/share/bash-completion</Path>
<Path fileType="data">/usr/libexec</Path>
</Files>
</Package>
<Package>
<Name>dbus-glib-devel</Name>
<PartOf>system.devel</PartOf>
<Summary>Development files for dbus-glib</Summary>
<RuntimeDependencies>
<Dependency release="current">dbus-glib</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>glib2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/dbus-1.0</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2018-10-31</Date>
<Version>0.108</Version>
<Comment>Rebuild.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-07-20</Date>
<Version>0.108</Version>
<Comment>Rebuild.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-26</Date>
<Version>0.108</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2016-04-27</Date>
<Version>0.104</Version>
<Comment>Release Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-10</Date>
<Version>0.104</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>