[arch-commits] Commit in pyatspi/repos/gnome-unstable-any (PKGBUILD PKGBUILD)

Ionut Biru ibiru at archlinux.org
Fri Sep 9 14:18:55 UTC 2011


    Date: Friday, September 9, 2011 @ 10:18:55
  Author: ibiru
Revision: 137562

archrelease: copy trunk to gnome-unstable-any

Added:
  pyatspi/repos/gnome-unstable-any/PKGBUILD
    (from rev 137561, pyatspi/trunk/PKGBUILD)
Deleted:
  pyatspi/repos/gnome-unstable-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-09 14:17:55 UTC (rev 137561)
+++ PKGBUILD	2011-09-09 14:18:55 UTC (rev 137562)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-pkgname=pyatspi
-pkgver=2.1.90
-pkgrel=1
-pkgdesc="Python bindings for at-spi"
-arch=(any)
-url="http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus"
-license=('GPL2')
-depends=('pygobject' 'at-spi2-core')
-source=(http://download.gnome.org/sources/${pkgname}/2.1/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('163bc777026d86be539ec623e4990496dcfd5318b76c634d4ddca5955e844bf6')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyatspi/repos/gnome-unstable-any/PKGBUILD (from rev 137561, pyatspi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-09-09 14:18:55 UTC (rev 137562)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=pyatspi
+pkgver=2.1.91
+pkgrel=1
+pkgdesc="Python bindings for at-spi"
+arch=(any)
+url="http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus"
+license=('GPL2')
+depends=('python2-gobject' 'at-spi2-core')
+source=(http://download.gnome.org/sources/${pkgname}/2.1/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c2802437cc0192cdf76ee28101d4364e846fdb90119af9f1ed114d21948c59dd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list