[arch-commits] Commit in vte290/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Thu Sep 24 10:34:20 UTC 2015


    Date: Thursday, September 24, 2015 @ 12:34:20
  Author: jgc
Revision: 247231

upgpkg: vte290 0.36.3-3

Disable pty helper

Modified:
  vte290/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-24 10:29:09 UTC (rev 247230)
+++ PKGBUILD	2015-09-24 10:34:20 UTC (rev 247231)
@@ -10,7 +10,7 @@
 
 pkgname=vte290
 pkgver=0.36.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Virtual Terminal Emulator widget for use with GTK3 (vte-2.90 API)"
 arch=('i686' 'x86_64')
 url="http://www.gnome.org"
@@ -30,7 +30,9 @@
     --libexecdir=/usr/lib/vte \
     --localstatedir=/var \
     --disable-static \
-    --enable-introspection
+    --enable-introspection \
+    --disable-gnome-pty-helper
+
   make
 }
 
@@ -40,7 +42,6 @@
   make DESTDIR="$pkgdir" install
 
   # Files below are provided by vte-common
-  rm "$pkgdir/usr/lib/vte/gnome-pty-helper"
   rm "$pkgdir/etc/profile.d/vte.sh"
 }
 



More information about the arch-commits mailing list