diff --git a/extra/pluma/pluma.SlackBuild b/extra/pluma/pluma.SlackBuild index bcb87b2..1d063d0 100644 --- a/extra/pluma/pluma.SlackBuild +++ b/extra/pluma/pluma.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for pluma # Copyright 2013 Chess Griffin Raleigh, NC -# Copyright 2014 Willy Sudiarto Raharjo +# Copyright 2014-2015 Willy Sudiarto Raharjo # 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