From 4ed206f97b7529c8763644b4d87a0f0297ccbc16 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 9 Jul 2012 18:34:25 +0200 Subject: [PATCH] dbus: switch to /usr. --- srcpkgs/dbus/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/dbus/template b/srcpkgs/dbus/template index 11f463ec8d..e15aecee51 100644 --- a/srcpkgs/dbus/template +++ b/srcpkgs/dbus/template @@ -1,14 +1,13 @@ # Template file for 'dbus' pkgname=dbus version=1.6.2 -revision=1 -homepage="http://dbus.freedesktop.org/" -distfiles="${homepage}/releases/dbus/$pkgname-$version.tar.gz" +revision=2 build_style=gnu-configure configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat ---disable-dnotify --enable-inotify --with-dbus-user=dbus +--disable-dnotify --enable-inotify --with-dbus-user=dbus --disable-tests --disable-doxygen-docs --disable-xml-docs --disable-tests --enable-systemd ---with-systemdsystemunitdir=/lib/systemd/system --enable-epoll" +--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-epoll +--disable-asserts" 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" @@ -16,6 +15,8 @@ system_accounts="dbus" short_desc="Message bus system" maintainer="Juan RP " license="GPL-2" +homepage="http://dbus.freedesktop.org/" +distfiles="${homepage}/releases/dbus/$pkgname-$version.tar.gz" checksum=2bf210e549fbf801fef32ba132284bcd10021d1d9e52fc29097fe1333b54c2ea long_desc=" D-BUS is a message bus, used for sending messages between applications.