Date: Saturday, February 13, 2010 @ 16:39:34 Author: jgc Revision: 68679
upgpkg: evolution-exchange 2.29.90-1 Update to 2.29.90 Modified: evolution-exchange/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-02-13 21:26:41 UTC (rev 68678) +++ PKGBUILD 2010-02-13 21:39:34 UTC (rev 68679) @@ -2,29 +2,29 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=evolution-exchange -pkgver=2.28.2 -_majorver=2.28 +pkgver=2.29.90 +_majorver=2.30 pkgrel=1 pkgdesc="Ximian Connector Exchange plugin for Evolution" arch=(i686 x86_64) license=('GPL') url="http://www.ximian.com" -depends=('evolution-data-server>=2.28.1' 'gvfs>=1.4.1' 'libgnomeui>=2.24.2') -makedepends=('pkgconfig' 'intltool' 'evolution>=2.28.1') +depends=('evolution-data-server>=2.29.90' 'gvfs>=1.5.3' 'gnome-desktop>=2.29.90' 'gtkhtml>=3.29.90' 'libgnomecanvas') +makedepends=('pkgconfig' 'intltool' 'evolution>=2.29.90') replaces=('ximian-connector') conflicts=('ximian-connector') options=('!libtool' '!emptydirs') groups=('gnome-extra') install=evolution-exchange.install -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('d7c8478656e2aff966531f3c2cdd988a1c07dc6343e691fc980d31820a615493') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('b337c447740408e09bbc45004098b59fb4afc83fbd6ea424f4799811f9a8dd9d') build() { cd "${srcdir}/${pkgname}-${pkgver}" - unset LDFLAGS + #unset LDFLAGS ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --libexecdir=/usr/lib/evolution --disable-static \ - --with-libdb=/usr || return 1 + --with-libdb=/usr --with-krb5=/usr || return 1 make || return 1 make DESTDIR="${pkgdir}" install || return 1
