From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73D4B138335 for ; Sun, 11 Aug 2019 11:06:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5438EE0856; Sun, 11 Aug 2019 11:06:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FB9FE0856 for ; Sun, 11 Aug 2019 11:06:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F29313498CD for ; Sun, 11 Aug 2019 11:06:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 791A7738 for ; Sun, 11 Aug 2019 11:06:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1565521599.cb8c91474b0ae2f9e889f89afe2d9114dbd1784f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/skrooge/files/, app-office/skrooge/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/skrooge/files/skrooge-2.20.0-missing-header.patch app-office/skrooge/skrooge-2.20.0.ebuild X-VCS-Directories: app-office/skrooge/ app-office/skrooge/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cb8c91474b0ae2f9e889f89afe2d9114dbd1784f X-VCS-Branch: master Date: Sun, 11 Aug 2019 11:06:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 47e86d08-1d77-4394-95c1-1f8121cc9552 X-Archives-Hash: e66057ed751fca069408abbdbd1c6b74 commit: cb8c91474b0ae2f9e889f89afe2d9114dbd1784f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 11 10:49:02 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 11 11:06:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb8c9147 app-office/skrooge: Fix missing header with Frameworks 5.61 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/skrooge-2.20.0-missing-header.patch | 24 ++++++++++++++++++++++ app-office/skrooge/skrooge-2.20.0.ebuild | 2 ++ 2 files changed, 26 insertions(+) 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 new file mode 100644 index 00000000000..311404993b8 --- /dev/null +++ b/app-office/skrooge/files/skrooge-2.20.0-missing-header.patch @@ -0,0 +1,24 @@ +From 79aeb3f4d3cc01761d99af5868c7fb5101cf2258 Mon Sep 17 00:00:00 2001 +From: Luca Beltrame +Date: Sun, 21 Jul 2019 09:19:40 +0200 +Subject: Fix build with Qt 5.13 + +--- + plugins/generic/skg_monthly/grantlee_filters/skgdocumentfilter.cpp | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/plugins/generic/skg_monthly/grantlee_filters/skgdocumentfilter.cpp b/plugins/generic/skg_monthly/grantlee_filters/skgdocumentfilter.cpp +index 423eb3a..dfcfb43 100644 +--- a/plugins/generic/skg_monthly/grantlee_filters/skgdocumentfilter.cpp ++++ b/plugins/generic/skg_monthly/grantlee_filters/skgdocumentfilter.cpp +@@ -27,6 +27,8 @@ + #include "skgmainpanel.h" + #include "skgtraces.h" + ++#include ++ + #include + + QVariant SKGDocumentTableFilter::doFilter(const QVariant& input, const QVariant& argument, bool autoescape) const +-- +cgit v1.1 diff --git a/app-office/skrooge/skrooge-2.20.0.ebuild b/app-office/skrooge/skrooge-2.20.0.ebuild index 191abf9bd10..998ef8d2ee9 100644 --- a/app-office/skrooge/skrooge-2.20.0.ebuild +++ b/app-office/skrooge/skrooge-2.20.0.ebuild @@ -75,6 +75,8 @@ RDEPEND="${COMMON_DEPEND} $(add_qt_dep qtquickcontrols) " +PATCHES=( "${FILESDIR}"/${P}-missing-header.patch ) + # hangs + installs files RESTRICT+=" test"