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

Jan de Groot jgc at archlinux.org
Sun Aug 23 14:24:10 UTC 2009


    Date: Sunday, August 23, 2009 @ 10:24:09
  Author: jgc
Revision: 50124

Update to 2.27.90 - unset LDFLAGS, as this package breaks with --as-needed

Added:
  evolution-exchange/gnome-unstable/
Modified:
  evolution-exchange/gnome-unstable/PKGBUILD

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

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-08-23 13:54:06 UTC (rev 50123)
+++ gnome-unstable/PKGBUILD	2009-08-23 14:24:09 UTC (rev 50124)
@@ -2,25 +2,26 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=evolution-exchange
-pkgver=2.26.3
-_majorver=2.26
+pkgver=2.27.90
+_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.26.3' 'libgnomeui>=2.24.1' 'gvfs>=1.2.3')
-makedepends=('pkgconfig' 'intltool' 'evolution>=2.26.3')
+depends=('evolution-data-server>=2.27.90' 'gvfs>=1.3.4' 'libgnomeui>=2.24.1')
+makedepends=('pkgconfig' 'intltool' 'evolution>=2.27.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}/${_majorver}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('6ee035bfcafeef0aba01b459092eeec7')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.27/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0e47b74349c905ae106eef7dc429e24270271cec327b4d04f066264818b7aca2')
 
 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"|' \




More information about the arch-commits mailing list