diff --git a/system/base/dbus/actions.py b/system/base/dbus/actions.py index fc45cc9f..b70c1432 100644 --- a/system/base/dbus/actions.py +++ b/system/base/dbus/actions.py @@ -41,6 +41,7 @@ def setup(): options += " \ --libdir=/usr/lib32 \ --disable-xml-docs \ + --without-elogind \ --disable-doxygen-docs \ " # Build only libdbus @@ -65,5 +66,5 @@ def install(): pisitools.dodir("/var/lib/dbus") pisitools.dodir("/usr/share/dbus-1/services") - pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "doc/TODO", "doc/*.txt") + pisitools.dodoc("AUTHORS", "NEWS", "README*", "doc/TODO", "doc/*.txt") pisitools.dohtml("doc/") diff --git a/system/base/dbus/pspec.xml b/system/base/dbus/pspec.xml index 2e34ab7b..908eadca 100644 --- a/system/base/dbus/pspec.xml +++ b/system/base/dbus/pspec.xml @@ -13,9 +13,9 @@ service A message bus system, a simple way for applications to talk to each other 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. - https://dbus.freedesktop.org/releases/dbus/dbus-1.12.22.tar.gz + https://dbus.freedesktop.org/releases/dbus/dbus-1.14.0.tar.xz - expat-devel + expat-devel libX11-devel libcap-ng-devel @@ -100,9 +100,9 @@ - 2022-07-18 - 1.12.22 - Rebuild. + 2022-09-01 + 1.14.0 + Version bump. Mustafa Cinasal muscnsl@gmail.com