[neon/extras/labplot/Neon/unstable] debian: try and help llvm find it's own headers
Carlos De Maine
null at kde.org
Wed Jan 21 05:15:52 GMT 2026
Git commit ebf53cf3109188f24a816b24a97edbcf238227d5 by Carlos De Maine.
Committed on 21/01/2026 at 05:15.
Pushed by carlosdem into branch 'Neon/unstable'.
try and help llvm find it's own headers
D +0 -12 debian/patches/fix_pyside6_include.diff
M +0 -1 debian/patches/series
M +2 -0 debian/rules
https://invent.kde.org/neon/extras/labplot/-/commit/ebf53cf3109188f24a816b24a97edbcf238227d5
diff --git a/debian/patches/fix_pyside6_include.diff b/debian/patches/fix_pyside6_include.diff
deleted file mode 100644
index 80d7fda..0000000
--- a/debian/patches/fix_pyside6_include.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/lib/python/bindings.h b/lib/python/bindings.h
-index fad4a635f..c10e021e0 100644
---- a/lib/python/bindings.h
-+++ b/lib/python/bindings.h
-@@ -5,6 +5,7 @@
- #define SDK
- #endif
-
-+#include <QMetaMethod>
- #include <QXmlStreamWriter>
-
- // abstract classes
diff --git a/debian/patches/series b/debian/patches/series
index c59b92e..782b712 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
fix_version_string.diff
-fix_pyside6_include.diff
diff --git a/debian/rules b/debian/rules
index 672555e..b582bec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
# -*- makefile -*-
+export LLVM_INSTALL_DIR=/usr/lib/llvm-18
+
%:
dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list