[neon/kde/marble/Neon/unstable] debian/patches: debug why plasma is not being found
Carlos De Maine
null at kde.org
Fri Feb 20 08:13:17 GMT 2026
Git commit d9e7ad1f47b19ef9be2cee837040c58afeca7ae0 by Carlos De Maine.
Committed on 20/02/2026 at 08:13.
Pushed by carlosdem into branch 'Neon/unstable'.
debug why plasma is not being found
works locally \o/ ??
A +10 -0 debian/patches/debug.diff
A +1 -0 debian/patches/series
https://invent.kde.org/neon/kde/marble/-/commit/d9e7ad1f47b19ef9be2cee837040c58afeca7ae0
diff --git a/debian/patches/debug.diff b/debian/patches/debug.diff
new file mode 100644
index 0000000..ab6b5c8
--- /dev/null
+++ b/debian/patches/debug.diff
@@ -0,0 +1,10 @@
+diff --git a/src/plasma/CMakeLists.txt b/src/plasma/CMakeLists.txt
+index 7e985b321..d96fae874 100644
+--- a/src/plasma/CMakeLists.txt
++++ b/src/plasma/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-macro_optional_find_package(Plasma "6.0.0" QUIET)
++macro_optional_find_package(Plasma "6.0.0")
+
+ if(NOT Plasma_FOUND)
+ return()
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..035b7a1
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+debug.diff
More information about the Neon-commits
mailing list