From fd1e46d984cfd352bc400a2fd50734e39c7b78c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 22 Aug 2020 13:24:25 +0200 Subject: [PATCH] otter-browser: fix for qt5-5.15.0 (QPainterPath) --- .../otter-browser/patches/qt5-5.15.0.patch | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/otter-browser/patches/qt5-5.15.0.patch diff --git a/srcpkgs/otter-browser/patches/qt5-5.15.0.patch b/srcpkgs/otter-browser/patches/qt5-5.15.0.patch new file mode 100644 index 00000000000..48ef12b81cb --- /dev/null +++ b/srcpkgs/otter-browser/patches/qt5-5.15.0.patch @@ -0,0 +1,20 @@ +--- src/modules/windows/web/StartPageWidget.cpp 2019-01-01 17:59:01.000000000 +0100 ++++ src/modules/windows/web/StartPageWidget.cpp 2020-08-22 13:15:00.552021858 +0200 +@@ -41,6 +41,7 @@ + #include + #include + #include ++#include + #include + #include + #include +--- src/modules/backends/web/qtwebkit/QtWebKitPluginWidget.cpp 2019-01-01 17:59:01.000000000 +0100 ++++ src/modules/backends/web/qtwebkit/QtWebKitPluginWidget.cpp 2020-08-22 13:15:12.320021389 +0200 +@@ -22,6 +22,7 @@ + + #include + #include ++#include + + namespace Otter + {