[arch-commits] Commit in accerciser/repos/gnome-unstable-any (4 files)

Jan de Groot jgc at archlinux.org
Tue Sep 23 08:46:04 UTC 2014


    Date: Tuesday, September 23, 2014 @ 10:46:04
  Author: jgc
Revision: 222809

archrelease: copy trunk to gnome-unstable-any

Added:
  accerciser/repos/gnome-unstable-any/PKGBUILD
    (from rev 222808, accerciser/trunk/PKGBUILD)
  accerciser/repos/gnome-unstable-any/accerciser.install
    (from rev 222808, accerciser/trunk/accerciser.install)
Deleted:
  accerciser/repos/gnome-unstable-any/PKGBUILD
  accerciser/repos/gnome-unstable-any/accerciser.install

--------------------+
 PKGBUILD           |   64 +++++++++++++++++++++++++--------------------------
 accerciser.install |   24 +++++++++----------
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-23 08:45:56 UTC (rev 222808)
+++ PKGBUILD	2014-09-23 08:46:04 UTC (rev 222809)
@@ -1,32 +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.13.92
-pkgrel=1
-pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
-arch=('any')
-url="http://live.gnome.org/Accerciser"
-license=('BSD')
-depends=('python' 'gtk3' 'python-atspi' 'ipython' 'hicolor-icon-theme' 'libwnck3')
-makedepends=('itstool' 'docbook-xsl' 'intltool')
-install=accerciser.install
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/accerciser/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2cdaf442f5f89ff1b6563da854135c9444c2064ca3e8eb255d611e3a267cb61b')
-
-build () {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-                 --disable-schemas-compile
-  make
-}
-
-package () {
-  cd $pkgname-$pkgver
-  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/gnome-unstable-any/PKGBUILD (from rev 222808, accerciser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-09-23 08:46:04 UTC (rev 222809)
@@ -0,0 +1,32 @@
+# $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.14.0
+pkgrel=1
+pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
+arch=('any')
+url="http://live.gnome.org/Accerciser"
+license=('BSD')
+depends=('python' 'gtk3' 'python-atspi' 'ipython' 'hicolor-icon-theme' 'libwnck3')
+makedepends=('itstool' 'docbook-xsl' 'intltool')
+install=accerciser.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/accerciser/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f5a5915d475e9241396414ccd167724c88807e77e69151cf0b40b32bd57d0574')
+
+build () {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+                 --disable-schemas-compile
+  make
+}
+
+package () {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -m 755 -d "$pkgdir"/usr/share/licenses/$pkgname
+  install -m 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: accerciser.install
===================================================================
--- accerciser.install	2014-09-23 08:45:56 UTC (rev 222808)
+++ accerciser.install	2014-09-23 08:46:04 UTC (rev 222809)
@@ -1,12 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-    usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade(){
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: accerciser/repos/gnome-unstable-any/accerciser.install (from rev 222808, accerciser/trunk/accerciser.install)
===================================================================
--- accerciser.install	                        (rev 0)
+++ accerciser.install	2014-09-23 08:46:04 UTC (rev 222809)
@@ -0,0 +1,12 @@
+post_install() {
+    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+    usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade(){
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list