summaryrefslogtreecommitdiffstats
path: root/source/l/dconf-editor/dconf-editor.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-03-07 20:32:09 +0000
committer Eric Hameleers <alien@slackware.com>2021-03-08 08:59:51 +0100
commit862bf241139111651f1ec68e56951d2c6d033ba2 (patch)
treeb5bd81ee1cc29c22406a3a82d7c74f899538c0fe /source/l/dconf-editor/dconf-editor.SlackBuild
parent7303a8620511d5958287983758217cbc04ea1225 (diff)
downloadcurrent-862bf241139111651f1ec68e56951d2c6d033ba2.tar.gz
current-862bf241139111651f1ec68e56951d2c6d033ba2.tar.xz
Sun Mar 7 20:32:09 UTC 202120210307203209
a/dialog-1.3_20210306-x86_64-1.txz: Upgraded. a/kernel-generic-5.10.21-x86_64-1.txz: Upgraded. a/kernel-huge-5.10.21-x86_64-1.txz: Upgraded. a/kernel-modules-5.10.21-x86_64-1.txz: Upgraded. d/kernel-headers-5.10.21-x86-1.txz: Upgraded. d/python-setuptools-54.1.1-x86_64-1.txz: Upgraded. k/kernel-source-5.10.21-noarch-1.txz: Upgraded. kde/alkimia-8.1.0-x86_64-1.txz: Upgraded. l/gd-2.3.2-x86_64-1.txz: Upgraded. l/python-pygments-2.8.1-x86_64-1.txz: Upgraded. n/mutt-2.0.6-x86_64-1.txz: Upgraded. xfce/thunar-4.16.4-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. testing/packages/linux-5.11.x/kernel-generic-5.11.4-x86_64-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-headers-5.11.4-x86-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-huge-5.11.4-x86_64-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-modules-5.11.4-x86_64-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-source-5.11.4-noarch-1.txz: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/l/dconf-editor/dconf-editor.SlackBuild')
-rwxr-xr-xsource/l/dconf-editor/dconf-editor.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/l/dconf-editor/dconf-editor.SlackBuild b/source/l/dconf-editor/dconf-editor.SlackBuild
index 2d236baba..605c52dbb 100755
--- a/source/l/dconf-editor/dconf-editor.SlackBuild
+++ b/source/l/dconf-editor/dconf-editor.SlackBuild
@@ -78,6 +78,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
+# Fix for latest vala (all GtkChild widgets must be declared as unowned):
+cat $CWD/fdc90849223649509424bbefe14990de71db2b2b.patch | patch -p1 --verbose || exit 1
+
# Configure, build, and install:
export CFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"