summaryrefslogtreecommitdiffstats
path: root/libraries/vte3/vte3.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/vte3/vte3.SlackBuild')
-rw-r--r--libraries/vte3/vte3.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/vte3/vte3.SlackBuild b/libraries/vte3/vte3.SlackBuild
index 675dbc4880..8e3d5c04ec 100644
--- a/libraries/vte3/vte3.SlackBuild
+++ b/libraries/vte3/vte3.SlackBuild
@@ -24,7 +24,7 @@
SRCNAM=vte
PRGNAM=vte3
-VERSION=${VERSION:-0.34.6}
+VERSION=${VERSION:-0.34.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -94,6 +94,9 @@ CFLAGS="$SLKCFLAGS" \
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1
+# Remove this, it's included in the stock vte package:
+rm $PKG/usr/libexec/gnome-pty-helper
+
# Strip binaries:
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null