[arch-commits] CVS update of extra/gnome/evolution-data-server (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Mar 12 22:08:23 UTC 2008


    Date: Wednesday, March 12, 2008 @ 18:08:23
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/evolution-data-server

Modified: PKGBUILD (1.48 -> 1.49)

upgpkg: evolution-data-server 2.22.0-1
    GNOME 2.22


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


Index: extra/gnome/evolution-data-server/PKGBUILD
diff -u extra/gnome/evolution-data-server/PKGBUILD:1.48 extra/gnome/evolution-data-server/PKGBUILD:1.49
--- extra/gnome/evolution-data-server/PKGBUILD:1.48	Thu Jan 10 14:40:01 2008
+++ extra/gnome/evolution-data-server/PKGBUILD	Wed Mar 12 18:08:23 2008
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD,v 1.48 2008/01/10 19:40:01 jgc Exp $
+# $Id: PKGBUILD,v 1.49 2008/03/12 22:08:23 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=evolution-data-server
-pkgver=1.12.3
+pkgver=2.22.0
 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.2.104' 'nss>=3.11.7' 'libgnome>=2.20.1' 'libglade>=2.6.2' 'gnome-keyring>=2.20.3' 'db4.1')
+depends=('libsoup>=2.4.0' 'nss>=3.11.9' 'libgnome>=2.22.0' 'libglade>=2.6.2' 'gnome-keyring>=2.22.0' 'db4.1')
 makedepends=('perlxml' 'pkgconfig')
 options=('!libtool')
 url="http://www.gnome.org"
 license=('GPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.12/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('9a04e379c34ad538764866dfd4eb2931')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.22/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('0f29044dc21a4bfb915cafafde8f4d6b')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
@@ -24,7 +24,7 @@
     --localstatedir=/var  --with-openldap=yes \
     --libexecdir=/usr/lib/evolution-data-server-1.2 \
     --with-krb5=/usr --enable-gnome-keyring \
-    --with-libdb=/usr 
+    --with-libdb=/usr || 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