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

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:33:00 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:33:00
  Author: ibiru
Revision: 139040

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

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

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

Copied: pyatspi/repos/testing-any/PKGBUILD (from rev 138832, pyatspi/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2011-09-28 19:33:00 UTC (rev 139040)
@@ -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