From 263dcfdb1dc0ae16847770d1461e3931b3540f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 1 Sep 2020 12:55:52 +0200 Subject: [PATCH] deepin-screenshot: fix build w/ qt5-5.15.0 (QPainterPath) --- srcpkgs/deepin-screenshot/patches/QPainterPath.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/deepin-screenshot/patches/QPainterPath.patch diff --git a/srcpkgs/deepin-screenshot/patches/QPainterPath.patch b/srcpkgs/deepin-screenshot/patches/QPainterPath.patch new file mode 100644 index 00000000000..75ca164fa38 --- /dev/null +++ b/srcpkgs/deepin-screenshot/patches/QPainterPath.patch @@ -0,0 +1,10 @@ +--- src/widgets/shapeswidget.cpp 2019-07-08 07:43:20.000000000 +0200 ++++ src/widgets/shapeswidget.cpp 2020-09-01 12:54:18.856717576 +0200 +@@ -21,6 +21,7 @@ + + #include + #include ++#include + #include + + #include "src/utils/calculaterect.h"