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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 22:26:21 UTC 2021


    Date: Thursday, December 2, 2021 @ 22:26:21
  Author: foutrelis
Revision: 430460

archrelease: copy trunk to staging-any

Added:
  pyatspi/repos/staging-any/PKGBUILD
    (from rev 430458, pyatspi/trunk/PKGBUILD)
Deleted:
  pyatspi/repos/staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 22:26:21 UTC (rev 430459)
+++ PKGBUILD	2021-12-02 22:26:21 UTC (rev 430460)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=pyatspi
-pkgname=(python-atspi)
-pkgver=2.38.1
-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=6d5f47ee8e8a36140b52bf52fe954a131a0aa5dd  # tags/PYATSPI_2_38_1^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/staging-any/PKGBUILD (from rev 430458, pyatspi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 22:26:21 UTC (rev 430460)
@@ -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.1
+pkgrel=3
+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=6d5f47ee8e8a36140b52bf52fe954a131a0aa5dd  # tags/PYATSPI_2_38_1^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