dbus: update to 1.10.2.

This commit is contained in:
Juan RP 2015-10-27 08:34:23 +01:00
parent 7ff9494588
commit 46ec06e471

View file

@ -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 <xtraeme@voidlinux.eu>"
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"