dbus: revert previous for now.
This commit is contained in:
parent
02b0a02378
commit
2a3754c83e
|
@ -1,15 +1,14 @@
|
|||
# Template file for 'dbus'
|
||||
pkgname=dbus
|
||||
version=1.6.0
|
||||
revision=2
|
||||
revision=3
|
||||
homepage="http://dbus.freedesktop.org/"
|
||||
distfiles="${homepage}/releases/dbus/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat
|
||||
--disable-dnotify --enable-inotify --with-dbus-user=dbus
|
||||
--disable-doxygen-docs --disable-xml-docs --disable-tests --enable-systemd
|
||||
--with-systemdsystemunitdir=/lib/systemd/system --enable-epoll
|
||||
--with-system-pid-file=/run/dbus/pid --with-system-socket=/run/dbus/system_bus_socket"
|
||||
--with-systemdsystemunitdir=/lib/systemd/system --enable-epoll"
|
||||
makedepends="pkg-config expat-devel libX11-devel systemd-devel"
|
||||
conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf"
|
||||
subpackages="dbus-devel dbus-libs dbus-x11"
|
||||
|
|
Loading…
Reference in New Issue