From ca75963433284e94f7e6300aa09649f4e27806f1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 26 Jun 2011 18:18:59 +0200 Subject: [PATCH] dbus: enable systemd support. --- srcpkgs/dbus/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dbus/template b/srcpkgs/dbus/template index 27df7a1f169..ee9873b8005 100644 --- a/srcpkgs/dbus/template +++ b/srcpkgs/dbus/template @@ -1,13 +1,14 @@ # Template file for 'dbus' pkgname=dbus version=1.4.12 -revision=1 +revision=2 homepage="http://dbus.freedesktop.org/" distfiles="${homepage}/releases/dbus/$pkgname-$version.tar.gz" build_style=gnu_configure configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat --localstatedir=/var --disable-dnotify --enable-inotify --with-dbus-user=dbus ---disable-doxygen-docs --disable-xml-docs --disable-tests" +--disable-doxygen-docs --disable-xml-docs --disable-tests +--with-systemdsystemunitdir=/lib/systemd/system" short_desc="Message bus system" maintainer="Juan RP " license="GPL-2"