[neon/kde/kalgebra/Neon/unstable] debian/patches: add temp patch

Carlos De Maine null at kde.org
Sat Sep 30 07:44:36 BST 2023


Git commit 09c5f6306e16a7026899668897b9eff793683d77 by Carlos De Maine.
Committed on 30/09/2023 at 08:44.
Pushed by carlosdem into branch 'Neon/unstable'.

add temp patch

A  +13   -0    debian/patches/0001
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/kde/kalgebra/-/commit/09c5f6306e16a7026899668897b9eff793683d77

diff --git a/debian/patches/0001 b/debian/patches/0001
new file mode 100644
index 0000000..7488e01
--- /dev/null
+++ b/debian/patches/0001
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index d210789b873dddd7ef975f69c281623e4f7efdcb..fe11817ca6fcdf00858ce352bd7015b97a0f4f6e 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -32,7 +32,7 @@ find_package(Qt${QT_MAJOR_VERSION} 5.15 REQUIRED NO_MODULE COMPONENTS Qml Quick
+ if (QT_MAJOR_VERSION STREQUAL "6")
+     find_package(Qt6Core5Compat)
+ endif()
+-find_package(Analitza5 REQUIRED)
++find_package(Analitza{QT_MAJOR_VERSION} REQUIRED)
+ 
+ ecm_set_disabled_deprecation_versions(QT 6.4
+     KF 5.101
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..741d32c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001
\ No newline at end of file


More information about the Neon-commits mailing list