[arch-commits] Commit in vte/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Thu Sep 24 10:37:52 UTC 2015
Date: Thursday, September 24, 2015 @ 12:37:52
Author: jgc
Revision: 247233
upgpkg: vte 0.28.2-7
Disable pty helper
Modified:
vte/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-24 10:34:38 UTC (rev 247232)
+++ PKGBUILD 2015-09-24 10:37:52 UTC (rev 247233)
@@ -3,7 +3,7 @@
pkgname=vte
pkgver=0.28.2
-pkgrel=6
+pkgrel=7
pkgdesc="Virtual Terminal Emulator widget for use with GTK2"
arch=('i686' 'x86_64')
license=('LGPL')
@@ -32,7 +32,7 @@
PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/vte \
--localstatedir=/var --disable-static \
- --enable-introspection --with-gtk=2.0
+ --enable-introspection --with-gtk=2.0 --disable-gnome-pty-helper
make
}
@@ -39,6 +39,4 @@
package(){
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
-
- rm "$pkgdir/usr/lib/vte/gnome-pty-helper"
}
More information about the arch-commits
mailing list