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

Jan Steffens heftig at nymeria.archlinux.org
Sun Apr 21 22:06:40 UTC 2013


    Date: Monday, April 22, 2013 @ 00:06:40
  Author: heftig
Revision: 183321

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

Added:
  pyatspi/repos/extra-any/PKGBUILD
    (from rev 183313, pyatspi/repos/testing-any/PKGBUILD)
Deleted:
  pyatspi/repos/extra-any/PKGBUILD
  pyatspi/repos/testing-any/

--------------------+
 /PKGBUILD          |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 extra-any/PKGBUILD |   51 ---------------------------------------------------
 2 files changed, 50 insertions(+), 51 deletions(-)

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2013-04-21 22:06:39 UTC (rev 183320)
+++ extra-any/PKGBUILD	2013-04-21 22:06:40 UTC (rev 183321)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=pyatspi
-pkgname=(python-atspi python2-atspi)
-pkgver=2.6.0
-pkgrel=2
-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::3}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('6203fa4204267bb1938725ec66d5a1e618febc8a7d6ff5582a646b789f37f87e')
-
-build() {
-  mkdir python2 python3
-
-  cd $pkgbase-$pkgver
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf
-
-  cd ../python2
-  PYTHON=/usr/bin/python2 ../$pkgbase-$pkgver/configure --prefix=/usr
-  make
-
-  cd ../python3
-  PYTHON=/usr/bin/python3 ../$pkgbase-$pkgver/configure --prefix=/usr
-  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
-  rm -r "$pkgdir/usr/bin"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyatspi/repos/extra-any/PKGBUILD (from rev 183313, pyatspi/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2013-04-21 22:06:40 UTC (rev 183321)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=pyatspi
+pkgname=(python-atspi python2-atspi)
+pkgver=2.8.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::3}/${pkgbase}-${pkgver}.tar.xz)
+sha256sums=('f1695670f13c804898f959e3e7fc517db1c7f1079c051d10e22a35889524fd17')
+
+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