From 33fe254004b37600fdcbf6abdbb0bf2c3fbac893 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 4 Jun 2011 22:20:44 +0200 Subject: [PATCH] dbus: update to 1.4.10. --- srcpkgs/dbus/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dbus/template b/srcpkgs/dbus/template index 8eb425faccb..2296be16b9a 100644 --- a/srcpkgs/dbus/template +++ b/srcpkgs/dbus/template @@ -1,14 +1,16 @@ # Template file for 'dbus' pkgname=dbus -version=1.4.8 -distfiles="http://dbus.freedesktop.org/releases/dbus/$pkgname-$version.tar.gz" +version=1.4.10 +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 --localstatedir=/var --disable-dnotify --enable-inotify --with-dbus-user=dbus --disable-doxygen-docs --disable-xml-docs" short_desc="Message bus system" maintainer="Juan RP " -checksum=48bf73a35be0f0e2d9a5071d8f2d9c7c40b4254d9b405dee57f0fb07c9c3cf58 +license="GPL-2" +checksum=fcb4b41121525d485da32b5c988e1b31cab109c74d72c5abf05ae2a5b7db9517 long_desc=" D-BUS is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms