[neon/neon-packaging/mauikit-documents/Neon/release_jammy] debian/patches: fix build
Carlos De Maine
null at kde.org
Sun Jul 14 12:52:18 BST 2024
Git commit bfa9fa5aa48529fb4d41aa9a5961248ce5c0fed3 by Carlos De Maine.
Committed on 14/07/2024 at 11:52.
Pushed by carlosdem into branch 'Neon/release_jammy'.
fix build
A +13 -0 debian/patches/fixbuild
A +1 -0 debian/patches/series
https://invent.kde.org/neon/neon-packaging/mauikit-documents/-/commit/bfa9fa5aa48529fb4d41aa9a5961248ce5c0fed3
diff --git a/debian/patches/fixbuild b/debian/patches/fixbuild
new file mode 100644
index 0000000..c758454
--- /dev/null
+++ b/debian/patches/fixbuild
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 84cd7744f947c3cba658398b99d714f5e55c37fc..d7de3d6ee8ed271234d2472d62c7ad220ba12d44 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -85,7 +85,7 @@ find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} REQUIRED COMPONENTS
+ Quick
+ Concurrent)
+
+-find_package(KF${KF_MAJOR_VERSION} ${REQUIRED_KF5_VERSION} REQUIRED COMPONENTS
++find_package(KF${KF_MAJOR_VERSION} ${REQUIRED_KF_VERSION} REQUIRED COMPONENTS
+ I18n
+ CoreAddons)
+
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..479ac95
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fixbuild
\ No newline at end of file
More information about the Neon-commits
mailing list