core updated.

This commit is contained in:
Ertuğrul Erata
2015-05-17 16:28:10 +03:00
parent 14d58aa1d0
commit 8e13c775be
558 changed files with 543408 additions and 27657 deletions
+28 -7
View File
@@ -13,13 +13,13 @@
<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="a9741b6d017d6374c20bac2ea41262683b3e2386" type="targz">http://dbus.freedesktop.org/releases/dbus/dbus-1.9.10.tar.gz</Archive>
<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>doxygen</Dependency>-->
<Dependency>libcap-ng-devel</Dependency>
<Dependency>xmlto</Dependency>
<!--<Dependency>xmlto</Dependency>-->
</BuildDependencies>
</Source>
@@ -27,8 +27,9 @@
<Name>dbus</Name>
<RuntimeDependencies>
<Dependency>expat</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libcap-ng</Dependency>
<!--libX11 dbus-x11 paketi ayrılınca buradan silinecek-->
<Dependency>libX11</Dependency>
<!--<Dependency>systemd-units</Dependency>-->
</RuntimeDependencies>
<Files>
@@ -47,9 +48,21 @@
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/dbus.conf">tmpfiles.conf</AdditionalFile>
</AdditionalFiles>
<Provides>
<Provides>
<COMAR script="package.py">System.Package</COMAR>
</Provides>
</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>
@@ -75,9 +88,10 @@
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>expat-32bit</Dependency>
<Dependency>glibc-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="current">dbus</Dependency>
<Dependency>glibc-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
@@ -85,6 +99,13 @@
</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>