mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
gtksourceview3: Upgraded to 3.24.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
parent
65a4f35d5c
commit
19ca81c613
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue