summaryrefslogtreecommitdiff
path: root/kde-plasma/khotkeys/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
commit6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (patch)
tree25413d1cb3a0cbfe36029db32398c0f333609215 /kde-plasma/khotkeys/files
parent9c417bacd51da6d8b57fa9f37425161d30d4b95b (diff)
gentoo resync : 14.12.2020
Diffstat (limited to 'kde-plasma/khotkeys/files')
-rw-r--r--kde-plasma/khotkeys/files/khotkeys-5.20.4-unused-dep.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/kde-plasma/khotkeys/files/khotkeys-5.20.4-unused-dep.patch b/kde-plasma/khotkeys/files/khotkeys-5.20.4-unused-dep.patch
new file mode 100644
index 000000000000..6d39c5465791
--- /dev/null
+++ b/kde-plasma/khotkeys/files/khotkeys-5.20.4-unused-dep.patch
@@ -0,0 +1,28 @@
+From 5f622844605a569eec776f3cdd0954ccefd8c99b Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner <asturm@gentoo.org>
+Date: Sun, 29 Nov 2020 11:55:10 +0100
+Subject: [PATCH] Drop unused KF5Plasma dependency
+
+This had been already dropped in commit 1d60f46f, which was reverted in
+commit 8ba8a29c. At least that part of it was correct though.
+
+Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
+---
+ CMakeLists.txt | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index a945dee..b49bff1 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -32,7 +32,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
+ KDELibs4Support
+ DBusAddons
+ KCMUtils
+- Plasma
+ )
+
+ find_package(X11 REQUIRED OPTIONAL_COMPONENTS Xtst)
+--
+2.29.2
+