From 1dc05760762d37e1442909d4488b0bb8745f7f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 1 Sep 2020 14:55:37 +0200 Subject: [PATCH] flameshot: fix build w/ qt5-5.15.0 (QPainterPath) --- srcpkgs/flameshot/patches/QPainterPath.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/flameshot/patches/QPainterPath.patch diff --git a/srcpkgs/flameshot/patches/QPainterPath.patch b/srcpkgs/flameshot/patches/QPainterPath.patch new file mode 100644 index 00000000000..6b485e1c08d --- /dev/null +++ b/srcpkgs/flameshot/patches/QPainterPath.patch @@ -0,0 +1,20 @@ +--- src/tools/arrow/arrowtool.h 2018-08-17 14:17:40.000000000 +0200 ++++ src/tools/arrow/arrowtool.h 2020-09-01 14:52:47.715084317 +0200 +@@ -19,6 +19,7 @@ + + #include "src/tools/abstracttwopointtool.h" + #include ++#include + + class ArrowTool : public AbstractTwoPointTool { + Q_OBJECT +--- src/third-party/Qt-Color-Widgets/src/color_wheel.cpp 2018-08-17 14:17:40.000000000 +0200 ++++ src/third-party/Qt-Color-Widgets/src/color_wheel.cpp 2020-09-01 14:54:24.670089318 +0200 +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + #include + #include + #include