From b941a8ed0311f5ef7569cc3d8b0cf48c312731ac Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 15 Oct 2019 21:29:40 +0200 Subject: [PATCH] calligra-plan: rebuild for new kcontacts version number from KDE frameworks --- .../patches/missing-includes.patch | 22 +++++++++++++++++++ srcpkgs/calligra-plan/template | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/srcpkgs/calligra-plan/patches/missing-includes.patch b/srcpkgs/calligra-plan/patches/missing-includes.patch index c02c5a82326..efb4183edfe 100644 --- a/srcpkgs/calligra-plan/patches/missing-includes.patch +++ b/srcpkgs/calligra-plan/patches/missing-includes.patch @@ -79,3 +79,25 @@ class KoUnit; +From fe36bf6f0dc1f0c1e927850dd78093cfe3b7aae2 Mon Sep 17 00:00:00 2001 +From: Albert Astals Cid +Date: Sun, 28 Jul 2019 00:07:33 +0200 +Subject: [PATCH] Fix compile on CI + +src/workpackage/view.h:148:31: error: field m_scheduleActions has incomplete type QMap +--- + src/workpackage/view.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/workpackage/view.h b/src/workpackage/view.h +index 6cae32b7..cd2fc4ea 100644 +--- src/workpackage/view.h ++++ src/workpackage/view.h +@@ -24,6 +24,7 @@ + + #include + ++#include + #include + + class QPrinter; diff --git a/srcpkgs/calligra-plan/template b/srcpkgs/calligra-plan/template index 321312114b5..a39e482f1b6 100644 --- a/srcpkgs/calligra-plan/template +++ b/srcpkgs/calligra-plan/template @@ -1,7 +1,7 @@ # Template file for 'calligra-plan' pkgname=calligra-plan version=3.1.0 -revision=3 +revision=4 wrksrc="${pkgname/-/}-${version}" build_style=cmake hostmakedepends="extra-cmake-modules kdoctools"