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

Jan de Groot jgc at archlinux.org
Sun Apr 22 15:00:19 UTC 2007


    Date: Sunday, April 22, 2007 @ 11:00:19
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/evolution-data-server

Modified: PKGBUILD (1.39 -> 1.40)

upgpkg: evolution-data-server 1.10.1-2
Move to /usr


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


Index: extra/gnome/evolution-data-server/PKGBUILD
diff -u extra/gnome/evolution-data-server/PKGBUILD:1.39 extra/gnome/evolution-data-server/PKGBUILD:1.40
--- extra/gnome/evolution-data-server/PKGBUILD:1.39	Mon Apr  9 13:20:10 2007
+++ extra/gnome/evolution-data-server/PKGBUILD	Sun Apr 22 11:00:19 2007
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD,v 1.39 2007/04/09 17:20:10 jgc Exp $
-# Maintainer: Arjan Timmerman <arjan at archlinux.org>
+# $Id: PKGBUILD,v 1.40 2007/04/22 15:00:19 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=evolution-data-server
 pkgver=1.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Evolution Data Server provides a central location for addressbook and calendar in the GNOME Desktop"
 arch=(i686 x86_64)
-depends=('libsoup>=2.2.100' 'libldap>=2.3.33-3' 'nss>=3.11.5' 'libgnome>=2.18.0' 'libglade>=2.6.0' 'gnome-keyring>=0.8' 'db4.1')
+depends=('libsoup>=2.2.100-2' 'nss>=3.11.5' 'libgnome>=2.18.0-2' 'libglade>=2.6.0' 'gnome-keyring>=0.8.1-2' 'db4.1')
 makedepends=('perlxml' 'pkgconfig')
 options=('nolibtool')
 url="http://www.gnome.org"
@@ -15,16 +15,16 @@
 md5sums=('1175bf76756009975f684116e76638c3')
 
 build() {
-  [ -z "${GNOMEDIR}" ] && . /etc/profile.d/gnome.sh
-
   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
-  ./configure --prefix=${GNOMEDIR} --with-openldap=yes \
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --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 
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list