[arch-commits] Commit in pyatspi/repos (3 files)

Ionut Biru ibiru at archlinux.org
Mon Apr 23 09:10:01 UTC 2012


    Date: Monday, April 23, 2012 @ 05:10:01
  Author: ibiru
Revision: 156958

db-move: moved pyatspi from [testing] to [extra] (any)

Added:
  pyatspi/repos/extra-any/PKGBUILD
    (from rev 156695, pyatspi/repos/testing-any/PKGBUILD)
Deleted:
  pyatspi/repos/extra-any/PKGBUILD
  pyatspi/repos/testing-any/

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

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2012-04-23 09:10:00 UTC (rev 156957)
+++ extra-any/PKGBUILD	2012-04-23 09:10:01 UTC (rev 156958)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-pkgname=pyatspi
-pkgver=2.2.1
-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=('814afe09407d2197871ba5c202362421ed5bae80d11b2d110ca91510f69db37a')
-
-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/extra-any/PKGBUILD (from rev 156695, pyatspi/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2012-04-23 09:10:01 UTC (rev 156958)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=pyatspi
+pkgver=2.4.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}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ac2a8101535d832ed7183d2071ba133aed6965a6a0c6dfd632bb4818900b1c83')
+
+build() {
+  cd $pkgname-$pkgver
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list