dbus: update to 1.8.12.

This commit is contained in:
Juan RP 2014-11-27 11:19:39 +01:00
parent ad67a412d2
commit df868d49c4

View file

@ -1,20 +1,19 @@
# Template file for 'dbus' # Template file for 'dbus'
# #
pkgname=dbus pkgname=dbus
version=1.8.10 version=1.8.12
revision=1 revision=1
short_desc="Message bus system" short_desc="Message bus system"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://dbus.freedesktop.org/" homepage="http://dbus.freedesktop.org/"
distfiles="${homepage}/releases/dbus/dbus-${version}.tar.gz" distfiles="${homepage}/releases/dbus/dbus-${version}.tar.gz"
checksum=10bf87fdb68815edd01d53885101dbcdd80dacad7198912cca61a4fa22dfaf8e checksum=c91428f28d2925ba32d34ffc824bfcf4d40d5e1e67befc4bcf2202f0a862501e
create_wrksrc=yes create_wrksrc=yes
hostmakedepends="pkg-config intltool gperf xmlto" hostmakedepends="pkg-config intltool gperf xmlto"
makedepends="expat-devel libX11-devel libcap-devel" makedepends="expat-devel libX11-devel libcap-devel"
conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf" conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf"
replaces="runit-void<20141013_2"
# Create dbus:22 system account. # Create dbus:22 system account.
system_accounts="dbus:22" system_accounts="dbus:22"
@ -111,8 +110,8 @@ do_configure() {
fi fi
./configure ${configure_args} \ ./configure ${configure_args} \
--disable-selinux --enable-userdb-cache --with-xml=expat \ --disable-selinux \
--disable-dnotify --enable-inotify --with-dbus-user=dbus \ --enable-inotify --with-dbus-user=dbus \
--disable-doxygen-docs --enable-xml-docs --disable-static \ --disable-doxygen-docs --enable-xml-docs --disable-static \
--disable-tests --enable-epoll --disable-asserts \ --disable-tests --enable-epoll --disable-asserts \
--with-system-socket=/run/dbus/system_bus_socket \ --with-system-socket=/run/dbus/system_bus_socket \