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 7A4AD138334 for ; Sun, 11 Aug 2019 10:17:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFE53E085A; Sun, 11 Aug 2019 10:17:18 +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 91126E085A for ; Sun, 11 Aug 2019 10:17:18 +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 237AE3498CA for ; Sun, 11 Aug 2019 10:17:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 686BC740 for ; Sun, 11 Aug 2019 10:17:15 +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: <1565518624.61c416ffbd6e43e14400f6628fd694a00642b658.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/tellico/, kde-misc/tellico/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/tellico/files/tellico-3.2.1-missing-header.patch kde-misc/tellico/tellico-3.2.1.ebuild X-VCS-Directories: kde-misc/tellico/files/ kde-misc/tellico/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 61c416ffbd6e43e14400f6628fd694a00642b658 X-VCS-Branch: master Date: Sun, 11 Aug 2019 10:17:15 +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: 61833792-ce29-437f-9ab3-d17cd4c8068c X-Archives-Hash: 39a8bfd6d09b0ff3461e6ab8ba2a00fe commit: 61c416ffbd6e43e14400f6628fd694a00642b658 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 11 10:05:27 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 11 10:17:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c416ff kde-misc/tellico: 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/tellico-3.2.1-missing-header.patch | 48 ++++++++++++++++++++++ kde-misc/tellico/tellico-3.2.1.ebuild | 2 + 2 files changed, 50 insertions(+) diff --git a/kde-misc/tellico/files/tellico-3.2.1-missing-header.patch b/kde-misc/tellico/files/tellico-3.2.1-missing-header.patch new file mode 100644 index 00000000000..cff61fcdb61 --- /dev/null +++ b/kde-misc/tellico/files/tellico-3.2.1-missing-header.patch @@ -0,0 +1,48 @@ +From 43851a0a655a3a961f289087bdea989aa32cc028 Mon Sep 17 00:00:00 2001 +From: Luca Beltrame +Date: Sun, 21 Jul 2019 09:21:16 +0200 +Subject: Fix build with Qt 5.13 + +(cherry picked from commit 43e6bbb4721adc83d8b2a77bd51d9efaf7aefd6b) +--- + src/gui/datewidget.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/gui/datewidget.cpp b/src/gui/datewidget.cpp +index 724370e..e6502bb 100644 +--- a/src/gui/datewidget.cpp ++++ b/src/gui/datewidget.cpp +@@ -35,6 +35,7 @@ + #include + #include + #include ++#include + #include + #include + #include +-- +cgit v1.1 + +From d3c56eca11cd059d4348ab6696822c23d85af61a Mon Sep 17 00:00:00 2001 +From: Robby Stephenson +Date: Sun, 21 Jul 2019 19:17:35 -0400 +Subject: Fix apparent build problem on Jenkins + +--- + src/mainwindow.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp +index d8348e8..8250c56 100644 +--- a/src/mainwindow.cpp ++++ b/src/mainwindow.cpp +@@ -108,6 +108,7 @@ + #include + #include + #include ++#include + + #include + +-- +cgit v1.1 diff --git a/kde-misc/tellico/tellico-3.2.1.ebuild b/kde-misc/tellico/tellico-3.2.1.ebuild index e75e9ba7649..fce0ead957c 100644 --- a/kde-misc/tellico/tellico-3.2.1.ebuild +++ b/kde-misc/tellico/tellico-3.2.1.ebuild @@ -66,6 +66,8 @@ RDEPEND=" " DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}"/${P}-missing-header.patch ) + # tests need network access RESTRICT+=" test"