From 46ec06e471eea7e390d2f87b0ac5d827b55ec01f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 27 Oct 2015 08:34:23 +0100 Subject: [PATCH] dbus: update to 1.10.2. --- srcpkgs/dbus/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dbus/template b/srcpkgs/dbus/template index 60bd0463425..d66551903b7 100644 --- a/srcpkgs/dbus/template +++ b/srcpkgs/dbus/template @@ -1,19 +1,19 @@ # Template file for 'dbus' pkgname=dbus -version=1.10.0 +version=1.10.2 revision=1 build_style=gnu-configure configure_args="--disable-selinux --enable-inotify --with-dbus-user=dbus --enable-xml-docs --disable-static --disable-tests --enable-epoll --disable-asserts --disable-systemd --with-system-socket=/run/dbus/system_bus_socket --disable-doxygen-docs --with-system-pid-file=/run/dbus/pid --with-console-auth-dir=/run/console - --enable-abstract-sockets ac_cv_have_abstract_sockets=yes" + --enable-abstract-sockets --disable-user-session ac_cv_have_abstract_sockets=yes" 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=1dfb9745fb992f1ccd43c920490de8caddf6726a6222e8b803be6098293f924b +checksum=aef3f49595df09b0824433ee993cda748ede93693a719a831562ae1616b6bb9e build_pie=yes hostmakedepends="pkg-config intltool gperf xmlto"