commit: 1634fabd42a2e316d2d736475dec0afea4181335 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun May 18 20:40:23 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun May 18 20:40:23 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1634fabd
kde-plasma/kinfocenter: Add missing include(ECMQmlModule) Bug: https://bugs.gentoo.org/956010 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../files/kinfocenter-6.3.90-cmake.patch | 27 ++++++++++++++++++++++ kde-plasma/kinfocenter/kinfocenter-6.3.90.ebuild | 2 ++ 2 files changed, 29 insertions(+) diff --git a/kde-plasma/kinfocenter/files/kinfocenter-6.3.90-cmake.patch b/kde-plasma/kinfocenter/files/kinfocenter-6.3.90-cmake.patch new file mode 100644 index 0000000000..1e61bae03d --- /dev/null +++ b/kde-plasma/kinfocenter/files/kinfocenter-6.3.90-cmake.patch @@ -0,0 +1,27 @@ +From b2fd0e4cb249980c20910038bde21bc676529c7c Mon Sep 17 00:00:00 2001 +From: Nicolas Fella <[email protected]> +Date: Fri, 16 May 2025 12:43:50 +0200 +Subject: [PATCH] Add missing include(ECMQmlModule) + +Fixes #6 + +(cherry picked from commit 934e1631268a028ff926172001e157db80c0b457) +--- + CMakeLists.txt | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index bdb25fce..8e0545eb 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -22,6 +22,7 @@ include(KDEGitCommitHooks) + include(ECMSetupQtPluginMacroNames) + include(ECMQueryQt) + include(ECMDeprecationSettings) ++include(ECMQmlModule) + + option(BUILD_DOC "Whether to build the documentation" ON) + +-- +GitLab + diff --git a/kde-plasma/kinfocenter/kinfocenter-6.3.90.ebuild b/kde-plasma/kinfocenter/kinfocenter-6.3.90.ebuild index 36f337ca04..0ef72111cf 100644 --- a/kde-plasma/kinfocenter/kinfocenter-6.3.90.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-6.3.90.ebuild @@ -46,6 +46,8 @@ CMAKE_SKIP_TESTS=( smbmountmodeltest ) +PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) # bug #956010; fixed in 6.3.91 + src_configure() { local mycmakeargs=( $(cmake_use_find_package usb USB1)
