development/meson: Updated for version 0.49.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2018-12-31 09:41:53 -07:00 committed by Willy Sudiarto Raharjo
parent 2445f4a0e7
commit 1c551ce283
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for meson
# Copyright 2017 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
# Copyright 2017-2018 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=meson
VERSION=${VERSION:-0.44.1}
VERSION=${VERSION:-0.49.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -75,13 +75,12 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mv $PKG/usr/share/man $PKG/usr/
rmdir $PKG/usr/share/
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
COPYING README.md contributing.txt \
COPYING README.md PKG-INFO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="meson"
VERSION="0.44.1"
VERSION="0.49.0"
HOMEPAGE="http://mesonbuild.com"
DOWNLOAD="https://github.com/mesonbuild/meson/releases/download/0.44.1/meson-0.44.1.tar.gz"
MD5SUM="82b1198bf714b5a4da84bfe8376c79cc"
DOWNLOAD="https://github.com/mesonbuild/meson/releases/download/0.49.0/meson-0.49.0.tar.gz"
MD5SUM="3c35b91e8040901034809576d54007c6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3 ninja"