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/skrooge/files/, app-office/skrooge/
Date: Sun, 11 Aug 2019 11:06:55
Message-Id: 1565521599.cb8c91474b0ae2f9e889f89afe2d9114dbd1784f.asturm@gentoo
1 commit: cb8c91474b0ae2f9e889f89afe2d9114dbd1784f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 10:49:02 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 11:06:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb8c9147
7
8 app-office/skrooge: 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 .../files/skrooge-2.20.0-missing-header.patch | 24 ++++++++++++++++++++++
14 app-office/skrooge/skrooge-2.20.0.ebuild | 2 ++
15 2 files changed, 26 insertions(+)
16
17 diff --git a/app-office/skrooge/files/skrooge-2.20.0-missing-header.patch b/app-office/skrooge/files/skrooge-2.20.0-missing-header.patch
18 new file mode 100644
19 index 00000000000..311404993b8
20 --- /dev/null
21 +++ b/app-office/skrooge/files/skrooge-2.20.0-missing-header.patch
22 @@ -0,0 +1,24 @@
23 +From 79aeb3f4d3cc01761d99af5868c7fb5101cf2258 Mon Sep 17 00:00:00 2001
24 +From: Luca Beltrame <lbeltrame@×××.org>
25 +Date: Sun, 21 Jul 2019 09:19:40 +0200
26 +Subject: Fix build with Qt 5.13
27 +
28 +---
29 + plugins/generic/skg_monthly/grantlee_filters/skgdocumentfilter.cpp | 2 ++
30 + 1 file changed, 2 insertions(+)
31 +
32 +diff --git a/plugins/generic/skg_monthly/grantlee_filters/skgdocumentfilter.cpp b/plugins/generic/skg_monthly/grantlee_filters/skgdocumentfilter.cpp
33 +index 423eb3a..dfcfb43 100644
34 +--- a/plugins/generic/skg_monthly/grantlee_filters/skgdocumentfilter.cpp
35 ++++ b/plugins/generic/skg_monthly/grantlee_filters/skgdocumentfilter.cpp
36 +@@ -27,6 +27,8 @@
37 + #include "skgmainpanel.h"
38 + #include "skgtraces.h"
39 +
40 ++#include <QMetaProperty>
41 ++
42 + #include <KFormat>
43 +
44 + QVariant SKGDocumentTableFilter::doFilter(const QVariant& input, const QVariant& argument, bool autoescape) const
45 +--
46 +cgit v1.1
47
48 diff --git a/app-office/skrooge/skrooge-2.20.0.ebuild b/app-office/skrooge/skrooge-2.20.0.ebuild
49 index 191abf9bd10..998ef8d2ee9 100644
50 --- a/app-office/skrooge/skrooge-2.20.0.ebuild
51 +++ b/app-office/skrooge/skrooge-2.20.0.ebuild
52 @@ -75,6 +75,8 @@ RDEPEND="${COMMON_DEPEND}
53 $(add_qt_dep qtquickcontrols)
54 "
55
56 +PATCHES=( "${FILESDIR}"/${P}-missing-header.patch )
57 +
58 # hangs + installs files
59 RESTRICT+=" test"