From b20a99b192a5fb52079ddbe743c833f2d1eeb6af Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 24 Apr 2022 16:22:48 +0300 Subject: [PATCH] dbus-1.12.22 --- system/base/dbus/actions.py | 2 ++ system/base/dbus/pspec.xml | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/system/base/dbus/actions.py b/system/base/dbus/actions.py index 84321598..fc45cc9f 100644 --- a/system/base/dbus/actions.py +++ b/system/base/dbus/actions.py @@ -26,6 +26,8 @@ def setup(): --disable-silent-rules \ --enable-inotify \ --enable-user-session \ + --with-systemduserunitdir=no \ + --with-systemdsystemunitdir=no \ --with-xml=expat \ --with-system-pid-file=/run/dbus/pid \ --with-system-socket=/run/dbus/system_bus_socket \ diff --git a/system/base/dbus/pspec.xml b/system/base/dbus/pspec.xml index ddd7f391..3f256e67 100644 --- a/system/base/dbus/pspec.xml +++ b/system/base/dbus/pspec.xml @@ -13,7 +13,7 @@ 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.20.tar.gz + https://dbus.freedesktop.org/releases/dbus/dbus-1.12.22.tar.gz expat-devel libX11-devel @@ -99,6 +99,13 @@ + + 2022-04-24 + 1.12.22 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-10-24 1.12.20