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

Jan Steffens heftig at archlinux.org
Sun Sep 27 22:21:21 UTC 2020


    Date: Sunday, September 27, 2020 @ 22:21:21
  Author: heftig
Revision: 396847

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 22:21:20 UTC (rev 396846)
+++ PKGBUILD	2020-09-27 22:21:21 UTC (rev 396847)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=pyatspi
-pkgname=(python-atspi)
-pkgver=2.36.0
-pkgrel=1
-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=6abf75463da77a67aa3c0e9439eb125ca46673e9  # tags/PYATSPI_2_36_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:

Copied: pyatspi/repos/extra-any/PKGBUILD (from rev 396845, pyatspi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-27 22:21:21 UTC (rev 396847)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=pyatspi
+pkgname=(python-atspi)
+pkgver=2.38.0
+pkgrel=1
+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=0e7b7aa5b5afb8196e4857fffc1ce450c1e8a6e6  # tags/PYATSPI_2_38_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