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 86afca0111f80..9b10353cdf5e8 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