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

Jan Steffens heftig at archlinux.org
Sat Feb 23 15:35:50 UTC 2019


    Date: Saturday, February 23, 2019 @ 15:35:48
  Author: heftig
Revision: 346718

archrelease: copy trunk to extra-any

Added:
  pyatspi/repos/extra-any/PKGBUILD
    (from rev 346717, pyatspi/trunk/PKGBUILD)
Deleted:
  pyatspi/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   93 +++++++++++++++++++++++++------------------------------------
 1 file changed, 39 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-23 15:34:25 UTC (rev 346717)
+++ PKGBUILD	2019-02-23 15:35:48 UTC (rev 346718)
@@ -1,54 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=pyatspi
-pkgname=(python-atspi python2-atspi)
-pkgver=2.30.0
-pkgrel=1
-arch=(any)
-url="https://wiki.linuxfoundation.org/en/AT-SPI_on_D-Bus"
-license=(GPL2)
-makedepends=(python-gobject python2-gobject at-spi2-core git)
-_commit=d30a7395564409a2bc2a3190a27b179c02295596  # tags/PYATSPI_2_30_0^0
-source=("git+https://gitlab.gnome.org/GNOME/pyatspi2.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pyatspi2
-  git describe --tags | sed 's/^PYATSPI_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  mkdir python2 python3
-  cd pyatspi2
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-_build() (
-  cd python$1
-  ../pyatspi2/configure --prefix=/usr --with-python=/usr/bin/python$1
-  make
-)
-
-build() {
-  _build 2
-  _build 3
-}
-
-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)
-
-  cd python2
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyatspi/repos/extra-any/PKGBUILD (from rev 346717, pyatspi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-23 15:35:48 UTC (rev 346718)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=pyatspi
+pkgname=(python-atspi)
+pkgver=2.30.0
+pkgrel=2
+pkgdesc="Python bindings for D-Bus AT-SPI"
+url="https://wiki.linuxfoundation.org/accessibility/atk/at-spi/at-spi_on_d-bus"
+arch=(any)
+license=(GPL2)
+depends=(python-gobject at-spi2-core)
+makedepends=(git)
+_commit=d30a7395564409a2bc2a3190a27b179c02295596  # tags/PYATSPI_2_30_0^0
+source=("git+https://gitlab.gnome.org/GNOME/pyatspi2.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pyatspi2
+  git describe --tags | sed 's/^PYATSPI_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd pyatspi2
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() (
+  cd pyatspi2
+  ./configure --prefix=/usr --with-python=/usr/bin/python
+  make
+)
+
+package_python-atspi() {
+  cd pyatspi2
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list