johu 15/08/02 12:28:35 Added: plasma-sdk-5.3.2-remove-qtwebkit.patch Log: Add patch to remove bogus deps by Andreas Sturmlechner <[email protected]>, bug #555770. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xFDF4F788)
Revision Changes Path 1.1 kde-plasma/plasma-sdk/files/plasma-sdk-5.3.2-remove-qtwebkit.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-sdk/files/plasma-sdk-5.3.2-remove-qtwebkit.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-sdk/files/plasma-sdk-5.3.2-remove-qtwebkit.patch?rev=1.1&content-type=text/plain Index: plasma-sdk-5.3.2-remove-qtwebkit.patch =================================================================== --- a/CMakeLists.txt 2015-07-18 18:21:24.686994466 +0200 +++ b/CMakeLists.txt 2015-07-18 18:21:51.772993658 +0200 @@ -24,7 +24,7 @@ # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) -find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core DBus Gui Qml Quick Svg WebKit WebKitWidgets Widgets Xml) +find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core DBus Gui Qml Quick Svg Widgets Xml) find_package(Qt5Test ${QT_MIN_VERSION} CONFIG QUIET) set_package_properties(Qt5Test PROPERTIES
