summaryrefslogtreecommitdiffstats
path: root/source/l/dconf-editor
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
parent36e934ce2f34e54e1576dd24399939addac3f945 (diff)
downloadcurrent-6fa6b077d5cf04e14b46bc2c0520bea74a08986b.tar.gz
current-6fa6b077d5cf04e14b46bc2c0520bea74a08986b.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')
-rwxr-xr-xsource/l/dconf-editor/dconf-editor.SlackBuild4
-rw-r--r--source/l/dconf-editor/dconf-editor.ftbfs.diff18
2 files changed, 1 insertions, 21 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"
diff --git a/source/l/dconf-editor/dconf-editor.ftbfs.diff b/source/l/dconf-editor/dconf-editor.ftbfs.diff
deleted file mode 100644
index f6d99ba9d..000000000
--- a/source/l/dconf-editor/dconf-editor.ftbfs.diff
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./editor/meson.build.orig 2021-03-23 10:37:37.571719400 -0500
-+++ ./editor/meson.build 2022-02-16 19:13:03.612538392 -0600
-@@ -1,7 +1,6 @@
- desktop = dconf_editor_namespace + '.desktop'
-
- i18n.merge_file (
-- desktop,
- type: 'desktop',
- input: desktop + '.in',
- output: desktop,
-@@ -26,7 +25,6 @@
- appdata = dconf_editor_namespace + '.appdata.xml'
-
- i18n.merge_file(
-- appdata,
- input: appdata + '.in',
- output: appdata,
- po_dir: po_dir,