[arch-commits] Commit in evolution-exchange/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Oct 19 18:37:31 UTC 2009


    Date: Monday, October 19, 2009 @ 14:37:31
  Author: jgc
Revision: 56109

upgpkg: evolution-exchange 2.28.1-1
    Update to 2.28.1 - build with db 4.8

Modified:
  evolution-exchange/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-19 18:34:36 UTC (rev 56108)
+++ PKGBUILD	2009-10-19 18:37:31 UTC (rev 56109)
@@ -2,32 +2,29 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=evolution-exchange
-pkgver=2.28.0
+pkgver=2.28.1
 _majorver=2.28
 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.0' 'gvfs>=1.4.0' 'libgnomeui>=2.24.1')
-makedepends=('pkgconfig' 'intltool' 'evolution>=2.28.0')
+depends=('evolution-data-server>=2.28.1' 'gvfs>=1.4.1' 'libgnomeui>=2.24.2')
+makedepends=('pkgconfig' 'intltool' 'evolution>=2.28.1')
 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=('c7a8ca85f3c4e626317d797a5c42a1eeec9f425752aaeb2742c7ee9c8e93a79c')
+sha256sums=('247a176723789a9ce9bd36cafa29b7d470abcb5aa8f9426f350c7f93adb98984')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   unset LDFLAGS
-  # 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=/usr --sysconfdir=/etc --localstatedir=/var \
-  	--libexecdir=/usr/lib/evolution --disable-static --with-libdb=/usr  || return 1
+      --libexecdir=/usr/lib/evolution --disable-static \
+      --with-libdb=/usr || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 




More information about the arch-commits mailing list