[neon/qt6/qt6-lottie/Neon/release] debian/patches: use the commit from 6.10.1 to fix compile

Carlos De Maine null at kde.org
Mon Nov 17 10:49:02 GMT 2025


Git commit d734441a0cb1e807bcf6e9c36d75be2cb47ab8cd by Carlos De Maine.
Committed on 17/11/2025 at 10:48.
Pushed by carlosdem into branch 'Neon/release'.

use the commit from 6.10.1 to fix compile

A  +21   -0    debian/patches/8ddfb61d23223b61810d364a3014365c4edac70b.diff
D  +0    -22   debian/patches/c6d377b.diff
M  +1    -1    debian/patches/series

https://invent.kde.org/neon/qt6/qt6-lottie/-/commit/d734441a0cb1e807bcf6e9c36d75be2cb47ab8cd

diff --git a/debian/patches/8ddfb61d23223b61810d364a3014365c4edac70b.diff b/debian/patches/8ddfb61d23223b61810d364a3014365c4edac70b.diff
new file mode 100644
index 0000000..649e3bb
--- /dev/null
+++ b/debian/patches/8ddfb61d23223b61810d364a3014365c4edac70b.diff
@@ -0,0 +1,21 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 00fc2d111b16fd45bb3eb844422f805fd772f6a7..121b04616f6ee1b9e807cd6ad933815ad005b8f9 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -12,7 +12,15 @@ project(QtLottie
+ )
+ 
+ find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core)
+-find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Gui Qml Quick QuickTest QuickVectorImageGeneratorPrivate QuickControls2)
++find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG
++    OPTIONAL_COMPONENTS
++        Gui
++        Qml
++        Quick
++        QuickShapesPrivate
++        QuickTest
++        QuickVectorImageGeneratorPrivate
++        QuickControls2)
+ qt_internal_project_setup()
+ 
+ if(NOT TARGET Qt6::Gui)
diff --git a/debian/patches/c6d377b.diff b/debian/patches/c6d377b.diff
deleted file mode 100644
index 2fb45cf..0000000
--- a/debian/patches/c6d377b.diff
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 61fd921..a99147f 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -11,10 +11,15 @@
-     LANGUAGES CXX C
- )
- 
--find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core)
--find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Gui Qml Quick QuickTest QuickVectorImageGeneratorPrivate QuickControls2)
-+find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals)
-+
-+# This should be called as early as possible, just after find_package(BuildInternals) where it is
-+# defined.
- qt_internal_project_setup()
- 
-+find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS Core)
-+find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Gui Qml Quick QuickTest QuickVectorImageGeneratorPrivate QuickControls2)
-+
- if(NOT TARGET Qt6::Gui)
-     message(NOTICE "Skipping the build as Qt6::Gui cannot be found.")
-     return()
diff --git a/debian/patches/series b/debian/patches/series
index db9fa9a..4f6fd97 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-c6d377b.diff
+8ddfb61d23223b61810d364a3014365c4edac70b.diff


More information about the Neon-commits mailing list