dbus: update to 1.12.0

This commit is contained in:
Sir_Boops 2017-10-31 09:47:55 -06:00 committed by Enno Boland
parent c63b6e0c81
commit cb0869f1df

View file

@ -1,19 +1,19 @@
# Template file for 'dbus'
pkgname=dbus
version=1.10.24
version=1.12.0
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 --disable-user-session ac_cv_have_abstract_sockets=yes"
--disable-user-session"
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=71184eb27638e224579ffa998e88f01d0f1fef17a7811406e53350735eaecd1b
homepage="https://dbus.freedesktop.org/"
distfiles="https://dbus.freedesktop.org/releases/dbus/dbus-${version}.tar.gz"
checksum=39af0d9267391434b549c5c4adc001b735518c96f7630c3fe7162af1d13ef3c0
hostmakedepends="pkg-config intltool gperf xmlto"
makedepends="expat-devel libX11-devel libcap-devel"