[neon/neon-packaging/mauikit-documents/Neon/release] debian/patches: fix build

Carlos De Maine null at kde.org
Sun Jul 14 12:52:36 BST 2024


Git commit 19ee1e9172bca915023b8b2a75b5660619d480d2 by Carlos De Maine.
Committed on 14/07/2024 at 11:52.
Pushed by carlosdem into branch 'Neon/release'.

fix build

(cherry picked from commit bfa9fa5aa48529fb4d41aa9a5961248ce5c0fed3)

Co-authored-by: Carlos De Maine <carlosdemaine at gmail.com>

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

https://invent.kde.org/neon/neon-packaging/mauikit-documents/-/commit/19ee1e9172bca915023b8b2a75b5660619d480d2

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