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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Oct 4 21:31:52 UTC 2009


    Date: Sunday, October 4, 2009 @ 17:31:52
  Author: andyrtr
Revision: 53990

Merged revisions 53988 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/xfconf/trunk

........
  r53988 | andyrtr | 2009-10-04 23:29:08 +0200 (So, 04 Okt 2009) | 2 lines
  
  upgpkg: xfconf 4.6.1-2
      fix libexecdir path, closes #15689
........

Modified:
  xfconf/repos/extra-i686/	(properties)
  xfconf/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: xfconf/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /xfconf/trunk:1-36301
   + /xfconf/trunk:1-53989

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-10-04 21:29:54 UTC (rev 53989)
+++ extra-i686/PKGBUILD	2009-10-04 21:31:52 UTC (rev 53990)
@@ -3,7 +3,7 @@
 
 pkgname=xfconf
 pkgver=4.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="xfconf.. thingie"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -19,7 +19,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var --disable-static
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1




More information about the arch-commits mailing list