From a53010860b3cdeda8a847cb4560a497a2de69de8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 11 Jun 2012 23:05:40 +0200 Subject: [PATCH] dbus-python: update to 1.1.0. --- srcpkgs/dbus-python/dbus-python.rshlibs | 3 --- srcpkgs/dbus-python/template | 17 +++++++---------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/srcpkgs/dbus-python/dbus-python.rshlibs b/srcpkgs/dbus-python/dbus-python.rshlibs index 2d37b6f356..fb4aa71a63 100644 --- a/srcpkgs/dbus-python/dbus-python.rshlibs +++ b/srcpkgs/dbus-python/dbus-python.rshlibs @@ -1,8 +1,5 @@ libdbus-glib-1.so.2 libdbus-1.so.3 -libpthread.so.0 libgobject-2.0.so.0 -libgthread-2.0.so.0 -librt.so.1 libglib-2.0.so.0 libc.so.6 diff --git a/srcpkgs/dbus-python/template b/srcpkgs/dbus-python/template index 7c502a9f5b..663bd80db8 100644 --- a/srcpkgs/dbus-python/template +++ b/srcpkgs/dbus-python/template @@ -1,23 +1,20 @@ # Template file for 'dbus-python' pkgname=dbus-python -version=0.84.0 -homepage="http://www.freedesktop.org/wiki/Software/DBusBindings" -distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz" -build_style=gnu-configure +version=1.1.0 revision=1 +build_style=gnu-configure +pycompile_module="dbus" depends="python" -makedepends="dbus-glib-devel python-devel" +makedepends="pkg-config dbus-devel glib-devel dbus-glib-devel python-devel" short_desc="D-Bus Python bindings" maintainer="Juan RP " license="GPL-2, LGPL-2.1" -checksum=b85bc7aaf1a976627ca461b1ca7b0c4ddddff709f52fe44c9b2d1d7d8fac5906 +homepage="http://www.freedesktop.org/wiki/Software/DBusBindings" +distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz" +checksum=2dc30b53cdb2e20f8d0265af3be878e9da68745cf9ccc72f75de869094c4fc60 long_desc=" This package provides Python bindings for D-BUS." -pycompile_module="dbus" - - - post_install() { rm -rf ${DESTDIR}/usr/share/doc }