* [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/files/, kde-plasma/kinfocenter/
@ 2025-05-18 20:41 Andreas Sturmlechner
0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2025-05-18 20:41 UTC (permalink / raw
To: gentoo-commits
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 <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 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)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-05-18 20:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-18 20:41 [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/files/, kde-plasma/kinfocenter/ Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox