[neon/neon-packaging/audiotube/Neon/release] debian/patches: Revert "Revert "patch in finding Python.h""
Carlos De Maine
null at kde.org
Sat May 23 23:19:22 BST 2026
Git commit a9dbe784e821352b643cbb9781459f716d4e8b95 by Carlos De Maine.
Committed on 23/05/2026 at 22:19.
Pushed by carlosdem into branch 'Neon/release'.
Revert "Revert "patch in finding Python.h""
This reverts commit 50f25eaa3b76ca4ec98b32410ac9e1045baa7311
A +12 -0 debian/patches/find_python_h.diff
M +2 -1 debian/patches/series
https://invent.kde.org/neon/neon-packaging/audiotube/-/commit/a9dbe784e821352b643cbb9781459f716d4e8b95
diff --git a/debian/patches/find_python_h.diff b/debian/patches/find_python_h.diff
new file mode 100644
index 0000000..a1c60cd
--- /dev/null
+++ b/debian/patches/find_python_h.diff
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 6a4c3648..05fe405a 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -42,6 +42,7 @@ kde_enable_exceptions()
+
+ find_package(Qt6 ${QT_MIN_VERSION} REQUIRED COMPONENTS Core Gui Qml QuickControls2 Svg Sql Widgets Multimedia Concurrent DBus)
+ find_package(KF6 REQUIRED COMPONENTS Kirigami I18n CoreAddons Crash WindowSystem IconThemes Config)
++find_package(Python COMPONENTS Interpreter Development REQUIRED)
+ set(PYBIND11_FINDPYTHON ON)
+ find_package(pybind11 REQUIRED)
+ find_package(Ytdlp REQUIRED RUNTIME)
diff --git a/debian/patches/series b/debian/patches/series
index fae6676..5a01ccc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
qdebug.diff
-find.diff
\ No newline at end of file
+find.diff
+find_python_h.diff
More information about the Neon-commits
mailing list