[neon/extras/qtcurve/Neon/stable] debian/patches: add patch from branc

Jonathan Riddell null at kde.org
Tue Nov 10 16:52:37 GMT 2020


Git commit dcd7a3b8bc7d6ee5eb00fd63de3007b32526af38 by Jonathan Riddell.
Committed on 10/11/2020 at 16:52.
Pushed by jriddell into branch 'Neon/stable'.

add patch from branc

A  +19   -0    debian/patches/qt-5.15.diff

https://invent.kde.org/neon/extras/qtcurve/commit/dcd7a3b8bc7d6ee5eb00fd63de3007b32526af38

diff --git a/debian/patches/qt-5.15.diff b/debian/patches/qt-5.15.diff
new file mode 100644
index 0000000..994a3a4
--- /dev/null
+++ b/debian/patches/qt-5.15.diff
@@ -0,0 +1,19 @@
+commit 44e2a35ebb164dcab0bad1a9158b1219a3ff6504
+Author: Andreas Sturmlechner <asturm at gentoo.org>
+Date:   Sun May 31 23:33:30 2020 +0200
+
+    Fix build with Qt 5.15 (missing QPainterPath include)
+
+diff --git a/qt5/style/qtcurve.h b/qt5/style/qtcurve.h
+index 9a50db00..00072d4e 100644
+--- a/qt5/style/qtcurve.h
++++ b/qt5/style/qtcurve.h
+@@ -31,6 +31,8 @@
+ #include <QCache>
+ #include <QColor>
+ #include <QFont>
++#include <QPainter>
++#include <QPainterPath>
+ #include <QStyleOption>
+ #include <QtGlobal>
+ #include <QCommonStyle>


More information about the Neon-commits mailing list