From 569f8c4dd13fc5ba4ec57f7cfd7367c34b92be5f Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 11 Aug 2019 09:56:09 +0200 Subject: [PATCH] app-office/calligraplan: Fix missing header with Frameworks 5.61 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner --- .../calligraplan/calligraplan-3.1.0.ebuild | 1 + .../calligraplan-3.1.0-missing-header.patch | 24 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 app-office/calligraplan/files/calligraplan-3.1.0-missing-header.patch diff --git a/app-office/calligraplan/calligraplan-3.1.0.ebuild b/app-office/calligraplan/calligraplan-3.1.0.ebuild index 9a721d963563a..d18ff1274e145 100644 --- a/app-office/calligraplan/calligraplan-3.1.0.ebuild +++ b/app-office/calligraplan/calligraplan-3.1.0.ebuild @@ -78,6 +78,7 @@ RESTRICT+=" test" PATCHES=( "${FILESDIR}"/${P}-qt-5.11.patch "${FILESDIR}"/${P}-qca.patch + "${FILESDIR}"/${P}-missing-header.patch ) src_prepare() { diff --git a/app-office/calligraplan/files/calligraplan-3.1.0-missing-header.patch b/app-office/calligraplan/files/calligraplan-3.1.0-missing-header.patch new file mode 100644 index 0000000000000..4ee031865a393 --- /dev/null +++ b/app-office/calligraplan/files/calligraplan-3.1.0-missing-header.patch @@ -0,0 +1,24 @@ +From fe36bf6f0dc1f0c1e927850dd78093cfe3b7aae2 Mon Sep 17 00:00:00 2001 +From: Albert Astals Cid +Date: Sun, 28 Jul 2019 00:07:33 +0200 +Subject: 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 6cae32b..cd2fc4e 100644 +--- a/src/workpackage/view.h ++++ b/src/workpackage/view.h +@@ -24,6 +24,7 @@ + + #include + ++#include + #include + + class QPrinter; +-- +cgit v1.1