dbus: update to 1.8.20.
This commit is contained in:
parent
45584d150b
commit
cd341cd3b7
|
@ -1,17 +1,21 @@
|
|||
# Template file for 'dbus'
|
||||
#
|
||||
pkgname=dbus
|
||||
version=1.8.18
|
||||
revision=2
|
||||
version=1.8.20
|
||||
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"
|
||||
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=36f2eb9c777a3c71562573da36a147e900a642afcd44d2b0470d992a4898c4f2
|
||||
checksum=5c4fbf4c64621c96e871da91d2b729a5b00536e116d3c4612a469d924b1b703a
|
||||
|
||||
build_pie=yes
|
||||
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"
|
||||
|
@ -19,30 +23,7 @@ conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf"
|
|||
# Create dbus:22 system account.
|
||||
system_accounts="dbus:22"
|
||||
|
||||
do_configure() {
|
||||
cd ${wrksrc}/dbus-${version}
|
||||
|
||||
./configure ${configure_args} \
|
||||
--disable-selinux \
|
||||
--enable-inotify --with-dbus-user=dbus \
|
||||
--disable-doxygen-docs --enable-xml-docs --disable-static \
|
||||
--disable-tests --enable-epoll --disable-asserts \
|
||||
--disable-systemd \
|
||||
--with-system-socket=/run/dbus/system_bus_socket \
|
||||
--with-system-pid-file=/run/dbus/pid \
|
||||
--with-console-auth-dir=/run/console/ \
|
||||
--enable-abstract-sockets \
|
||||
ac_cv_have_abstract_sockets=yes
|
||||
}
|
||||
|
||||
do_build() {
|
||||
cd ${wrksrc}/dbus-${version}
|
||||
make ${makejobs}
|
||||
}
|
||||
do_install() {
|
||||
cd ${wrksrc}/dbus-${version}
|
||||
make DESTDIR=${DESTDIR} install
|
||||
|
||||
post_install() {
|
||||
vsv dbus
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue