From 6aa5a5812dd854d174e0be73df4591f958540c59 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Sat, 31 Aug 2019 20:13:39 +0200 Subject: [PATCH] calligra: rebuild against poppler-0.80.0 also add patch to fix building with qt 5.13 --- srcpkgs/calligra/patches/qt5.13.patch | 21 +++++++++++++++++++++ srcpkgs/calligra/template | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/calligra/patches/qt5.13.patch diff --git a/srcpkgs/calligra/patches/qt5.13.patch b/srcpkgs/calligra/patches/qt5.13.patch new file mode 100644 index 00000000000..ec19e0a0929 --- /dev/null +++ b/srcpkgs/calligra/patches/qt5.13.patch @@ -0,0 +1,21 @@ +From 0c5430697bdcf41a45046107b28014e40c49a11a Mon Sep 17 00:00:00 2001 +From: David Faure +Date: Tue, 23 Jul 2019 13:02:34 +0200 +Subject: [PATCH] Fix compilation with Qt 5.13 (missing include) + +--- + sheets/plugins/calendar/CalendarToolWidget.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/sheets/plugins/calendar/CalendarToolWidget.cpp b/sheets/plugins/calendar/CalendarToolWidget.cpp +index b10b23022a2..0c5eeb68cf3 100644 +--- sheets/plugins/calendar/CalendarToolWidget.cpp ++++ sheets/plugins/calendar/CalendarToolWidget.cpp +@@ -30,6 +30,7 @@ + #include + + #include ++#include + + namespace Calligra + { diff --git a/srcpkgs/calligra/template b/srcpkgs/calligra/template index 8e8142184c7..a9ca78804fa 100644 --- a/srcpkgs/calligra/template +++ b/srcpkgs/calligra/template @@ -1,7 +1,7 @@ # Template file for 'calligra' pkgname=calligra version=3.1.0 -revision=21 +revision=22 build_style=cmake configure_args="-Wno-dev -DCALLIGRA_SHOULD_BUILD_UNMAINTAINED=ON -DBUILD_TESTING=OFF"