[neon/extras/elisa/Neon/release] debian/patches: add patch recommended by nate
Jonathan Riddell
null at kde.org
Wed Aug 25 16:52:58 BST 2021
Git commit 869635922da7e6133a4201753dfa7df84ec53ace by Jonathan Riddell.
Committed on 25/08/2021 at 15:52.
Pushed by jriddell into branch 'Neon/release'.
add patch recommended by nate
A +25 -0 debian/patches/files-view.diff
A +1 -0 debian/patches/series
https://invent.kde.org/neon/extras/elisa/commit/869635922da7e6133a4201753dfa7df84ec53ace
diff --git a/debian/patches/files-view.diff b/debian/patches/files-view.diff
new file mode 100644
index 0000000..2d95a19
--- /dev/null
+++ b/debian/patches/files-view.diff
@@ -0,0 +1,25 @@
+commit 618cf9b589ef9dd58e3ec3dd7450a80f10e118f8
+Author: Bart De Vries <bart at mogwai.be>
+Date: Wed Aug 25 11:52:11 2021 +0200
+
+ Fix broken "Files" view
+
+ The viewmanager.cpp/h file is missing an include for config-upnp-qt.h
+ which defines KF5KIO_FOUND. With this macro missing, it isn't building
+ the KIO stuff.
+
+ BUG 440980
+
+diff --git a/src/viewmanager.h b/src/viewmanager.h
+index dfc37db5..0b77d7fc 100644
+--- a/src/viewmanager.h
++++ b/src/viewmanager.h
+@@ -9,6 +9,8 @@
+
+ #include "elisaLib_export.h"
+
++#include "config-upnp-qt.h"
++
+ #include "elisautils.h"
+ #include "datatypes.h"
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..63cda04
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+files-view.diff
More information about the Neon-commits
mailing list