[neon/neon-packaging/falkon/Neon/release] debian/patches: qt 5.15 patch
Jonathan Riddell
null at kde.org
Mon Nov 9 14:07:55 GMT 2020
Git commit 953b78b0138f9593ee78dac61353b7ca8b3b5027 by Jonathan Riddell.
Committed on 09/11/2020 at 14:07.
Pushed by jriddell into branch 'Neon/release'.
qt 5.15 patch
A +21 -0 debian/patches/qt-5.15.diff
M +1 -0 debian/patches/series
https://invent.kde.org/neon/neon-packaging/falkon/commit/953b78b0138f9593ee78dac61353b7ca8b3b5027
diff --git a/debian/patches/qt-5.15.diff b/debian/patches/qt-5.15.diff
new file mode 100644
index 0000000..bb980f2
--- /dev/null
+++ b/debian/patches/qt-5.15.diff
@@ -0,0 +1,21 @@
+commit 2ca83509dbc72dfdfa9cc7103c2b29db31e07f3a
+Author: Heiko Becker <heirecka at exherbo.org>
+Date: Sun Mar 29 12:53:00 2020 +0200
+
+ Fix build with Qt 5.15
+
+ QPainterPath is no longer included via qtransform.h (since
+ 5.15.0-beta2, 50d2acdc93b4de2ba56eb67787e2bdcb21dd4bea in qtbase.git).
+
+diff --git a/src/lib/tools/qztools.cpp b/src/lib/tools/qztools.cpp
+index 499b2250..04f19b71 100644
+--- a/src/lib/tools/qztools.cpp
++++ b/src/lib/tools/qztools.cpp
+@@ -25,6 +25,7 @@
+ #include <QByteArray>
+ #include <QPixmap>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QBuffer>
+ #include <QFile>
+ #include <QDir>
diff --git a/debian/patches/series b/debian/patches/series
index 932479b..324f447 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
qt-5.14.diff
+qt-5.15.diff
More information about the Neon-commits
mailing list