[neon/forks/kaidan/Neon/release_jammy] debian/patches: qt5_suffix.diff
Carlos De Maine
null at kde.org
Thu Aug 29 07:53:00 BST 2024
Git commit 18ec4fcfe4249e1ee175ae63b6caeed7f4c75421 by Carlos De Maine.
Committed on 29/08/2024 at 06:52.
Pushed by carlosdem into branch 'Neon/release_jammy'.
qt5_suffix.diff
A +13 -0 debian/patches/qt5_suffix.diff
M +1 -0 debian/patches/series
https://invent.kde.org/neon/forks/kaidan/-/commit/18ec4fcfe4249e1ee175ae63b6caeed7f4c75421
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
index f278d94..3691d8b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
qrcode.diff
qrcode2.diff
qrcode3.diff
+qt5_suffix.diff
\ No newline at end of file
More information about the Neon-commits
mailing list