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

Jan de Groot jgc at archlinux.org
Sun Jun 22 20:18:16 UTC 2008


    Date: Sunday, June 22, 2008 @ 16:18:15
  Author: jgc
Revision: 3472

Merged revisions 2564-3471 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/evolution-exchange/trunk

........
  r3470 | jgc | 2008-06-22 20:16:46 +0000 (Sun, 22 Jun 2008) | 2 lines
  
  upgpkg: evolution-exchange 2.22.2-2
      Fix libexecdir
........

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

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


Property changes on: evolution-exchange/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /evolution-exchange/trunk:1-2563
   + /evolution-exchange/trunk:1-3471

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-06-22 20:17:00 UTC (rev 3471)
+++ extra-i686/PKGBUILD	2008-06-22 20:18:15 UTC (rev 3472)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-exchange
 pkgver=2.22.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Ximian Connector Exchange plugin for Evolution"
 arch=(i686 x86_64)
 license=('GPL')
@@ -23,8 +23,8 @@
   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 \
-  	--libexecdir=/var --disable-static --with-libdb=/usr  || return 1
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  	--libexecdir=/usr/lib/evolution --disable-static --with-libdb=/usr  || return 1
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 





More information about the arch-commits mailing list