commit: 2658cbd96b859f3fdcdf3a80dc558be4b3e82da2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 19 20:45:12 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 19 20:45:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2658cbd9
net-im/kaidan: Fixup patch
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-im/kaidan/files/kaidan-0.13.0-qt6.10.patch | 16 +---------------
1 file changed, 1 insertion(+), 15 deletions(-)
diff --git a/net-im/kaidan/files/kaidan-0.13.0-qt6.10.patch
b/net-im/kaidan/files/kaidan-0.13.0-qt6.10.patch
index 86afca0111f8..9b10353cdf5e 100644
--- a/net-im/kaidan/files/kaidan-0.13.0-qt6.10.patch
+++ b/net-im/kaidan/files/kaidan-0.13.0-qt6.10.patch
@@ -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