summaryrefslogtreecommitdiffstats
path: root/source/xap/gimp/gimp.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-05-03 17:37:59 +0000
committer Eric Hameleers <alien@slackware.com>2024-05-03 20:00:12 +0200
commit7a91946d5aa08f55eccc889c13b210621582757a (patch)
tree89de1316e46c04ec9ac7d35a26bf19e048590adb /source/xap/gimp/gimp.SlackBuild
parent43fb31f23b01aa82717afad314b5b22a3067fb27 (diff)
downloadcurrent-7a91946d5aa08f55eccc889c13b210621582757a.tar.gz
current-7a91946d5aa08f55eccc889c13b210621582757a.tar.xz
Fri May 3 17:37:59 UTC 202420240503173759
a/hwdata-0.382-noarch-1.txz: Upgraded. a/ndctl-79-x86_64-1.txz: Upgraded. l/gtk4-4.14.4-x86_64-1.txz: Upgraded. xap/gimp-2.10.38-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-xsource/xap/gimp/gimp.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/xap/gimp/gimp.SlackBuild b/source/xap/gimp/gimp.SlackBuild
index f4590d257..3c54f1cd9 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:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -77,9 +77,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-# Patch for recent glib:
-cat $CWD/0a67fb0484001e7a0bf14eb73c67f9e74325d524.patch | patch -p1 --verbose || exit 1
-
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \