[arch-commits] CVS update of extra/gnome/gnome-mag (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Apr 22 16:08:32 UTC 2007


    Date: Sunday, April 22, 2007 @ 12:08:32
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-mag

Modified: PKGBUILD (1.18 -> 1.19)

upgpkg: gnome-mag 0.14.3-2


----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)


Index: extra/gnome/gnome-mag/PKGBUILD
diff -u extra/gnome/gnome-mag/PKGBUILD:1.18 extra/gnome/gnome-mag/PKGBUILD:1.19
--- extra/gnome/gnome-mag/PKGBUILD:1.18	Wed Mar 21 13:04:42 2007
+++ extra/gnome/gnome-mag/PKGBUILD	Sun Apr 22 12:08:32 2007
@@ -1,25 +1,24 @@
-# $Id: PKGBUILD,v 1.18 2007/03/21 17:04:42 jgc Exp $
-# Maintainer: Arjan Timmerman <arjan at soulfly.nl>
+# $Id: PKGBUILD,v 1.19 2007/04/22 16:08:32 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-mag
 pkgver=0.14.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Gnome magnifier"
 arch=(i686 x86_64)
+license=('GPL')
 url="http://www.gnome.org"
-depends=('at-spi>=1.18.0' 'libxdamage' 'libxcomposite')
+depends=('at-spi>=1.18.1-2' 'libxdamage' 'libxcomposite')
 makedepends=('perlxml' 'pkgconfig')
-license=(GPL)
 options=('nolibtool')
 groups=('gnome-extra')
 source=(http://ftp.gnome.org/pub/gnome/sources/gnome-mag/0.14/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('db9660614f7948a12b18464683a5704f')
 
 build() {
-  [ -z "${GNOMEDIR}" ] && . /etc/profile.d/gnome.sh
-
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/opt/gnome
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --localstatedir=/var
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list