[arch-commits] CVS update of extra/gnome/orca (PKGBUILD orca.install)

Jan de Groot jgc at archlinux.org
Sun Mar 16 13:26:52 UTC 2008


    Date: Sunday, March 16, 2008 @ 09:26:52
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/orca

Modified: PKGBUILD (1.9 -> 1.10) orca.install (1.3 -> 1.4)

upgpkg: orca 2.22.0-1
    GNOME 2.22


--------------+
 PKGBUILD     |   14 +++++++-------
 orca.install |    5 -----
 2 files changed, 7 insertions(+), 12 deletions(-)


Index: extra/gnome/orca/PKGBUILD
diff -u extra/gnome/orca/PKGBUILD:1.9 extra/gnome/orca/PKGBUILD:1.10
--- extra/gnome/orca/PKGBUILD:1.9	Thu Jan 10 16:00:51 2008
+++ extra/gnome/orca/PKGBUILD	Sun Mar 16 09:26:51 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.9 2008/01/10 21:00:51 jgc Exp $
+# $Id: PKGBUILD,v 1.10 2008/03/16 13:26:51 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=orca
-pkgver=2.20.3
+pkgver=2.22.0
 pkgrel=1
 pkgdesc="A scriptable screen reader and magnifier"
 arch=(i686 x86_64)
@@ -11,17 +11,17 @@
 url="http://www.gnome.org/projects/orca"
 install=orca.install
 options=('!libtool')
-depends=('gnome-python>=2.20.0' 'gnome-speech>=0.4.16' 'gnome-mag>=0.14.10' 'python-pyspi' 'brltty')
+depends=('gnome-python>=2.22.0' 'gnome-speech>=0.4.18' 'gnome-mag>=0.15.0' 'brltty' 'libgail-gnome')
 makedepends=('perlxml' 'pkgconfig')
 replaces=('gnopernicus')
 groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.20/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a270df4640493e0a96dc6d363ae800a6')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.22/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('a49e1c39261c916e8d9c7bc26740d085')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var
+              --localstatedir=/var || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${startdir}/pkg install || return 1
 }
Index: extra/gnome/orca/orca.install
diff -u extra/gnome/orca/orca.install:1.3 extra/gnome/orca/orca.install:1.4
--- extra/gnome/orca/orca.install:1.3	Sun Apr 22 12:09:05 2007
+++ extra/gnome/orca/orca.install	Sun Mar 16 09:26:52 2008
@@ -10,8 +10,3 @@
 post_remove() {
   post_install $1
 }
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list