summaryrefslogtreecommitdiffstats
path: root/source/l/dconf-editor/dconf-editor.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-01-30 21:38:07 +0000
committer Eric Hameleers <alien@slackware.com>2023-01-30 23:36:21 +0100
commit6fa6b077d5cf04e14b46bc2c0520bea74a08986b (patch)
treebed8e1da027bd59dbcc397fe8278bb9b446bbdab /source/l/dconf-editor/dconf-editor.SlackBuild
parent36e934ce2f34e54e1576dd24399939addac3f945 (diff)
downloadcurrent-20230130213807.tar.gz
current-20230130213807.tar.xz
Mon Jan 30 21:38:07 UTC 202320230130213807
ap/sysstat-12.7.2-x86_64-1.txz: Upgraded. kde/kimageformats-5.102.0-x86_64-2.txz: Rebuilt. Recompiled against LibRaw-0.21.1. kde/krita-5.1.5-x86_64-3.txz: Rebuilt. Recompiled against LibRaw-0.21.1. kde/kstars-3.6.2-x86_64-3.txz: Rebuilt. Recompiled against LibRaw-0.21.1. kde/libkdcraw-22.12.1-x86_64-2.txz: Rebuilt. Recompiled against LibRaw-0.21.1. l/LibRaw-0.21.1-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/dconf-editor-43.0-x86_64-1.txz: Upgraded. l/gegl-0.4.40-x86_64-3.txz: Rebuilt. Recompiled against LibRaw-0.21.1. l/imagemagick-7.1.0_60-x86_64-1.txz: Upgraded. Compiled against LibRaw-0.21.1. l/libhandy-1.8.0-x86_64-1.txz: Added. This is required by dconf-editor-43.0. xap/geeqie-2.0.1-x86_64-2.txz: Rebuilt. Recompiled against LibRaw-0.21.1. xap/mozilla-firefox-109.0.1-x86_64-1.txz: Upgraded. For more information, see: https://www.mozilla.org/en-US/firefox/109.0.1/releasenotes/
Diffstat (limited to 'source/l/dconf-editor/dconf-editor.SlackBuild')
-rwxr-xr-xsource/l/dconf-editor/dconf-editor.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/l/dconf-editor/dconf-editor.SlackBuild b/source/l/dconf-editor/dconf-editor.SlackBuild
index 88c900fbd..0c09937c8 100755
--- a/source/l/dconf-editor/dconf-editor.SlackBuild
+++ b/source/l/dconf-editor/dconf-editor.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=dconf-editor
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
@@ -78,8 +78,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-zcat $CWD/dconf-editor.ftbfs.diff.gz | patch -p1 --verbose || exit 1
-
# Configure, build, and install:
export CFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"