From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kde-cli-tools/files/, kde-plasma/kde-cli-tools/
Date: Wed, 27 Nov 2024 18:44:23 +0000 (UTC) [thread overview]
Message-ID: <1732733043.bce22ce7e31335f2d5db9a4d3b36e868b19063f4.asturm@gentoo> (raw)
commit: bce22ce7e31335f2d5db9a4d3b36e868b19063f4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 27 18:36:25 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 18:44:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce22ce7
kde-plasma/kde-cli-tools: Unrequire Qt6/KF6 modules
Closes: https://bugs.gentoo.org/945119
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
...e-cli-tools-6.2.4-unrequire-kf-qt-modules.patch | 35 ++++++++++++++++++++++
.../kde-cli-tools/kde-cli-tools-6.2.4.ebuild | 3 ++
2 files changed, 38 insertions(+)
diff --git a/kde-plasma/kde-cli-tools/files/kde-cli-tools-6.2.4-unrequire-kf-qt-modules.patch b/kde-plasma/kde-cli-tools/files/kde-cli-tools-6.2.4-unrequire-kf-qt-modules.patch
new file mode 100644
index 000000000000..e7bb7cfd9d3e
--- /dev/null
+++ b/kde-plasma/kde-cli-tools/files/kde-cli-tools-6.2.4-unrequire-kf-qt-modules.patch
@@ -0,0 +1,35 @@
+From aca455335ebcbc8818aacb75ffb7ef026ccc82e4 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner <asturm@gentoo.org>
+Date: Mon, 2 Sep 2024 23:18:46 +0200
+Subject: [PATCH] Make all KF6 and Qt6 modules optional
+
+Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
+---
+ CMakeLists.txt | 28 ++++++++++++++--------------
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index f1092bf8..4667f06d 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -28,7 +28,7 @@ include(ECMDeprecationSettings)
+
+ include(KDEGitCommitHooks)
+
+-find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
++find_package(Qt6 ${QT_MIN_VERSION} CONFIG COMPONENTS
+ Widgets
+ Svg
+ DBus
+@@ -44,7 +44,7 @@ if (NOT Qt6Test_FOUND)
+ set(BUILD_TESTING OFF CACHE BOOL "Build the testing tree.")
+ endif()
+
+-find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS
++find_package(KF6 ${KF6_MIN_VERSION} COMPONENTS
+ Config
+ DocTools
+ IconThemes
+--
+2.46.0
+
diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-6.2.4.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-6.2.4.ebuild
index 727f3af926c0..ad812ce0d5a8 100644
--- a/kde-plasma/kde-cli-tools/kde-cli-tools-6.2.4.ebuild
+++ b/kde-plasma/kde-cli-tools/kde-cli-tools-6.2.4.ebuild
@@ -33,6 +33,9 @@ RDEPEND="${DEPEND}
"
BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+# downstream split
+PATCHES=( "${FILESDIR}/${P}-unrequire-kf-qt-modules.patch" )
+
src_prepare() {
ecm_src_prepare
ecm_punt_po_install
next reply other threads:[~2024-11-27 18:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-27 18:44 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-12 13:04 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kde-cli-tools/files/, kde-plasma/kde-cli-tools/ Andreas Sturmlechner
2016-09-29 16:36 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1732733043.bce22ce7e31335f2d5db9a4d3b36e868b19063f4.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox