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

Jan Steffens heftig at archlinux.org
Wed Mar 30 20:29:57 UTC 2016


    Date: Wednesday, March 30, 2016 @ 22:29:57
  Author: heftig
Revision: 263420

archrelease: copy trunk to gnome-unstable-any

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

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-30 20:29:44 UTC (rev 263419)
+++ PKGBUILD	2016-03-30 20:29:57 UTC (rev 263420)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=pyatspi
-pkgname=(python-atspi python2-atspi)
-pkgver=2.19.91
-pkgrel=1
-arch=(any)
-url="http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus"
-license=('GPL2')
-makedepends=(python-gobject python2-gobject at-spi2-core)
-source=(http://download.gnome.org/sources/${pkgbase}/${pkgver:0:4}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('cadab8b98234742fadf092b827e9c26d127b21ef3d622dad51fb9657d984942e')
-
-build() {
-  mkdir python2 python3
-
-  cd $pkgbase-$pkgver
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf -fi
-
-  cd ../python2
-  ../$pkgbase-$pkgver/configure --prefix=/usr --with-python=/usr/bin/python2
-  make
-
-  cd ../python3
-  ../$pkgbase-$pkgver/configure --prefix=/usr --with-python=/usr/bin/python
-  make
-}
-
-package_python-atspi() {
-  pkgdesc="Python 3 bindings for at-spi"
-  depends=(python-gobject at-spi2-core)
-
-  cd python3
-  make DESTDIR="$pkgdir" install
-}
-
-package_python2-atspi() {
-  pkgdesc="Python 2 bindings for at-spi"
-  depends=(python2-gobject at-spi2-core)
-  provides=("pyatspi=$pkgver")
-  replaces=(pyatspi)
-  conflicts=(pyatspi)
-
-  cd python2
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyatspi/repos/gnome-unstable-any/PKGBUILD (from rev 263419, pyatspi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-30 20:29:57 UTC (rev 263420)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=pyatspi
+pkgname=(python-atspi python2-atspi)
+pkgver=2.20.0
+pkgrel=1
+arch=(any)
+url="http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus"
+license=('GPL2')
+makedepends=(python-gobject python2-gobject at-spi2-core)
+source=(http://download.gnome.org/sources/${pkgbase}/${pkgver:0:4}/${pkgbase}-${pkgver}.tar.xz)
+sha256sums=('b0f9a5a51ed18fce2aa74dd17bd75cc5f8e5fd9afc75a616be21a2658d4aef18')
+
+build() {
+  mkdir python2 python3
+
+  cd $pkgbase-$pkgver
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf -fi
+
+  cd ../python2
+  ../$pkgbase-$pkgver/configure --prefix=/usr --with-python=/usr/bin/python2
+  make
+
+  cd ../python3
+  ../$pkgbase-$pkgver/configure --prefix=/usr --with-python=/usr/bin/python
+  make
+}
+
+package_python-atspi() {
+  pkgdesc="Python 3 bindings for at-spi"
+  depends=(python-gobject at-spi2-core)
+
+  cd python3
+  make DESTDIR="$pkgdir" install
+}
+
+package_python2-atspi() {
+  pkgdesc="Python 2 bindings for at-spi"
+  depends=(python2-gobject at-spi2-core)
+  provides=("pyatspi=$pkgver")
+  replaces=(pyatspi)
+  conflicts=(pyatspi)
+
+  cd python2
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list