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 A4CCB138335 for ; Sun, 11 Aug 2019 08:19:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD400E086C; Sun, 11 Aug 2019 08:19:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B4218E086C for ; Sun, 11 Aug 2019 08:19:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 ABBD23498C3 for ; Sun, 11 Aug 2019 08:19:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78AFD762 for ; Sun, 11 Aug 2019 08:19:43 +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: <1565511566.115c7151193fee87da50340202ffd39e1b8f3c57.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/files/, app-office/kmymoney/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/kmymoney/files/kmymoney-5.0.5-missing-header.patch app-office/kmymoney/kmymoney-5.0.5.ebuild X-VCS-Directories: app-office/kmymoney/ app-office/kmymoney/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 115c7151193fee87da50340202ffd39e1b8f3c57 X-VCS-Branch: master Date: Sun, 11 Aug 2019 08:19:43 +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: 19d03619-02c1-4a59-b64a-0a30cc9108ae X-Archives-Hash: fe90b3c6c5e66d95bb59424047542ba9 commit: 115c7151193fee87da50340202ffd39e1b8f3c57 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 11 08:13:13 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 11 08:19:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115c7151 app-office/kmymoney: 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/kmymoney-5.0.5-missing-header.patch | 24 ++++++++++++++++++++++ app-office/kmymoney/kmymoney-5.0.5.ebuild | 2 ++ 2 files changed, 26 insertions(+) diff --git a/app-office/kmymoney/files/kmymoney-5.0.5-missing-header.patch b/app-office/kmymoney/files/kmymoney-5.0.5-missing-header.patch new file mode 100644 index 00000000000..d365607aecf --- /dev/null +++ b/app-office/kmymoney/files/kmymoney-5.0.5-missing-header.patch @@ -0,0 +1,24 @@ +From b48fc8588f1fd98b116fce21ebfda6416f558146 Mon Sep 17 00:00:00 2001 +From: Luca Beltrame +Date: Sun, 21 Jul 2019 09:10:44 +0200 +Subject: Fix build with Qt 5.13 + +Yet another case of QMap no longer being included. +--- + kmymoney/plugins/kmymoneyplugin.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/kmymoney/plugins/kmymoneyplugin.h b/kmymoney/plugins/kmymoneyplugin.h +index abd6b64..ccff5d3 100644 +--- a/kmymoney/plugins/kmymoneyplugin.h ++++ b/kmymoney/plugins/kmymoneyplugin.h +@@ -25,6 +25,7 @@ + // ---------------------------------------------------------------------------- + // QT Includes + ++#include + #include + + // ---------------------------------------------------------------------------- +-- +cgit v1.1 diff --git a/app-office/kmymoney/kmymoney-5.0.5.ebuild b/app-office/kmymoney/kmymoney-5.0.5.ebuild index 8ab83390352..96a0d4c95e4 100644 --- a/app-office/kmymoney/kmymoney-5.0.5.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.5.ebuild @@ -90,6 +90,8 @@ RDEPEND="${COMMON_DEPEND} quotes? ( dev-perl/Finance-Quote ) " +PATCHES=( "${FILESDIR}"/${P}-missing-header.patch ) + pkg_setup() { use weboob && python_setup kde5_pkg_setup