dbus: update to 1.8.8.

This commit is contained in:
Juan RP 2014-09-16 20:00:46 +02:00
parent b180f9393f
commit 3927173ce4
1 changed files with 7 additions and 10 deletions

View File

@ -1,20 +1,14 @@
# Template file for 'dbus' # Template file for 'dbus'
# #
_systemd_version=208
pkgname=dbus pkgname=dbus
version=1.8.6 version=1.8.8
revision=3 revision=1
short_desc="Message bus system" short_desc="Message bus system"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://dbus.freedesktop.org/" homepage="http://dbus.freedesktop.org/"
distfiles=" distfiles="${homepage}/releases/dbus/dbus-${version}.tar.gz"
${homepage}/releases/dbus/dbus-${version}.tar.gz checksum=dfab263649a979d0fff64a30cac374891a8e9940350e41f3bbd7679af32bd1fd
http://www.freedesktop.org/software/systemd/systemd-${_systemd_version}.tar.xz"
checksum="
eded83ca007b719f32761e60fd8b9ffd0f5796a4caf455b01b5a5ef740ebd23f
aa64fa864466fd5727005c55d61c092828b94b4f857272c0b503695022146390"
create_wrksrc=yes create_wrksrc=yes
hostmakedepends="pkg-config intltool gperf xmlto" hostmakedepends="pkg-config intltool gperf xmlto"
@ -28,6 +22,9 @@ system_accounts="dbus:22"
build_options="systemd" build_options="systemd"
if [ "$build_option_systemd" ]; then if [ "$build_option_systemd" ]; then
_systemd_version=208
distfiles+=" http://www.freedesktop.org/software/systemd/systemd-${_systemd_version}.tar.xz"
checksum+=" aa64fa864466fd5727005c55d61c092828b94b4f857272c0b503695022146390"
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
_systemddir="$XBPS_CROSS_BASE" _systemddir="$XBPS_CROSS_BASE"
_confargs="--host=$XBPS_CROSS_TRIPLET --with-sysroot=$XBPS_CROSS_BASE" _confargs="--host=$XBPS_CROSS_TRIPLET --with-sysroot=$XBPS_CROSS_BASE"