[neon/extras/wacomtablet/Neon/release] debian/patches: add patch from branch

Jonathan Riddell null at kde.org
Mon Nov 9 13:06:19 GMT 2020


Git commit 872e94eafa7fb59c7ae1fb54fff4159f0bf70352 by Jonathan Riddell.
Committed on 09/11/2020 at 13:05.
Pushed by jriddell into branch 'Neon/release'.

add patch from branch

A  +18   -0    debian/patches/qt-5.15.diff
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/extras/wacomtablet/commit/872e94eafa7fb59c7ae1fb54fff4159f0bf70352

diff --git a/debian/patches/qt-5.15.diff b/debian/patches/qt-5.15.diff
new file mode 100644
index 0000000..8f8958b
--- /dev/null
+++ b/debian/patches/qt-5.15.diff
@@ -0,0 +1,18 @@
+commit 4f73ff02b3efd5e8728b18fcf1067eca166704ee
+Author: Christophe Giboudeaux <christophe at krop.fr>
+Date:   Thu Jun 4 16:00:38 2020 +0200
+
+    Fix build with Qt 5.15
+
+diff --git a/src/kcmodule/pressurecurvewidget.cpp b/src/kcmodule/pressurecurvewidget.cpp
+index 0c943b3..f047a6c 100644
+--- a/src/kcmodule/pressurecurvewidget.cpp
++++ b/src/kcmodule/pressurecurvewidget.cpp
+@@ -22,6 +22,7 @@
+ //Qt includes
+ #include <QDebug>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QMouseEvent>
+ #include <QResizeEvent>
+ #include <QTabletEvent>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8cec176
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+qt-5.15.diff


More information about the Neon-commits mailing list