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

Jan de Groot jgc at archlinux.org
Thu Mar 13 16:27:58 UTC 2008


    Date: Thursday, March 13, 2008 @ 12:27:58
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/eel

Modified: PKGBUILD (1.31 -> 1.32)

upgpkg: eel 2.22.0-1
    GNOME 2.22


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


Index: extra/gnome/eel/PKGBUILD
diff -u extra/gnome/eel/PKGBUILD:1.31 extra/gnome/eel/PKGBUILD:1.32
--- extra/gnome/eel/PKGBUILD:1.31	Fri Sep 21 17:56:49 2007
+++ extra/gnome/eel/PKGBUILD	Thu Mar 13 12:27:58 2008
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD,v 1.31 2007/09/21 21:56:49 jgc Exp $
+# $Id: PKGBUILD,v 1.32 2008/03/13 16:27:58 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=eel
-pkgver=2.20.0
+pkgver=2.22.0
 pkgrel=1
 pkgdesc="Eazel Extensions Library is a collection of widgets and extensions for GNOME"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gnome-menus>=2.20.0' 'gnome-desktop>=2.20.0')
+depends=('gnome-desktop>=2.22.0')
 makedepends=('perlxml' 'pkgconfig')
 options=('!libtool')
 url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('691734dc1078e05e726b4f5b8646dadf')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.22/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('cd0db25194c154f07c39b45ca5943999')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --disable-static
+              --localstatedir=/var --disable-static || return 1
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }




More information about the arch-commits mailing list