[arch-commits] Commit in dbus-python/repos (3 files)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sat Apr 14 07:40:13 UTC 2012
Date: Saturday, April 14, 2012 @ 03:40:13
Author: andyrtr
Revision: 156109
db-move: moved dbus-python from [testing] to [extra] (x86_64)
Added:
dbus-python/repos/extra-x86_64/PKGBUILD
(from rev 156105, dbus-python/repos/testing-x86_64/PKGBUILD)
Deleted:
dbus-python/repos/extra-x86_64/PKGBUILD
dbus-python/repos/testing-x86_64/
----------+
PKGBUILD | 53 +++++++++++++++++++++++++++--------------------------
1 file changed, 27 insertions(+), 26 deletions(-)
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-04-14 07:40:11 UTC (rev 156108)
+++ extra-x86_64/PKGBUILD 2012-04-14 07:40:13 UTC (rev 156109)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=dbus-python
-pkgver=0.84.0
-pkgrel=1
-pkgdesc="Python bindings for DBUS"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-url="http://www.freedesktop.org/wiki/Software/DBusBindings"
-depends=('dbus-glib' 'python2')
-makedepends=('pkg-config' 'docutils')
-options=('!libtool')
-source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fe69a2613e824463e74f10913708c88a')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- PYTHON=python2 ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: dbus-python/repos/extra-x86_64/PKGBUILD (from rev 156105, dbus-python/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-04-14 07:40:13 UTC (rev 156109)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=dbus-python
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Python bindings for DBUS"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+url="http://www.freedesktop.org/wiki/Software/DBusBindings"
+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=('775a8235736bf760cdd96e2d76546469')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ PYTHON=python2 ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list