dbus: update to 1.10.0
This commit is contained in:
parent
ccec41a09e
commit
5858c61f3d
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dbus'
|
||||
pkgname=dbus
|
||||
version=1.8.20
|
||||
revision=2
|
||||
version=1.10.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
|
||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2"
|
||||
homepage="http://dbus.freedesktop.org/"
|
||||
distfiles="${homepage}/releases/dbus/dbus-${version}.tar.gz"
|
||||
checksum=5c4fbf4c64621c96e871da91d2b729a5b00536e116d3c4612a469d924b1b703a
|
||||
checksum=1dfb9745fb992f1ccd43c920490de8caddf6726a6222e8b803be6098293f924b
|
||||
|
||||
build_pie=yes
|
||||
hostmakedepends="pkg-config intltool gperf xmlto"
|
||||
|
@ -45,7 +45,6 @@ dbus-libs_package() {
|
|||
}
|
||||
}
|
||||
dbus-x11_package() {
|
||||
replaces="dbus<1.4.16_2"
|
||||
short_desc+=" - X11 support"
|
||||
pkg_install() {
|
||||
vmove usr/bin/dbus-launch
|
||||
|
|
Loading…
Reference in New Issue