[arch-commits] Commit in accerciser/repos (3 files)

2015-09-22 Thread Felix Yan
Date: Tuesday, September 22, 2015 @ 12:01:53
  Author: fyan
Revision: 247069

archrelease: copy trunk to staging-any

Added:
  accerciser/repos/staging-any/
  accerciser/repos/staging-any/PKGBUILD
(from rev 247068, accerciser/trunk/PKGBUILD)
  accerciser/repos/staging-any/accerciser.install
(from rev 247068, accerciser/trunk/accerciser.install)

+
 PKGBUILD   |   32 
 accerciser.install |   12 
 2 files changed, 44 insertions(+)

Copied: accerciser/repos/staging-any/PKGBUILD (from rev 247068, 
accerciser/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2015-09-22 10:01:53 UTC (rev 247069)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Steve Holmes 
+# Contributor: Giulio Bai 
+
+pkgname=accerciser
+pkgver=3.14.0
+pkgrel=3
+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' 'python-cairo')
+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
+}

Copied: accerciser/repos/staging-any/accerciser.install (from rev 247068, 
accerciser/trunk/accerciser.install)
===
--- staging-any/accerciser.install  (rev 0)
+++ staging-any/accerciser.install  2015-09-22 10:01:53 UTC (rev 247069)
@@ -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
+}


[arch-commits] Commit in accerciser/repos (3 files)

2014-09-18 Thread Jan de Groot
Date: Thursday, September 18, 2014 @ 22:46:59
  Author: jgc
Revision: 222011

archrelease: copy trunk to gnome-unstable-any

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

+
 PKGBUILD   |   32 
 accerciser.install |   12 
 2 files changed, 44 insertions(+)

Copied: accerciser/repos/gnome-unstable-any/PKGBUILD (from rev 222010, 
accerciser/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2014-09-18 20:46:59 UTC (rev 222011)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Steve Holmes steve.holme...@gmail.com
+# Contributor: Giulio Bai giu...@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/accerciser.install (from rev 
222010, accerciser/trunk/accerciser.install)
===
--- gnome-unstable-any/accerciser.install   (rev 0)
+++ gnome-unstable-any/accerciser.install   2014-09-18 20:46:59 UTC (rev 
222011)
@@ -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
+}



[arch-commits] Commit in accerciser/repos (3 files)

2014-04-01 Thread Jan de Groot
Date: Tuesday, April 1, 2014 @ 12:39:02
  Author: jgc
Revision: 209684

archrelease: copy trunk to gnome-unstable-any

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

+
 PKGBUILD   |   32 
 accerciser.install |   12 
 2 files changed, 44 insertions(+)

Copied: accerciser/repos/gnome-unstable-any/PKGBUILD (from rev 209683, 
accerciser/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2014-04-01 10:39:02 UTC (rev 209684)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Steve Holmes steve.holme...@gmail.com
+# Contributor: Giulio Bai giu...@hewle.com
+
+pkgname=accerciser
+pkgver=3.12.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')
+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=('0d421a59cd294966441fb6591d34f28e4b60340815bdf91c9e8f39c2d826e96b')
+
+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/accerciser.install (from rev 
209683, accerciser/trunk/accerciser.install)
===
--- gnome-unstable-any/accerciser.install   (rev 0)
+++ gnome-unstable-any/accerciser.install   2014-04-01 10:39:02 UTC (rev 
209684)
@@ -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
+}



[arch-commits] Commit in accerciser/repos (3 files)

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:25:28
  Author: fyan
Revision: 208005

archrelease: copy trunk to staging-any

Added:
  accerciser/repos/staging-any/
  accerciser/repos/staging-any/PKGBUILD
(from rev 208004, accerciser/trunk/PKGBUILD)
  accerciser/repos/staging-any/accerciser.install
(from rev 208004, accerciser/trunk/accerciser.install)

+
 PKGBUILD   |   32 
 accerciser.install |   12 
 2 files changed, 44 insertions(+)

Copied: accerciser/repos/staging-any/PKGBUILD (from rev 208004, 
accerciser/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2014-03-17 04:25:28 UTC (rev 208005)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Steve Holmes steve.holme...@gmail.com
+# Contributor: Giulio Bai giu...@hewle.com
+
+pkgname=accerciser
+pkgver=3.8.2
+pkgrel=2
+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')
+makedepends=('itstool' 'docbook-xsl' 'intltool')
+install=accerciser.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/accerciser/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f4fef2bfa23a9344b613c39dfa128e4d07d98f87cd5011d7d649b2a9c0a6aadd')
+
+build () {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+ --disable-schemas-compile
+  make
+}
+
+package () {
+  cd $srcdir/$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/staging-any/accerciser.install (from rev 208004, 
accerciser/trunk/accerciser.install)
===
--- staging-any/accerciser.install  (rev 0)
+++ staging-any/accerciser.install  2014-03-17 04:25:28 UTC (rev 208005)
@@ -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
+}



[arch-commits] Commit in accerciser/repos (3 files)

2013-04-03 Thread Jan de Groot
Date: Wednesday, April 3, 2013 @ 16:45:42
  Author: jgc
Revision: 181369

archrelease: copy trunk to gnome-unstable-any

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

+
 PKGBUILD   |   32 
 accerciser.install |   12 
 2 files changed, 44 insertions(+)

Copied: accerciser/repos/gnome-unstable-any/PKGBUILD (from rev 181368, 
accerciser/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2013-04-03 14:45:42 UTC (rev 181369)
@@ -0,0 +1,32 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Steve Holmes steve.holme...@gmail.com
+# Contributor: Giulio Bai giu...@hewle.com
+
+pkgname=accerciser
+pkgver=3.8.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-gobject' 'hicolor-icon-theme')
+makedepends=('itstool' 'docbook-xsl' 'intltool')
+install=accerciser.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/accerciser/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('68260998c558b4b78999dd0dfc27225a2c8bf43dddb9a4be6ae159e2a89b57e0')
+
+build () {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+ --disable-schemas-compile
+  make
+}
+
+package () {
+  cd $srcdir/$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/accerciser.install (from rev 
181368, accerciser/trunk/accerciser.install)
===
--- gnome-unstable-any/accerciser.install   (rev 0)
+++ gnome-unstable-any/accerciser.install   2013-04-03 14:45:42 UTC (rev 
181369)
@@ -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
+}