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

Ionut Biru ibiru at archlinux.org
Tue Sep 27 11:11:19 UTC 2011


    Date: Tuesday, September 27, 2011 @ 07:11:18
  Author: ibiru
Revision: 138572

archrelease: copy trunk to gnome-unstable-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-27 11:10:40 UTC (rev 138571)
+++ PKGBUILD	2011-09-27 11:11:18 UTC (rev 138572)
@@ -1,27 +0,0 @@
-# $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:

Copied: pyatspi/repos/gnome-unstable-any/PKGBUILD (from rev 138571, pyatspi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-09-27 11:11:18 UTC (rev 138572)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=pyatspi
+pkgver=2.2.0
+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.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('1880ddc8d8a1bcf87bab48e7227065f51925eee3d557b0b446ba84c3ca85b740')
+
+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