summaryrefslogtreecommitdiff
path: root/extra/dbus-python
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-16 10:09:22 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-16 10:09:22 +0200
commit0be48442ebb71571ec0ab1bbf27bf4a0759ed19b (patch)
tree5d6384ab664e0ddbecc26676b8f56a05276cc4df /extra/dbus-python
parente6fce62e8ff0bdb90a7e6bc3cc224bdabcd20a24 (diff)
parentea3d877b99c32e3a9e00ab220440d4518430e5bc (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: core/dbus-core/PKGBUILD extra/dbus/PKGBUILD extra/qt/PKGBUILD extra/xorg-server/PKGBUILD multilib/lib32-dbus-core/PKGBUILD testing/cairo/PKGBUILD testing/cairo/git_fixes.patch testing/glib2/PKGBUILD testing/gtk3/PKGBUILD testing/networkmanager/PKGBUILD testing/python/PKGBUILD
Diffstat (limited to 'extra/dbus-python')
-rw-r--r--extra/dbus-python/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/dbus-python/PKGBUILD b/extra/dbus-python/PKGBUILD
index 8120d8b36..9e5382388 100644
--- a/extra/dbus-python/PKGBUILD
+++ b/extra/dbus-python/PKGBUILD
@@ -1,18 +1,19 @@
-# $Id: PKGBUILD 128602 2011-06-24 13:59:34Z ibiru $
+# $Id: PKGBUILD 156109 2012-04-14 07:40:13Z andyrtr $
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=dbus-python
-pkgver=0.84.0
+pkgver=1.0.0
pkgrel=1
pkgdesc="Python bindings for DBUS"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL' 'LGPL')
url="http://www.freedesktop.org/wiki/Software/DBusBindings"
-depends=('dbus-glib' 'python2')
-makedepends=('pkg-config' 'docutils')
+depends=('dbus-core' 'python2')
+makedepends=('docutils' 'dbus-glib')
+optdepends=('dbus-glib: glib mainloop support')
options=('!libtool')
source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fe69a2613e824463e74f10913708c88a')
+md5sums=('775a8235736bf760cdd96e2d76546469')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"