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

Jan de Groot jgc at archlinux.org
Sun Apr 22 14:57:58 UTC 2007


    Date: Sunday, April 22, 2007 @ 10:57:58
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-menus

Modified: PKGBUILD (1.21 -> 1.22)

upgpkg: gnome-menus 2.18.0-2
Move to /usr


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


Index: extra/gnome/gnome-menus/PKGBUILD
diff -u extra/gnome/gnome-menus/PKGBUILD:1.21 extra/gnome/gnome-menus/PKGBUILD:1.22
--- extra/gnome/gnome-menus/PKGBUILD:1.21	Mon Mar 19 14:09:03 2007
+++ extra/gnome/gnome-menus/PKGBUILD	Sun Apr 22 10:57:58 2007
@@ -1,26 +1,26 @@
-# $Id: PKGBUILD,v 1.21 2007/03/19 18:09:03 jgc Exp $
+# $Id: PKGBUILD,v 1.22 2007/04/22 14:57:58 jgc Exp $
 # Maintainer: Jan de Groot <jan at archlinux.org>
 
 pkgname=gnome-menus
 pkgver=2.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME menu specifications"
 arch=(i686 x86_64)
 depends=('pygtk>=2.10.4' 'archlinux-menus')
 makedepends=('perlxml' 'pkgconfig')
 options=('nolibtool')
-license=(GPL)
+license=('GPL' 'LGPL')
 url="http://www.gnome.org"
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.18/${pkgname}-${pkgver}.tar.bz2
 	menus.patch)
 md5sums=('746f336d4fd427cb2db1691bc53a49d4' '37b1021887f60a9cead67172e51a3a18')
 
 build() {
-  [ -z "${GNOMEDIR}" ] && . /etc/profile.d/gnome.sh
-
   cd ${startdir}/src/${pkgname}-${pkgver}
   patch -Np0 -i ${startdir}/src/menus.patch || return 1
-  ./configure --prefix=/opt/gnome --enable-inotify --disable-static
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --localstatedir=/var --enable-inotify \
+	      --disable-static
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list