diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-10-28 20:22:51 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-10-29 08:59:50 +0100 |
commit | 02056549bf9950d4e854dad95426ff1ad42fefc7 (patch) | |
tree | ca3dff5a63fa99906c077d6a761efaf3ea749242 /source/xap/gimp/gimp.SlackBuild | |
parent | ce00f77117a9aa40c35896cbce8395999fd3c9a9 (diff) | |
download | current-02056549bf9950d4e854dad95426ff1ad42fefc7.tar.gz current-02056549bf9950d4e854dad95426ff1ad42fefc7.tar.xz |
Mon Oct 28 20:22:51 UTC 201920191028202251
l/imagemagick-6.9.10_70-x86_64-1.txz: Upgraded.
x/libinput-1.14.3-x86_64-1.txz: Upgraded.
x/mkfontdir-1.0.7-noarch-2.txz: Removed.
The mkfontdir wrapper script and man page are provided by recent versions
of the mkfontscale package, making the mkfontdir package redundant.
Thanks to DarkVision.
x/mkfontscale-1.2.1-x86_64-2.txz: Rebuilt.
Moved the mkfontdir install script to this package since it includes the
mkfontdir wrapper script now.
xap/gimp-2.10.14-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-x | source/xap/gimp/gimp.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xap/gimp/gimp.SlackBuild b/source/xap/gimp/gimp.SlackBuild index a0a791fa4..57c7aa7d5 100755 --- a/source/xap/gimp/gimp.SlackBuild +++ b/source/xap/gimp/gimp.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gimp VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |