pluma: 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-22 21:14:15 +07:00
parent 71d44dd4d6
commit f5ae8362d9

View file

@ -3,7 +3,7 @@
# Slackware build script for pluma
# 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=pluma
VERSION=${VERSION:-1.9.0}
VERSION=${VERSION:-1.9.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_msb}
@ -86,6 +86,9 @@ 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|" data/Makefile
make $NUMJOBS || make
make install DESTDIR=$PKG