dbus-glib: update to 0.94.

This commit is contained in:
Juan RP 2011-06-25 11:56:35 +02:00
parent e1b9df9b13
commit 23fcc94e91

View File

@ -1,13 +1,12 @@
# Template file for 'dbus-glib' # Template file for 'dbus-glib'
pkgname=dbus-glib pkgname=dbus-glib
version=0.92 version=0.94
distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz" distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure
configure_args="--disable-static --disable-bash-completion configure_args="--disable-static --disable-bash-completion"
--disable-doxygen-docs"
short_desc="GLib bindings for D-Bus" short_desc="GLib bindings for D-Bus"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=5a7fd4cf937cdcb7f2eed61341b70ee0f2607450a50db381618598adf60dd40e checksum=e460fa9314f0d35b054355080b5c315187c9e3d02252f1b7b11195bb0c08d39b
long_desc=" long_desc="
D-Bus add-on library to integrate the standard D-Bus library with D-Bus add-on library to integrate the standard D-Bus library with
the GLib thread abstraction and main loop." the GLib thread abstraction and main loop."
@ -21,8 +20,3 @@ Add_dependency build pkg-config
Add_dependency build glib-devel Add_dependency build glib-devel
Add_dependency build dbus-devel Add_dependency build dbus-devel
Add_dependency build expat-devel Add_dependency build expat-devel
post_install()
{
rm -rf ${DESTDIR}/etc
}