[arch-commits] Commit in accerciser/repos/extra-any (4 files)
Jan Steffens
heftig at nymeria.archlinux.org
Tue May 14 10:21:11 UTC 2013
Date: Tuesday, May 14, 2013 @ 12:21:11
Author: heftig
Revision: 185454
archrelease: copy trunk to extra-any
Added:
accerciser/repos/extra-any/PKGBUILD
(from rev 185453, accerciser/trunk/PKGBUILD)
accerciser/repos/extra-any/accerciser.install
(from rev 185453, accerciser/trunk/accerciser.install)
Deleted:
accerciser/repos/extra-any/PKGBUILD
accerciser/repos/extra-any/accerciser.install
--------------------+
PKGBUILD | 64 +++++++++++++++++++++++++--------------------------
accerciser.install | 24 +++++++++----------
2 files changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-14 10:20:08 UTC (rev 185453)
+++ PKGBUILD 2013-05-14 10:21:11 UTC (rev 185454)
@@ -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.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/extra-any/PKGBUILD (from rev 185453, accerciser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-05-14 10:21:11 UTC (rev 185454)
@@ -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.8.2
+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=('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}
+}
Deleted: accerciser.install
===================================================================
--- accerciser.install 2013-05-14 10:20:08 UTC (rev 185453)
+++ accerciser.install 2013-05-14 10:21:11 UTC (rev 185454)
@@ -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/extra-any/accerciser.install (from rev 185453, accerciser/trunk/accerciser.install)
===================================================================
--- accerciser.install (rev 0)
+++ accerciser.install 2013-05-14 10:21:11 UTC (rev 185454)
@@ -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