[neon/neon-packaging/maui-fiery/Neon/release] debian/patches: refresh patch

Carlos De Maine null at kde.org
Fri Feb 13 10:21:04 GMT 2026


Git commit 8731666dd15f3077cfffc196dd8a0f34b21529e9 by Carlos De Maine.
Committed on 13/02/2026 at 10:21.
Pushed by carlosdem into branch 'Neon/release'.

refresh patch

M  +5    -2    debian/patches/fix_build.diff

https://invent.kde.org/neon/neon-packaging/maui-fiery/-/commit/8731666dd15f3077cfffc196dd8a0f34b21529e9

diff --git a/debian/patches/fix_build.diff b/debian/patches/fix_build.diff
index ab3f2c8..47ea951 100644
--- a/debian/patches/fix_build.diff
+++ b/debian/patches/fix_build.diff
@@ -2,7 +2,7 @@ diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
 index 3878e8b10f985039918b6a3c87bd0585fac6217e..ce8e27f23b6276d5a0ace4f84a1e538d929b1884 100644
 --- a/src/CMakeLists.txt
 +++ b/src/CMakeLists.txt
-@@ -4,6 +4,11 @@
+@@ -4,9 +4,14 @@
  # SPDX-License-Identifier: GPL-3.0-or-later
  remove_definitions(-DQT_NO_CAST_FROM_ASCII -DQT_STRICT_ITERATORS -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_URL_CAST_FROM_STRING)
  
@@ -10,7 +10,10 @@ index 3878e8b10f985039918b6a3c87bd0585fac6217e..ce8e27f23b6276d5a0ace4f84a1e538d
 +    find_package(Qt6CorePrivate ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 +endif()
 +
-+
++if (Qt6WebEngineQuick_VERSION VERSION_GREATER_EQUAL "6.10.0")
++    find_package(Qt6WebEngineQuickPrivate ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
++endif()
+
  set(fiery_SRCS
      main.cpp
      models/historymodel.cpp
\ No newline at end of file


More information about the Neon-commits mailing list