[arch-commits] CVS update of extra/gnome/gnome-menus (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Wed Mar 12 21:16:13 UTC 2008
Date: Wednesday, March 12, 2008 @ 17:16:13
Author: jgc
Path: /home/cvs-extra/extra/gnome/gnome-menus
Modified: PKGBUILD (1.28 -> 1.29)
upgpkg: gnome-menus 2.22.0-1
GNOME 2.22
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Index: extra/gnome/gnome-menus/PKGBUILD
diff -u extra/gnome/gnome-menus/PKGBUILD:1.28 extra/gnome/gnome-menus/PKGBUILD:1.29
--- extra/gnome/gnome-menus/PKGBUILD:1.28 Thu Jan 10 14:24:35 2008
+++ extra/gnome/gnome-menus/PKGBUILD Wed Mar 12 17:16:12 2008
@@ -1,26 +1,26 @@
-# $Id: PKGBUILD,v 1.28 2008/01/10 19:24:35 jgc Exp $
+# $Id: PKGBUILD,v 1.29 2008/03/12 21:16:12 jgc Exp $
# Maintainer: Jan de Groot <jan at archlinux.org>
pkgname=gnome-menus
-pkgver=2.20.3
+pkgver=2.22.0
pkgrel=1
pkgdesc="GNOME menu specifications"
arch=(i686 x86_64)
-depends=('pygtk>=2.12.0' 'archlinux-menus' 'glib2>=2.14.4')
+depends=('pygtk>=2.12.1' 'archlinux-menus' 'glib2>=2.16.1')
makedepends=('perlxml' 'pkgconfig')
options=('!libtool')
license=('GPL' 'LGPL')
url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/${pkgname}-${pkgver}.tar.bz2
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.22/${pkgname}-${pkgver}.tar.bz2
menus.patch)
-md5sums=('b8ab05f5edfdc3e6a46662a504934657' '37b1021887f60a9cead67172e51a3a18')
+md5sums=('b504e4ea92fcf5b1c2817d682ac5f61c' '37b1021887f60a9cead67172e51a3a18')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
patch -Np0 -i ${startdir}/src/menus.patch || return 1
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --enable-inotify \
- --disable-static
+ --disable-static || return 1
make || return 1
- make DESTDIR=${startdir}/pkg install
+ make DESTDIR=${startdir}/pkg install || return 1
}
More information about the arch-commits
mailing list