[arch-commits] CVS update of extra/gnome/vte (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Apr 22 15:45:07 UTC 2007


    Date: Sunday, April 22, 2007 @ 11:45:07
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/vte

Modified: PKGBUILD (1.26 -> 1.27)

upgpkg: vte 0.16.1-2
Move libexec files to FHS locations


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


Index: extra/gnome/vte/PKGBUILD
diff -u extra/gnome/vte/PKGBUILD:1.26 extra/gnome/vte/PKGBUILD:1.27
--- extra/gnome/vte/PKGBUILD:1.26	Mon Apr  9 15:37:07 2007
+++ extra/gnome/vte/PKGBUILD	Sun Apr 22 11:45:06 2007
@@ -1,10 +1,12 @@
-# $Id: PKGBUILD,v 1.26 2007/04/09 19:37:07 jgc Exp $
+# $Id: PKGBUILD,v 1.27 2007/04/22 15:45:06 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
+
 pkgname=vte
 pkgver=0.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc="VTE - Virtual Terminal Emulator"
 arch=(i686 x86_64)
+license=('LGPL')
 depends=('gtk2>=2.10.11' 'libsm')
 options=('nolibtool')
 makedepends=('pygtk>=2.10.4' 'pkgconfig' 'perlxml')
@@ -14,7 +16,9 @@
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --libexecdir=/usr/lib/vte \
+              --localstatedir=/var --disable-static
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list