diff options
Diffstat (limited to 'libraries/vte3/vte3.SlackBuild')
-rw-r--r-- | libraries/vte3/vte3.SlackBuild | 8 |
1 files changed, 1 insertions, 7 deletions
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 |