dbus update,

thanks @groni
This commit is contained in:
Ertuğrul Erata
2017-01-26 00:19:06 +03:00
parent e15a0d0f84
commit 8a9e243c0c
2 changed files with 10 additions and 2 deletions
-1
View File
@@ -41,7 +41,6 @@ def setup():
# Build only libdbus
pisitools.dosed("Makefile.am", "(.*SUBDIRS=dbus) .*", "\\1")
autotools.autoreconf("-vif")
autotools.configure(options)
+10 -1
View File
@@ -13,12 +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="b53ba143b3bc1808eabd4628379f59ea6836694c" type="targz">https://dbus.freedesktop.org/releases/dbus/dbus-1.11.0.tar.gz</Archive>
<Archive sha1sum="3f90a3d2ae6c67d2d1637039be9125c295c85a1a" type="targz">https://dbus.freedesktop.org/releases/dbus/dbus-1.11.8.tar.gz</Archive>
<BuildDependencies>
<Dependency>expat-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<!--<Dependency>doxygen</Dependency>-->
<Dependency>libcap-ng-devel</Dependency>
<Dependency>autoconf-archive</Dependency>
<!--<Dependency>xmlto</Dependency>-->
</BuildDependencies>
</Source>
@@ -40,6 +41,7 @@
<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">/usr/share/xml</Path>
<Path fileType="data">/run/dbus</Path>
<Path fileType="data">/var/lib/dbus</Path>
<Path fileType="data">/lib/systemd/system</Path>
@@ -96,6 +98,13 @@
</Package>
<History>
<Update release="5">
<Date>2017-01-25</Date>
<Version>1.11.8</Version>
<Comment>Version Bump</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="4">
<Date>2016-09-14</Date>
<Version>1.11.0</Version>