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

Jan de Groot jgc at archlinux.org
Sat Sep 22 13:46:52 UTC 2007


    Date: Saturday, September 22, 2007 @ 09:46:52
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/evolution-exchange

Modified: PKGBUILD (1.21 -> 1.22)

upgpkg: evolution-exchange 2.12.0-1
GNOME 2.20


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


Index: extra/gnome/evolution-exchange/PKGBUILD
diff -u extra/gnome/evolution-exchange/PKGBUILD:1.21 extra/gnome/evolution-exchange/PKGBUILD:1.22
--- extra/gnome/evolution-exchange/PKGBUILD:1.21	Sat Jul  7 08:24:11 2007
+++ extra/gnome/evolution-exchange/PKGBUILD	Sat Sep 22 09:46:52 2007
@@ -1,26 +1,26 @@
-# $Id: PKGBUILD,v 1.21 2007/07/07 12:24:11 jgc Exp $
+# $Id: PKGBUILD,v 1.22 2007/09/22 13:46:52 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=evolution-exchange
-pkgver=2.10.3
+pkgver=2.12.0
 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.10.3.1' 'libgnomeprint>=2.18.0' 'libgnomeui>=2.18.1-2' 'gconf>=2.18.0.1-4')
-makedepends=('perlxml' 'pkgconfig' 'evolution>=2.10.3')
+depends=('evolution-data-server>=1.12.0' 'libgnomeui>=2.20.0')
+makedepends=('perlxml' 'pkgconfig' 'evolution>=2.12.0')
 replaces=('ximian-connector')
 conflicts=('ximian-connector')
-options=('!libtool')
+options=('!libtool' '!emptydirs')
 install=evolution-exchange.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.10/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4e2024c1af8fdef1b9f4764632171711')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.12/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('3b0cf703a034255a123823f318a89d26')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
-             --libexecdir=/var
+             --libexecdir=/var --disable-static
   make || return 1
   make DESTDIR=${startdir}/pkg install
 




More information about the arch-commits mailing list