net-im/kaidan: Fixup patch

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-10-19 22:45:12 +02:00
parent a1525e2aa8
commit 2658cbd96b

View File

@@ -5,8 +5,7 @@ Subject: [PATCH] Add dependency Qt6GuiPrivate needed since Qt 6.10.0
---
CMakeLists.txt | 5 +++++
README.md | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
1 file changed, 5 insertions(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index abbd885df..f9ea0e47c 100644
@@ -24,19 +23,6 @@ index abbd885df..f9ea0e47c 100644
find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS KIO Kirigami Prison)
if (NOT ANDROID)
find_package(KF6 ${KF_MIN_VERSION} OPTIONAL_COMPONENTS Crash)
diff --git a/README.md b/README.md
index eb6685eab..eb6bf6c61 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ Kaidan yourself can be found in our [Wiki][wiki].
The following dependencies are needed by Kaidan:
-* [Qt][qt-build-sources] >= 6.7.0 - Core | Concurrent | Qml | Quick | Svg | Sql | QuickControls2 | Xml | Multimedia | Positioning | Location
+* [Qt][qt-build-sources] >= 6.7.0 - Core | Concurrent | Qml | Quick | Svg | Sql | QuickControls2 | Xml | Multimedia | Positioning | Location | Qt6GuiPrivate (since Qt 6.10.0)
* [KDE Frameworks][kf] >= 6.11.0 - [ECM (extra-cmake-modules)][ecm] | [KWindowSystem][kwindowsystem] | [KNotifications][knotifications] (`-DUSE_KNOTIFICATIONS=OFF` to disable) | [KIO][kio] | [Kirigami][kirigami-repo] | [Prison][prison]
* [KDSingleApplication][kdsingleapplication]
* [Kirigami Addons][kirigami-addons] >= 1.4.0
--
GitLab