[arch-commits] Commit in evolution-exchange/repos (extra-i686 extra-i686/PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Oct 21 19:19:54 UTC 2009


    Date: Wednesday, October 21, 2009 @ 15:19:53
  Author: jgc
Revision: 56388

Merged revisions 56109 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/evolution-exchange/trunk

........
  r56109 | jgc | 2009-10-19 20:37:31 +0200 (Mon, 19 Oct 2009) | 2 lines
  
  upgpkg: evolution-exchange 2.28.1-1
      Update to 2.28.1 - build with db 4.8
........

Modified:
  evolution-exchange/repos/extra-i686/	(properties)
  evolution-exchange/repos/extra-i686/PKGBUILD

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


Property changes on: evolution-exchange/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /evolution-exchange/trunk:1-54775
   + /evolution-exchange/trunk:1-56387

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-10-21 19:16:56 UTC (rev 56387)
+++ extra-i686/PKGBUILD	2009-10-21 19:19:53 UTC (rev 56388)
@@ -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