diff options
| -rw-r--r-- | kde-plasma/kinfocenter/files/kinfocenter-6.3.90-cmake.patch | 27 | ||||
| -rw-r--r-- | kde-plasma/kinfocenter/kinfocenter-6.3.90.ebuild | 2 |
2 files changed, 29 insertions, 0 deletions
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 00000000000..1e61bae03df --- /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 <nicolas.fella@gmx.de> +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 36f337ca04f..0ef72111cfb 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) |
