From df868d49c4eb86acaded022e39b9548f81017d11 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 27 Nov 2014 11:19:39 +0100 Subject: [PATCH] dbus: update to 1.8.12. --- srcpkgs/dbus/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/dbus/template b/srcpkgs/dbus/template index 5eb8b234a8..5e1ab571ed 100644 --- a/srcpkgs/dbus/template +++ b/srcpkgs/dbus/template @@ -1,20 +1,19 @@ # Template file for 'dbus' # pkgname=dbus -version=1.8.10 +version=1.8.12 revision=1 short_desc="Message bus system" maintainer="Juan RP " license="GPL-2" homepage="http://dbus.freedesktop.org/" distfiles="${homepage}/releases/dbus/dbus-${version}.tar.gz" -checksum=10bf87fdb68815edd01d53885101dbcdd80dacad7198912cca61a4fa22dfaf8e +checksum=c91428f28d2925ba32d34ffc824bfcf4d40d5e1e67befc4bcf2202f0a862501e create_wrksrc=yes hostmakedepends="pkg-config intltool gperf xmlto" makedepends="expat-devel libX11-devel libcap-devel" conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf" -replaces="runit-void<20141013_2" # Create dbus:22 system account. system_accounts="dbus:22" @@ -111,8 +110,8 @@ do_configure() { fi ./configure ${configure_args} \ - --disable-selinux --enable-userdb-cache --with-xml=expat \ - --disable-dnotify --enable-inotify --with-dbus-user=dbus \ + --disable-selinux \ + --enable-inotify --with-dbus-user=dbus \ --disable-doxygen-docs --enable-xml-docs --disable-static \ --disable-tests --enable-epoll --disable-asserts \ --with-system-socket=/run/dbus/system_bus_socket \