From ccd193fe59ff4489d477b3a61e2203e1e9480ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 14 Jul 2020 02:31:01 +0200 Subject: [PATCH] ghostwriter: fix build w/ qt5-5.15.0 --- srcpkgs/ghostwriter/patches/qt5-5.15.0.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/ghostwriter/patches/qt5-5.15.0.patch diff --git a/srcpkgs/ghostwriter/patches/qt5-5.15.0.patch b/srcpkgs/ghostwriter/patches/qt5-5.15.0.patch new file mode 100644 index 0000000000..e84ae5cf95 --- /dev/null +++ b/srcpkgs/ghostwriter/patches/qt5-5.15.0.patch @@ -0,0 +1,14 @@ +Source: @pullmoll +Upstream: no +Reason: qt5-5.15.0 requires explicit include for QPainterPath + +--- src/MarkdownEditor.cpp 2020-02-23 01:49:46.000000000 +0100 ++++ src/MarkdownEditor.cpp 2020-07-14 02:29:29.200936217 +0200 +@@ -34,6 +34,7 @@ + #include + #include + #include ++#include + #include + #include +