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

Jan Steffens heftig at archlinux.org
Fri Mar 30 13:26:17 UTC 2012


    Date: Friday, March 30, 2012 @ 09:26:17
  Author: heftig
Revision: 154635

archrelease: copy trunk to gnome-unstable-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-30 13:25:29 UTC (rev 154634)
+++ PKGBUILD	2012-03-30 13:26:17 UTC (rev 154635)
@@ -1,27 +0,0 @@
-# $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:

Copied: pyatspi/repos/gnome-unstable-any/PKGBUILD (from rev 154634, pyatspi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-03-30 13:26:17 UTC (rev 154635)
@@ -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