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

Jan Steffens heftig at archlinux.org
Fri Mar 22 22:13:41 UTC 2019


    Date: Friday, March 22, 2019 @ 22:13:39
  Author: heftig
Revision: 348888

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-22 22:13:27 UTC (rev 348887)
+++ PKGBUILD	2019-03-22 22:13:39 UTC (rev 348888)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: 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.22.0
-pkgrel=3
-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)
-makedepends=(itstool docbook-xsl intltool gnome-common git)
-groups=(gnome-extra)
-_commit=e271fc21ca45edc5c030cd3c0397ff39373ea37e  # tags/3.22.0^0
-source=("git://git.gnome.org/accerciser#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 -m 755 -d "$pkgdir"/usr/share/licenses/$pkgname
-  install -m 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: accerciser/repos/extra-any/PKGBUILD (from rev 348887, accerciser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-22 22:13:39 UTC (rev 348888)
@@ -0,0 +1,40 @@
+# Maintainer: 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.32.0
+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)
+makedepends=(appstream-glib yelp-tools git)
+groups=(gnome-extra)
+_commit=ad5635e7bdbffaebbc4279a20373e0af45c35cf1  # tags/3.32.0^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
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -m 755 -d "$pkgdir"/usr/share/licenses/$pkgname
+  install -m 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list