From cd341cd3b748fe50687fad0ebab929ede1ce37e7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 22 Jul 2015 10:07:37 +0200 Subject: [PATCH] dbus: update to 1.8.20. --- srcpkgs/dbus/template | 39 ++++++++++----------------------------- 1 file changed, 10 insertions(+), 29 deletions(-) diff --git a/srcpkgs/dbus/template b/srcpkgs/dbus/template index 5909e057d7..5e6e83c44a 100644 --- a/srcpkgs/dbus/template +++ b/srcpkgs/dbus/template @@ -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 " 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 }