[neon/neon-packaging/nota/Neon/release] debian/patches: backport patch to fix build
Carlos De Maine
null at kde.org
Fri Nov 15 03:54:46 GMT 2024
Git commit 962926d22229f9244c4e041d3656831a4b7f8641 by Carlos De Maine.
Committed on 15/11/2024 at 03:54.
Pushed by carlosdem into branch 'Neon/release'.
backport patch to fix build
A +12 -0 debian/patches/fix_build
A +1 -0 debian/patches/series
https://invent.kde.org/neon/neon-packaging/nota/-/commit/962926d22229f9244c4e041d3656831a4b7f8641
diff --git a/debian/patches/fix_build b/debian/patches/fix_build
new file mode 100644
index 0000000..095c5d4
--- /dev/null
+++ b/debian/patches/fix_build
@@ -0,0 +1,12 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index e36a6cbe8a7b706686a98e484c3d69b6acfad384..d8c95ed8267864fd4a7f6377e8682199c4747bfd 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -82,6 +82,7 @@ target_link_libraries(${PROJECT_NAME}
+ MauiKit4::FileBrowsing
+ MauiKit4::TextEditor
+ Qt6::Core
++ Qt6::Quick
+ Qt6::Qml
+ KF6::CoreAddons
+ KF6::I18n)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..60b0a78
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_build
More information about the Neon-commits
mailing list