[arch-commits] Commit in orca/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Mar 8 13:58:26 UTC 2011


    Date: Tuesday, March 8, 2011 @ 08:58:25
  Author: heftig
Revision: 113388

upgpkg: orca 2.91.91-1
Update for gnome-unstable

Modified:
  orca/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-08 13:53:03 UTC (rev 113387)
+++ PKGBUILD	2011-03-08 13:58:25 UTC (rev 113388)
@@ -3,25 +3,31 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=orca
-pkgver=2.32.1
+pkgver=2.91.91
 pkgrel=1
 pkgdesc="A scriptable screen reader and magnifier"
-arch=(i686 x86_64)
+arch=(any)
 license=('LGPL')
 url="http://www.gnome.org/projects/orca"
 install=orca.install
 options=('!libtool')
-depends=('pygtk>=2.22.0' 'python2-gconf' 'python2-bonobo' 'python2-libgnome' 'python-wnck' 'dbus-python>=0.83.0' 'at-spi>=1.32.0' 'gnome-speech>=0.4.25' 'gnome-mag>=0.16.0' 'brltty' 'hicolor-icon-theme' 'pyxdg')
+depends=('pygtk' 'python2-gconf' 'python2-bonobo' 'python2-libgnome'
+         'python-wnck' 'dbus-python' 'at-spi' 'gnome-speech' 'gnome-mag'
+         'brltty' 'hicolor-icon-theme' 'pyxdg')
 makedepends=('intltool')
 replaces=('gnopernicus')
 groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('44da9da70c1b47bc87fda8f3b9da4cc1df9993d92388434f5707d39b5a832629')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('07dbd12d6aeb42141223d1ca0388dc6c98569278e99f57dc3ee02a263e419c40')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list