[neon/forks/kaidan/Neon/release] debian/patches: qt5 suffix patch
Carlos De Maine
null at kde.org
Thu Aug 29 07:50:17 BST 2024
Git commit f237171163903ae108cdd7d503140e690ff34ea2 by Carlos De Maine.
Committed on 29/08/2024 at 06:50.
Pushed by carlosdem into branch 'Neon/release'.
qt5 suffix patch
A +13 -0 debian/patches/qt5_suffix.diff
A +1 -0 debian/patches/series
https://invent.kde.org/neon/forks/kaidan/-/commit/f237171163903ae108cdd7d503140e690ff34ea2
diff --git a/debian/patches/qt5_suffix.diff b/debian/patches/qt5_suffix.diff
new file mode 100644
index 0000000..dfd25fa
--- /dev/null
+++ b/debian/patches/qt5_suffix.diff
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 073e95bf..89ba5725 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -86,7 +86,7 @@ find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Concurrent
+ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS KIO CoreAddons Kirigami2)
+ find_package(KF5KirigamiAddons 0.10.0 REQUIRED)
+ find_package(ZXing REQUIRED)
+-find_package(QXmpp 1.6.0 REQUIRED COMPONENTS Omemo)
++find_package(QXmppQt5 1.6.0 REQUIRED COMPONENTS Omemo)
+
+ find_package(ICU 61.0 COMPONENTS uc)
+ set_package_properties(ICU PROPERTIES
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..567b66d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+qt5_suffix.diff
More information about the Neon-commits
mailing list