summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-04-20 00:10:39 +0000
committer Eric Hameleers <alien@slackware.com>2024-04-20 02:28:35 +0200
commit189be804b3528e56c5830b47f94494ea89166bb6 (patch)
tree192ece8c823297bb9e90e727a0ddb2218deafe05 /source
parented81ac8ddaafd71f8b94096a87aae978c25c65c8 (diff)
downloadcurrent-189be804b3528e56c5830b47f94494ea89166bb6.tar.gz
current-189be804b3528e56c5830b47f94494ea89166bb6.tar.xz
Sat Apr 20 00:10:39 UTC 202420240420001039
l/gdk-pixbuf2-2.42.11-x86_64-2.txz: Rebuilt. Recompiled with -Dtests=false -Dothers=enabled to fix gkrellm. Thanks to J_W for the bug report.
Diffstat (limited to 'source')
-rwxr-xr-xsource/l/gdk-pixbuf2/gdk-pixbuf2.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/l/gdk-pixbuf2/gdk-pixbuf2.SlackBuild b/source/l/gdk-pixbuf2/gdk-pixbuf2.SlackBuild
index 959810d9e..59032f628 100755
--- a/source/l/gdk-pixbuf2/gdk-pixbuf2.SlackBuild
+++ b/source/l/gdk-pixbuf2/gdk-pixbuf2.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gdk-pixbuf
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -95,7 +95,9 @@ meson setup \
--localstatedir=/var \
--buildtype=release \
-Dgtk_doc=false \
+ -Dtests=false \
-Dinstalled_tests=false \
+ -Dothers=enabled \
.. || exit 1
"${NINJA:=ninja}" $NUMJOBS || exit 1
DESTDIR=$PKG $NINJA install || exit 1