dbus: update to 1.4.10.

This commit is contained in:
Juan RP 2011-06-04 22:20:44 +02:00
parent 05b99ea0f5
commit 33fe254004

View file

@ -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 <xtraeme@gmail.com>"
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