dbus: update to 1.8.12.
This commit is contained in:
parent
ad67a412d2
commit
df868d49c4
1 changed files with 4 additions and 5 deletions
|
@ -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 <xtraeme@gmail.com>"
|
||||
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 \
|
||||
|
|
Loading…
Reference in a new issue