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

Ionut Biru ibiru at archlinux.org
Wed Aug 31 12:43:39 UTC 2011


    Date: Wednesday, August 31, 2011 @ 08:43:39
  Author: ibiru
Revision: 136679

archrelease: copy trunk to gnome-unstable-any

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

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

Copied: pyatspi/repos/gnome-unstable-any/PKGBUILD (from rev 136678, pyatspi/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2011-08-31 12:43:39 UTC (rev 136679)
@@ -0,0 +1,27 @@
+# $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:




More information about the arch-commits mailing list