Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calligraplan/files/, app-office/calligraplan/
Date: Sun, 11 Aug 2019 08:19:49
Message-Id: 1565511565.569f8c4dd13fc5ba4ec57f7cfd7367c34b92be5f.asturm@gentoo
1 commit: 569f8c4dd13fc5ba4ec57f7cfd7367c34b92be5f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 07:56:09 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 08:19:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569f8c4d
7
8 app-office/calligraplan: Fix missing header with Frameworks 5.61
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-office/calligraplan/calligraplan-3.1.0.ebuild | 1 +
14 .../files/calligraplan-3.1.0-missing-header.patch | 24 ++++++++++++++++++++++
15 2 files changed, 25 insertions(+)
16
17 diff --git a/app-office/calligraplan/calligraplan-3.1.0.ebuild b/app-office/calligraplan/calligraplan-3.1.0.ebuild
18 index 9a721d96356..d18ff1274e1 100644
19 --- a/app-office/calligraplan/calligraplan-3.1.0.ebuild
20 +++ b/app-office/calligraplan/calligraplan-3.1.0.ebuild
21 @@ -78,6 +78,7 @@ RESTRICT+=" test"
22 PATCHES=(
23 "${FILESDIR}"/${P}-qt-5.11.patch
24 "${FILESDIR}"/${P}-qca.patch
25 + "${FILESDIR}"/${P}-missing-header.patch
26 )
27
28 src_prepare() {
29
30 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
31 new file mode 100644
32 index 00000000000..4ee031865a3
33 --- /dev/null
34 +++ b/app-office/calligraplan/files/calligraplan-3.1.0-missing-header.patch
35 @@ -0,0 +1,24 @@
36 +From fe36bf6f0dc1f0c1e927850dd78093cfe3b7aae2 Mon Sep 17 00:00:00 2001
37 +From: Albert Astals Cid <aacid@×××.org>
38 +Date: Sun, 28 Jul 2019 00:07:33 +0200
39 +Subject: Fix compile on CI
40 +
41 +src/workpackage/view.h:148:31: error: field m_scheduleActions has incomplete type QMap<QAction*, KPlato::Schedule*>
42 +---
43 + src/workpackage/view.h | 1 +
44 + 1 file changed, 1 insertion(+)
45 +
46 +diff --git a/src/workpackage/view.h b/src/workpackage/view.h
47 +index 6cae32b..cd2fc4e 100644
48 +--- a/src/workpackage/view.h
49 ++++ b/src/workpackage/view.h
50 +@@ -24,6 +24,7 @@
51 +
52 + #include <KoView.h>
53 +
54 ++#include <QMap>
55 + #include <QStackedWidget>
56 +
57 + class QPrinter;
58 +--
59 +cgit v1.1