libraries/vte3: Updated for version 0.34.7.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2013-07-08 20:04:25 -05:00 committed by Erik Hanson
parent 5cd5b14d41
commit 5c84170519
2 changed files with 7 additions and 4 deletions

View file

@ -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

View file

@ -1,8 +1,8 @@
PRGNAM="vte3"
VERSION="0.34.6"
VERSION="0.34.7"
HOMEPAGE="http://www.gnome.org/"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/vte/0.34/vte-0.34.6.tar.xz"
MD5SUM="8fb3222611d0aaa40093f220581b6e1f"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/vte/0.34/vte-0.34.7.tar.xz"
MD5SUM="aaab625a8d3ffe1f9a95fc9cd132040e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""