mate-utils: Upgraded to 1.9.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-01-23 17:55:31 +07:00
parent e826da02c1
commit 3949e69eaa

View file

@ -3,7 +3,7 @@
# Slackware build script for mate-utils
# Copyright 2013 Chess Griffin <chess.griffin@gmail.com> Raleigh, NC
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# Copyright 2014-2015 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mate-utils
VERSION=${VERSION:-1.9.0}
VERSION=${VERSION:-1.9.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_msb}
@ -88,6 +88,12 @@ CXXFLAGS="$SLKCFLAGS" \
--without-help-dir \
--build=$ARCH-slackware-linux
# This is needed in -current, but should be harmless in -stable as well
sed -i "s|--strict --dry-run|--dry-run|" baobab/data/Makefile
sed -i "s|--strict --dry-run|--dry-run|" gsearchtool/Makefile
sed -i "s|--strict --dry-run|--dry-run|" mate-screenshot/Makefile
sed -i "s|--strict --dry-run|--dry-run|" mate-dictionary/data/Makefile
make $NUMJOBS || make
make install DESTDIR=$PKG