[arch-commits] Commit in dbus-core/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Tue Dec 7 11:43:34 UTC 2010


    Date: Tuesday, December 7, 2010 @ 06:43:34
  Author: jgc
Revision: 102355

upgpkg: dbus-core 1.4.0-2
Add systemd support (FS#21932)

Modified:
  dbus-core/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-07 11:34:24 UTC (rev 102354)
+++ PKGBUILD	2010-12-07 11:43:34 UTC (rev 102355)
@@ -4,7 +4,7 @@
 #
 pkgname=dbus-core
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Freedesktop.org message bus system"
 url="http://www.freedesktop.org/Software/dbus"
 arch=(i686 x86_64)
@@ -25,7 +25,8 @@
       --with-system-pid-file=/var/run/dbus.pid \
       --enable-inotify --disable-dnotify \
       --disable-verbose-mode --disable-static \
-      --disable-tests --disable-asserts --without-x
+      --disable-tests --disable-asserts --without-x \
+      --with-systemdsystemunitdir=/lib/systemd/system
   make
   make DESTDIR="${pkgdir}" install
 




More information about the arch-commits mailing list