diff options
author | Johannes Huber <johu@gentoo.org> | 2015-05-31 22:06:18 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2015-05-31 22:06:18 +0000 |
commit | 785902c8217c6232472fb6521c23cbe2cdd45a0d (patch) | |
tree | eece118d5a4804b42d19b57e5d9400f8816c256d /kde-plasma/plasma-workspace/files/plasma-workspace-tests-optional.patch | |
parent | Mask Plasma 5.3 for testing. (diff) | |
download | gentoo-2-785902c8217c6232472fb6521c23cbe2cdd45a0d.tar.gz gentoo-2-785902c8217c6232472fb6521c23cbe2cdd45a0d.tar.bz2 gentoo-2-785902c8217c6232472fb6521c23cbe2cdd45a0d.zip |
Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by several people. Thank you all who worked on it in the overlay.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
Diffstat (limited to 'kde-plasma/plasma-workspace/files/plasma-workspace-tests-optional.patch')
-rw-r--r-- | kde-plasma/plasma-workspace/files/plasma-workspace-tests-optional.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-tests-optional.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-tests-optional.patch new file mode 100644 index 000000000000..9ff1e382d5b3 --- /dev/null +++ b/kde-plasma/plasma-workspace/files/plasma-workspace-tests-optional.patch @@ -0,0 +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.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 1.8.0 REQUIRED NO_MODULE) + set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) + |