commit: 8b5b9925fab8d72dfdfe68f9cc42a3243ba61fa4
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri Mar 13 20:59:37 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Mar 14 12:42:57 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8b5b9925
[kde-plasma/plasma-workspace] Fix tests-optional patch
Package-Manager: portage-2.2.18
.../files/plasma-workspace-9999-tests-optional.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/kde-plasma/plasma-workspace/files/plasma-workspace-9999-tests-optional.patch
b/kde-plasma/plasma-workspace/files/plasma-workspace-9999-tests-optional.patch
index 11606f7..9ff1e38 100644
---
a/kde-plasma/plasma-workspace/files/plasma-workspace-9999-tests-optional.patch
+++
b/kde-plasma/plasma-workspace/files/plasma-workspace-9999-tests-optional.patch
@@ -1,11 +1,11 @@
--- a/CMakeLists.txt 2015-01-21 00:23:54.096323752 +0100
+++ b/CMakeLists.txt 2015-01-21 00:24:36.304654204 +0100
@@ -7,7 +7,7 @@
- set(QT_MIN_VERSION "5.3.0")
- set(KF5_MIN_VERSION "5.7.0")
+ set(QT_MIN_VERSION "5.4.0")
+ set(KF5_MIN_VERSION "5.8.0")
set(INSTALL_SDDM_THEME TRUE)
-find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Widgets Quick
QuickWidgets Concurrent Test Script Network)
+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Widgets Quick
QuickWidgets Concurrent Script Network)
- find_package(ECM 0.0.11 REQUIRED NO_MODULE)
+ find_package(ECM 1.8.0 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})