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

Jonathan Riddell null at kde.org
Mon Nov 9 14:02:43 GMT 2020


Git commit b5d3cf47fe9b4064bd054c05f42ce001228230c7 by Jonathan Riddell.
Committed on 09/11/2020 at 14:02.
Pushed by jriddell into branch 'Neon/release'.

patch from branch

A  +30   -0    debian/patches/qt5.15.diff
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/extras/calligraplan/commit/b5d3cf47fe9b4064bd054c05f42ce001228230c7

diff --git a/debian/patches/qt5.15.diff b/debian/patches/qt5.15.diff
new file mode 100644
index 0000000..9a3e855
--- /dev/null
+++ b/debian/patches/qt5.15.diff
@@ -0,0 +1,30 @@
+commit a6f48f3a44481e20579e78a23550f4d67ff67824
+Author: Heiko Becker <heirecka at exherbo.org>
+Date:   Sun Mar 29 13:55:53 2020 +0200
+
+    Fix build with Qt 5.15
+    
+    Summary:
+    QPainterPath is no longer included via qtransform.h (since
+    5.15.0-beta2, 50d2acdc93b4de2ba56eb67787e2bdcb21dd4bea in qtbase.git).
+    
+    Test Plan: Builds
+    
+    Reviewers: #calligra:_3.0, danders
+    
+    Differential Revision: https://phabricator.kde.org/D28403
+    
+    (cherry picked from commit f77fb06dc5d9f7930da9c757d6916f1149dc42bd)
+
+diff --git a/src/libs/ui/kptganttitemdelegate.cpp b/src/libs/ui/kptganttitemdelegate.cpp
+index 04217da4..d2f3e6d8 100644
+--- a/src/libs/ui/kptganttitemdelegate.cpp
++++ b/src/libs/ui/kptganttitemdelegate.cpp
+@@ -28,6 +28,7 @@
+ #include <QModelIndex>
+ #include <QApplication>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QLocale>
+ 
+ #include <KLocalizedString>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3b26d2f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+qt5.15.diff


More information about the Neon-commits mailing list