summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-12 15:00:43 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-12 15:03:17 +0200
commit280ea0002174c05d0e9250fa674d76ebb43bead7 (patch)
tree52a4d55d864287716f4a6b27c8eeaccb18abb472 /kde-plasma/kde-cli-tools/files
parentdev-util/crash: drop 7.3.1, 8.0.0-r1, 8.0.1 (diff)
downloadgentoo-280ea0002174c05d0e9250fa674d76ebb43bead7.tar.gz
gentoo-280ea0002174c05d0e9250fa674d76ebb43bead7.tar.bz2
gentoo-280ea0002174c05d0e9250fa674d76ebb43bead7.zip
kde-plasma/kde-cli-tools: Fix use kcmshell5 instead of kcmshell6
Closes: https://bugs.gentoo.org/906198 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kde-cli-tools/files')
-rw-r--r--kde-plasma/kde-cli-tools/files/kde-cli-tools-5.27.5-kcmshell5.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/kde-plasma/kde-cli-tools/files/kde-cli-tools-5.27.5-kcmshell5.patch b/kde-plasma/kde-cli-tools/files/kde-cli-tools-5.27.5-kcmshell5.patch
new file mode 100644
index 000000000000..4fa2309c6b37
--- /dev/null
+++ b/kde-plasma/kde-cli-tools/files/kde-cli-tools-5.27.5-kcmshell5.patch
@@ -0,0 +1,22 @@
+From 726690b34c1b75307fb8c830ba05dd00b98aa85a Mon Sep 17 00:00:00 2001
+From: Heiko Becker <heiko.becker@kde.org>
+Date: Tue, 9 May 2023 21:29:52 +0200
+Subject: [PATCH] kinfo: Use kcmshell5 with Plasma *5*
+
+---
+ kinfo/kinfo | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/kinfo/kinfo b/kinfo/kinfo
+index ddb5de31..6f911965 100644
+--- a/kinfo/kinfo
++++ b/kinfo/kinfo
+@@ -3,4 +3,4 @@
+ # SPDX-FileCopyrightText: 2023 Harald Sitter <sitter@kde.org>
+
+ export QT_LOGGING_RULES="*=false"
+-exec kcmshell6 kcm_about-distro --args dump --platform offscreen
++exec kcmshell5 kcm_about-distro --args dump --platform offscreen
+--
+GitLab
+