From 479b6c9e6c960ed177190ad107c8b4aab98e6c48 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 27 Jul 2017 18:10:41 +0200 Subject: kde-plasma/plasma-workspace: Fix DEPENDs, fix cmake warning Upstream commits 7df184afa19f148c1cd09ae9588645bb2b4556fc a2202472aa4d488da7562fe8b150c42dddc2d7f2 Reported-by: Michael Mair-Keimberger (iamnr3) Gentoo-bug: 626040 Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- .../files/plasma-workspace-5.10.4-unused-dep.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-unused-dep.patch (limited to 'kde-plasma/plasma-workspace/files') 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 +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}) -- cgit v1.2.3-65-gdbad