[neon/maui/maui-fiery/Neon/release] debian/patches: separate the diffs
Carlos De Maine
null at kde.org
Thu Jul 30 08:07:21 BST 2026
Git commit 8823313d3cb2cf051f95545bc1d1a3021a15dc92 by Carlos De Maine.
Committed on 30/07/2026 at 07:07.
Pushed by carlosdem into branch 'Neon/release'.
separate the diffs
M +0 -18 debian/patches/fix_build.diff
A +17 -0 debian/patches/fix_build2.diff
M +2 -1 debian/patches/series
https://invent.kde.org/neon/maui/maui-fiery/-/commit/8823313d3cb2cf051f95545bc1d1a3021a15dc92
diff --git a/debian/patches/fix_build.diff b/debian/patches/fix_build.diff
index 877f24b..098875a 100644
--- a/debian/patches/fix_build.diff
+++ b/debian/patches/fix_build.diff
@@ -15,21 +15,3 @@
set(fiery_SRCS
main.cpp
models/historymodel.cpp
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index b868955..7e3faf9 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -55,8 +55,7 @@ target_link_libraries(${PROJECT_NAME}
- Qt6::Qml
- KF6::I18n
- KF6::CoreAddons
--
-- Qt::CorePrivate
-- Qt::WebEngineCore
-- Qt::WebEngineQuick
-- Qt::WebEngineQuickPrivate)
-+ Qt6::CorePrivate
-+ Qt6::WebEngineCore
-+ Qt6::WebEngineQuick
-+ Qt6::WebEngineQuickPrivate)
diff --git a/debian/patches/fix_build2.diff b/debian/patches/fix_build2.diff
new file mode 100644
index 0000000..c1a14f5
--- /dev/null
+++ b/debian/patches/fix_build2.diff
@@ -0,0 +1,17 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index b868955..7e3faf9 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -55,8 +55,7 @@ target_link_libraries(${PROJECT_NAME}
+ Qt6::Qml
+ KF6::I18n
+ KF6::CoreAddons
+-
+- Qt::CorePrivate
+- Qt::WebEngineCore
+- Qt::WebEngineQuick
+- Qt::WebEngineQuickPrivate)
++ Qt6::CorePrivate
++ Qt6::WebEngineCore
++ Qt6::WebEngineQuick
++ Qt6::WebEngineQuickPrivate)
diff --git a/debian/patches/series b/debian/patches/series
index 581344e..bd25e2e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
-fix_build.diff
\ No newline at end of file
+fix_build.diff
+fix_build2.diff
More information about the Neon-commits
mailing list