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

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


    Date: Monday, October 19, 2009 @ 14:37:45
  Author: jgc
Revision: 56110

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-x86_64/	(properties)
  evolution-exchange/repos/extra-x86_64/PKGBUILD

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


Property changes on: evolution-exchange/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /evolution-exchange/trunk:1-54774
   + /evolution-exchange/trunk:1-56109

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-10-19 18:37:31 UTC (rev 56109)
+++ extra-x86_64/PKGBUILD	2009-10-19 18:37:45 UTC (rev 56110)
@@ -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