From a0fa400350b9670b7a363f389c5f023d1c04c031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 2 Sep 2020 13:54:15 +0200 Subject: [PATCH] trojita: fix build w/ qt5-5.15.0 (QPainterPath) --- srcpkgs/trojita/patches/QPainterPath.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/trojita/patches/QPainterPath.patch diff --git a/srcpkgs/trojita/patches/QPainterPath.patch b/srcpkgs/trojita/patches/QPainterPath.patch new file mode 100644 index 00000000000..03879e3a3c0 --- /dev/null +++ b/srcpkgs/trojita/patches/QPainterPath.patch @@ -0,0 +1,20 @@ +--- src/Gui/Spinner.cpp 2016-06-15 09:17:23.000000000 +0200 ++++ src/Gui/Spinner.cpp 2020-09-02 13:51:52.962353077 +0200 +@@ -26,6 +26,7 @@ + + #include + #include ++#include + #include + #include + #include +--- src/Gui/Window.cpp 2016-06-15 09:17:23.000000000 +0200 ++++ src/Gui/Window.cpp 2020-09-02 13:52:19.050354423 +0200 +@@ -32,6 +32,7 @@ + #include + #include + #include ++#include + #include + #include + #include