[arch-commits] Commit in evolution-data-server/repos/gnome-i686 (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Sep 6 19:02:02 UTC 2008


    Date: Saturday, September 6, 2008 @ 15:02:02
  Author: jgc
Revision: 11945

gnome 2.23.91

Modified:
  evolution-data-server/repos/gnome-i686/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-06 18:54:40 UTC (rev 11944)
+++ PKGBUILD	2008-09-06 19:02:02 UTC (rev 11945)
@@ -2,24 +2,24 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=evolution-data-server
-pkgver=2.23.90.1
+pkgver=2.23.91
 pkgrel=1
 pkgdesc="Evolution Data Server provides a central location for addressbook and calendar in the GNOME Desktop"
 arch=(i686 x86_64)
-depends=('libsoup>=2.23.6' 'nss>=3.12' 'libgnome>=2.23.5' 'libglade>=2.6.2' 'gnome-keyring>=2.23.90' 'db4.1' 'heimdal>=1.2')
+depends=('libsoup>=2.23.91' 'nss>=3.12' 'libgnome>=2.23.5' 'libglade>=2.6.3' 'gnome-keyring>=2.23.91' 'db4.1' 'heimdal>=1.2')
 makedepends=('intltool' 'pkgconfig')
 options=('!libtool')
 url="http://www.gnome.org"
 license=('GPL')
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.23/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b196fb22c92fa7e344c957267d2cf3db')
+md5sums=('c5c7dc31421f33f6665e66661599cae0')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   # Look for correct DB, we want 4.1
   sed -e 's|DB_CFLAGS="-I$withval/include"|DB_CFLAGS="-I$withval/include/db4.1"|' \
       -e 's|DB_LIBS="-L$withval/lib -ldb"|DB_LIBS="-L$withval/lib -ldb-4.1"|' \
-      -i configure
+      -i configure || return 1
   ./configure --prefix=/usr --sysconfdir=/etc \
     --localstatedir=/var  --with-openldap=yes \
     --libexecdir=/usr/lib/evolution-data-server-1.2 \




More information about the arch-commits mailing list