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

Jan de Groot jgc at archlinux.org
Mon Apr 23 15:47:44 UTC 2007


    Date: Monday, April 23, 2007 @ 11:47:44
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-backgrounds

Modified: PKGBUILD (1.14 -> 1.15)

upgpkg: gnome-backgrounds 2.16.2-2
Another one goes to /usr


----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)


Index: extra/gnome/gnome-backgrounds/PKGBUILD
diff -u extra/gnome/gnome-backgrounds/PKGBUILD:1.14 extra/gnome/gnome-backgrounds/PKGBUILD:1.15
--- extra/gnome/gnome-backgrounds/PKGBUILD:1.14	Sun Dec 31 12:11:43 2006
+++ extra/gnome/gnome-backgrounds/PKGBUILD	Mon Apr 23 11:47:44 2007
@@ -1,23 +1,22 @@
-# $Id: PKGBUILD,v 1.14 2006/12/31 17:11:43 jgc Exp $
+# $Id: PKGBUILD,v 1.15 2007/04/23 15:47:44 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-backgrounds
 pkgver=2.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Gnome background chooser"
 arch=(i686 x86_64)
-makedepends=('intltool')
+makedepends=('perlxml')
 url="http://www.gnome.org"
-license=(GPL)
+license=('GPL')
 groups=('gnome')
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.16/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('765c19d28d39483769687691941129c9')
 
 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