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

Jan Steffens heftig at archlinux.org
Tue Mar 6 13:19:03 UTC 2012


    Date: Tuesday, March 6, 2012 @ 08:19:03
  Author: heftig
Revision: 152285

archrelease: copy trunk to gnome-unstable-any

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

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

Copied: pyatspi/repos/gnome-unstable-any/PKGBUILD (from rev 152284, pyatspi/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2012-03-06 13:19:03 UTC (rev 152285)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=pyatspi
+pkgver=2.3.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}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9aa4a8c1085453da67cc1f4d99ff6dea39e9f873a6a3db6de1d582717dac28be')
+
+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