dbus: update to 1.4.1.

This commit is contained in:
Juan RP 2010-12-23 22:59:29 +01:00
parent e643f8dcee
commit 0056d3dee9
2 changed files with 3 additions and 7 deletions

View File

@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains the shared libraries."
revision=1
Add_dependency run glibc
do_install()

View File

@ -1,15 +1,13 @@
# Template file for 'dbus'
pkgname=dbus
version=1.4.0
revision=3
version=1.4.1
distfiles="http://dbus.freedesktop.org/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"
--localstatedir=/var --disable-dnotify --enable-inotify --with-dbus-user=dbus"
short_desc="Message bus system"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=c96d2f86d40e158e2bf405925a0a42cce0533a8466098e2f2238aa1614926652
checksum=caa1a0ded2d0f2e95c1d4ec7e3c8bd44834928c5b0ed41a7189963f3593983bd
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