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

Jan de Groot jgc at archlinux.org
Sun Jun 22 20:17:00 UTC 2008


    Date: Sunday, June 22, 2008 @ 16:17:00
  Author: jgc
Revision: 3471

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

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


Property changes on: evolution-exchange/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /evolution-exchange/trunk:1-2428
   + /evolution-exchange/trunk:1-3470

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-06-22 20:16:46 UTC (rev 3470)
+++ extra-x86_64/PKGBUILD	2008-06-22 20:17:00 UTC (rev 3471)
@@ -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