summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-07-27 18:10:41 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-07-27 18:24:33 +0200
commit479b6c9e6c960ed177190ad107c8b4aab98e6c48 (patch)
tree3946ac413cd4fb04a95479355ae4b3be25ca783c /kde-plasma/plasma-workspace/files
parentnet-vpn/openvpn: add myself as a co-maintainer per mrueg (diff)
downloadgentoo-479b6c9e6c960ed177190ad107c8b4aab98e6c48.tar.gz
gentoo-479b6c9e6c960ed177190ad107c8b4aab98e6c48.tar.bz2
gentoo-479b6c9e6c960ed177190ad107c8b4aab98e6c48.zip
kde-plasma/plasma-workspace: Fix DEPENDs, fix cmake warning
Upstream commits 7df184afa19f148c1cd09ae9588645bb2b4556fc a2202472aa4d488da7562fe8b150c42dddc2d7f2 Reported-by: Michael Mair-Keimberger (iamnr3) <bu9zilla@gmail.com> Gentoo-bug: 626040 Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-plasma/plasma-workspace/files')
-rw-r--r--kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-unused-dep.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-unused-dep.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-unused-dep.patch
new file mode 100644
index 000000000000..fa0f38509652
--- /dev/null
+++ b/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-unused-dep.patch
@@ -0,0 +1,19 @@
+commit 5a7d251cfbed417a2617945a94427a93cdd2e82d
+Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
+Date: Thu Jul 27 17:50:17 2017 +0200
+
+ Drop unused dependency
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index ba61d1cc..ab5536ff 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -25,7 +25,7 @@ include(ECMQtDeclareLoggingCategory)
+ include(KDEPackageAppTemplates)
+
+ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
+- Plasma DocTools Runner JsEmbed NotifyConfig Su NewStuff Wallet KCMUtils
++ Plasma DocTools Runner JsEmbed NotifyConfig Su NewStuff Wallet
+ IdleTime Declarative TextWidgets KDELibs4Support Crash GlobalAccel
+ DBusAddons Wayland)
+ find_package(KF5NetworkManagerQt ${KF5_MIN_VERSION})