189 lines
7.6 KiB
XML
189 lines
7.6 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>dbus</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>service</IsA>
|
||
<Summary>A message bus system, a simple way for applications to talk to each other</Summary>
|
||
<Description>D-Bus supplies both a system daemon (for events such as "new hardware device added" or "printer queue changed") and a per-user-login-session daemon (for general IPC needs among user applications). Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon). Currently the communicating applications are on one computer, but TCP/IP option is available and remote support planned.</Description>
|
||
<Archive sha1sum="9e95dfa2fa05c6028a9bc7d76a151b59411711e9" type="targz">http://dbus.freedesktop.org/releases/dbus/dbus-1.9.14.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>expat-devel</Dependency>
|
||
<Dependency>libX11-devel</Dependency>
|
||
<!--<Dependency>doxygen</Dependency>-->
|
||
<Dependency>libcap-ng-devel</Dependency>
|
||
<!--<Dependency>xmlto</Dependency>-->
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>dbus</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>expat</Dependency>
|
||
<Dependency>libcap-ng</Dependency>
|
||
<!--libX11 dbus-x11 paketi ayrılınca buradan silinecek-->
|
||
<!--<Dependency>libX11</Dependency>-->
|
||
<!--<Dependency>systemd-units</Dependency>-->
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="config">/etc/dbus-1</Path>
|
||
<Path fileType="config">/usr/lib/tmpfiles.d/dbus.conf</Path>
|
||
<Path fileType="executable">/usr/bin</Path>
|
||
<Path fileType="library">/usr/lib</Path>
|
||
<Path fileType="library">/usr/libexec</Path>
|
||
<Path fileType="data">/usr/share/dbus-1</Path>
|
||
<Path fileType="doc">/usr/share/doc</Path>
|
||
<Path fileType="man">/usr/share/man</Path>
|
||
<Path fileType="data">/run/dbus</Path>
|
||
<Path fileType="data">/var/lib/dbus</Path>
|
||
<Path fileType="data">/lib/systemd/system</Path>
|
||
</Files>
|
||
<AdditionalFiles>
|
||
<AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/dbus.conf">tmpfiles.conf</AdditionalFile>
|
||
</AdditionalFiles>
|
||
<Provides>
|
||
<COMAR script="package.py">System.Package</COMAR>
|
||
</Provides>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>dbus-x11</Name>
|
||
<PartOf>x11.util</PartOf>
|
||
<RuntimeDependencies>
|
||
<Dependency>libX11</Dependency>
|
||
<Dependency>dbus</Dependency>
|
||
<!--<Dependency>systemd-units</Dependency>-->
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="executable">/usr/bin/dbus-launch</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>dbus-devel</Name>
|
||
<PartOf>system.devel</PartOf>
|
||
<Summary>Development files for dbus</Summary>
|
||
<RuntimeDependencies>
|
||
<Dependency release="current">dbus</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="header">/usr/include</Path>
|
||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||
<Path fileType="data">/usr/lib32/pkgconfig</Path>
|
||
<Path fileType="library">/usr/lib/dbus-1.0/include</Path>
|
||
<Path fileType="man">/usr/share/man/man3</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>dbus-32bit</Name>
|
||
<PartOf>emul32</PartOf>
|
||
<Summary>32-bit shared libraries for dbus</Summary>
|
||
<BuildType>emul32</BuildType>
|
||
<BuildDependencies>
|
||
<Dependency>expat-32bit</Dependency>
|
||
<Dependency>glibc-32bit</Dependency>
|
||
</BuildDependencies>
|
||
<RuntimeDependencies>
|
||
<Dependency>glibc-32bit</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="library">/usr/lib32</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="12">
|
||
<Date>2015-05-11</Date>
|
||
<Version>1.9.14</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Ertuğrul Erata</Name>
|
||
<Email>ertugrulerata@gmail.com</Email>
|
||
</Update>
|
||
<Update release="11">
|
||
<Date>2015-02-15</Date>
|
||
<Version>1.9.10</Version>
|
||
<Comment>Version bump and security fixes CVE-2015-0245.</Comment>
|
||
<Name>Vedat Demir</Name>
|
||
<Email>vedat@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="10">
|
||
<Date>2015-01-25</Date>
|
||
<Version>1.9.6</Version>
|
||
<Comment>Version bump and security update (CVE-2014-3636, CVE-2014-3637,CVE-2014-3638, CVE-2014-3639) .</Comment>
|
||
<Name>Vedat Demir</Name>
|
||
<Email>vedat@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="9">
|
||
<Date>2014-09-19</Date>
|
||
<Version>1.8.8</Version>
|
||
<Comment>Version bump and security update (CVE-2014-3636, CVE-2014-3637,CVE-2014-3638, CVE-2014-3639) .</Comment>
|
||
<Name>Vedat Demir</Name>
|
||
<Email>vedat@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="8">
|
||
<Date>2014-07-04</Date>
|
||
<Version>1.8.6</Version>
|
||
<Comment>Version bump and security update CVE-2014-3532 CVE-2014-3533.</Comment>
|
||
<Name>Vedat Demir</Name>
|
||
<Email>vedat@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="7">
|
||
<Date>2014-06-23</Date>
|
||
<Version>1.8.4</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Vedat Demir</Name>
|
||
<Email>vedat@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="6">
|
||
<Date>2014-05-11</Date>
|
||
<Version>1.8.0</Version>
|
||
<Comment>Release bump.</Comment>
|
||
<Name>Marcin Bojara</Name>
|
||
<Email>marcin@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="5">
|
||
<Date>2014-02-18</Date>
|
||
<Version>1.8.0</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Yusuf Aydemir</Name>
|
||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="4">
|
||
<Date>2014-01-09</Date>
|
||
<Version>1.6.18</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Marcin Bojara</Name>
|
||
<Email>marcin@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="3">
|
||
<Date>2013-10-23</Date>
|
||
<Version>1.6.16</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Yusuf Aydemir</Name>
|
||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="2">
|
||
<Date>2013-09-08</Date>
|
||
<Version>1.6.14</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Marcin Bojara</Name>
|
||
<Email>marcin@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="1">
|
||
<Date>2012-10-16</Date>
|
||
<Version>1.6.8</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Erdem Artan</Name>
|
||
<Email>admins@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|