From ff73cfb6cebed11202391e59cc270c22851eb2fb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 3 Dec 2012 18:07:16 +0100 Subject: [PATCH] dbus: re-enable systemd; some services fail to start otherwise. --- srcpkgs/dbus/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dbus/template b/srcpkgs/dbus/template index 538e556f11d..d50e170f140 100644 --- a/srcpkgs/dbus/template +++ b/srcpkgs/dbus/template @@ -1,7 +1,7 @@ # Template file for 'dbus' pkgname=dbus version=1.6.8 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat --disable-dnotify --enable-inotify --with-dbus-user=dbus --disable-tests @@ -9,7 +9,7 @@ configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat --disable-asserts --with-system-socket=/run/dbus/system_bus_socket --with-system-pid-file=/run/dbus/pid --with-console-auth-dir=/run/console/ --with-systemdsystemunitdir=/usr/lib/systemd/system" -makedepends="pkg-config expat-devel libX11-devel" +makedepends="pkg-config expat-devel libX11-devel systemd-devel" conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf" subpackages="dbus-devel dbus-libs dbus-x11" system_accounts="dbus"