From 6089ec769eeb80b1f8129494c91929c654e0a2bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 31 Aug 2020 20:51:30 +0200 Subject: [PATCH] birdtray: fix build w/ qt5-5.15.0 (QPainterPath) --- srcpkgs/birdtray/patches/QPainterPath.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/birdtray/patches/QPainterPath.patch diff --git a/srcpkgs/birdtray/patches/QPainterPath.patch b/srcpkgs/birdtray/patches/QPainterPath.patch new file mode 100644 index 00000000000..c73ef6e6da5 --- /dev/null +++ b/srcpkgs/birdtray/patches/QPainterPath.patch @@ -0,0 +1,10 @@ +--- src/trayicon.cpp 2020-04-29 13:40:12.000000000 +0200 ++++ src/trayicon.cpp 2020-08-31 20:47:56.018726289 +0200 +@@ -1,6 +1,7 @@ + #include + #include + #include ++#include + #include + #include + #include