From 227509055395cee8d012f06ce633b734c0704cbf Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 2 Jan 2016 17:57:44 +0100 Subject: libraries/vte3: Updated for version 0.42.1. Signed-off-by: Matteo Bernardini --- libraries/vte3/vte3.SlackBuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'libraries/vte3/vte3.SlackBuild') diff --git a/libraries/vte3/vte3.SlackBuild b/libraries/vte3/vte3.SlackBuild index 1f642d8ea6..5a674034fa 100644 --- a/libraries/vte3/vte3.SlackBuild +++ b/libraries/vte3/vte3.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=vte PRGNAM=vte3 -VERSION=${VERSION:-0.36.5} +VERSION=${VERSION:-0.42.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,9 +71,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# https://bugzilla.gnome.org/show_bug.cgi?id=663779 -patch -p1 < $CWD/fix_meta_alt_keybinding.patch - # Configure: CFLAGS="$SLKCFLAGS" \ ./configure \ @@ -92,9 +89,6 @@ CFLAGS="$SLKCFLAGS" \ make $NUMJOBS || make make install DESTDIR=$PKG -# Remove this, it's included in the stock vte package: -rm $PKG/usr/libexec/gnome-pty-helper - find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -- cgit v1.2.3