gtksourceview3: Upgraded to 3.24.7.

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo 2018-04-20 09:49:06 +07:00
parent 65a4f35d5c
commit 19ca81c613
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -26,7 +26,7 @@
PRGNAM=gtksourceview3
SRCNAM=gtksourceview
VERSION=${VERSION:-3.24.6}
VERSION=${VERSION:-3.24.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_msb}
@ -38,7 +38,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c https://download.gnome.org/sources/$SRCNAM/3.24/$SRCNAM-$VERSION.tar.xz
wget -c http://ftp.acc.umu.se/pub/GNOME/sources/$SRCNAM/3.24/$SRCNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/msb}
@ -96,6 +96,9 @@ CXXFLAGS="$SLKCFLAGS" \
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$TMP/$PRGNAM-$VERSION make
make install-strip DESTDIR=$PKG
# Don't ship .la files:
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
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