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

Jan de Groot jgc at archlinux.org
Thu Oct 18 21:12:23 UTC 2007


    Date: Thursday, October 18, 2007 @ 17:12:23
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/evolution-exchange

Modified: PKGBUILD (1.23 -> 1.24)

upgpkg: evolution-exchange 2.12.1-1


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


Index: extra/gnome/evolution-exchange/PKGBUILD
diff -u extra/gnome/evolution-exchange/PKGBUILD:1.23 extra/gnome/evolution-exchange/PKGBUILD:1.24
--- extra/gnome/evolution-exchange/PKGBUILD:1.23	Sat Oct 13 08:18:17 2007
+++ extra/gnome/evolution-exchange/PKGBUILD	Thu Oct 18 17:12:23 2007
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD,v 1.23 2007/10/13 12:18:17 andyrtr Exp $
+# $Id: PKGBUILD,v 1.24 2007/10/18 21:12:23 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=evolution-exchange
-pkgver=2.12.0
-pkgrel=2
+pkgver=2.12.1
+pkgrel=1
 pkgdesc="Ximian Connector Exchange plugin for Evolution"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.ximian.com"
-depends=('evolution-data-server>=1.12.0' 'libgnomeui>=2.20.0')
-makedepends=('perlxml' 'pkgconfig' 'evolution>=2.12.0')
+depends=('evolution-data-server>=1.12.1' 'libgnomeui>=2.20.1')
+makedepends=('perlxml' 'pkgconfig' 'evolution>=2.12.1')
 replaces=('ximian-connector')
 conflicts=('ximian-connector')
 options=('!libtool' '!emptydirs')
 install=evolution-exchange.install
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.12/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('3b0cf703a034255a123823f318a89d26')
+md5sums=('7130d53d0b10e3475bbd1c2af1e35810')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
@@ -24,7 +24,7 @@
       -e 's|DB_LIBS="-L$withval/lib -ldb"|DB_LIBS="-L$withval/lib -ldb-4.1"|' \
       -i configure
   ./configure --prefix=/usr --sysconfdir=/etc \
-             --libexecdir=/var --disable-static --with-libdb=/usr 
+  	--libexecdir=/var --disable-static --with-libdb=/usr 
   make || return 1
   make DESTDIR=${startdir}/pkg install
 




More information about the arch-commits mailing list