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

Jan Steffens heftig at archlinux.org
Sun Aug 9 01:33:14 UTC 2020


    Date: Sunday, August 9, 2020 @ 01:33:12
  Author: heftig
Revision: 393345

archrelease: copy trunk to extra-any

Added:
  accerciser/repos/extra-any/PKGBUILD
    (from rev 393344, accerciser/trunk/PKGBUILD)
Deleted:
  accerciser/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-09 01:32:42 UTC (rev 393344)
+++ PKGBUILD	2020-08-09 01:33:12 UTC (rev 393345)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Steve Holmes <steve.holmes88 at gmail.com>
-# Contributor: Giulio Bai <giulio at hewle.com>
-
-pkgname=accerciser
-pkgver=3.36.2
-pkgrel=1
-pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
-arch=(any)
-url="https://wiki.gnome.org/Apps/Accerciser"
-license=(BSD)
-depends=(python gtk3 python-atspi ipython libwnck3 python-cairo python-xlib)
-makedepends=(appstream-glib yelp-tools git)
-groups=(gnome-extra)
-_commit=70c51f27afa2c58037b9562cbba61f473a2eb3e2  # tags/3.36.2^0
-source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
-}

Copied: accerciser/repos/extra-any/PKGBUILD (from rev 393344, accerciser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-09 01:33:12 UTC (rev 393345)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Steve Holmes <steve.holmes88 at gmail.com>
+# Contributor: Giulio Bai <giulio at hewle.com>
+
+pkgname=accerciser
+pkgver=3.36.3
+pkgrel=1
+pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
+arch=(any)
+url="https://wiki.gnome.org/Apps/Accerciser"
+license=(BSD)
+depends=(python gtk3 python-atspi ipython libwnck3 python-cairo python-xlib)
+makedepends=(appstream-glib yelp-tools git)
+groups=(gnome-extra)
+_commit=20cb74e7dae344789c326ea0cd818fe5c322031f  # tags/3.36.3^0
+source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
+}



More information about the arch-commits mailing list