Merge pull request #138 from ertugerata/master

update to dbus-1.10
This commit is contained in:
Ertuğrul Erata
2015-10-09 23:05:55 +03:00
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import os, re
OUR_ID = 650
OUR_ID = 101
OUR_NAME = "dbus"
OUR_DESC = "dbus"
+8 -3
View File
@@ -13,7 +13,7 @@
<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>
<Archive sha1sum="eec3c798633f623e960eb1d9f93b47648f389443" type="targz">http://dbus.freedesktop.org/releases/dbus/dbus-1.10.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>expat-devel</Dependency>
<Dependency>libX11-devel</Dependency>
@@ -30,7 +30,6 @@
<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>
@@ -59,7 +58,6 @@
<RuntimeDependencies>
<Dependency>libX11</Dependency>
<Dependency>dbus</Dependency>
<!--<Dependency>systemd-units</Dependency>-->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/dbus-launch</Path>
@@ -100,6 +98,13 @@
</Package>
<History>
<Update release="13">
<Date>2015-10-09</Date>
<Version>1.10.0</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="12">
<Date>2015-05-11</Date>
<Version>1.9.14</Version>