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 04E69138334 for ; Mon, 9 Dec 2019 09:41:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CEDBE081E; Mon, 9 Dec 2019 09:41:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 F0723E081E for ; Mon, 9 Dec 2019 09:41:02 +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 6676D34D7AD for ; Mon, 9 Dec 2019 09:41:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FBA28A7 for ; Mon, 9 Dec 2019 09:40:59 +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: <1575884448.4e6dc1297bdb9288c000e47e9f319af741f7c6f1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/falkon/, www-client/falkon/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/falkon/falkon-3.1.0-r1.ebuild www-client/falkon/files/falkon-3.1.0-qt-5.14.patch X-VCS-Directories: www-client/falkon/files/ www-client/falkon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4e6dc1297bdb9288c000e47e9f319af741f7c6f1 X-VCS-Branch: master Date: Mon, 9 Dec 2019 09:40:59 +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: a5c3c2cc-5077-48f4-b094-4aebb1ac2f26 X-Archives-Hash: de507efb936f438e11b3d279cb206a30 commit: 4e6dc1297bdb9288c000e47e9f319af741f7c6f1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 9 09:36:44 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 9 09:40:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e6dc129 www-client/falkon: Fix build with Qt 5.14.0 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> www-client/falkon/falkon-3.1.0-r1.ebuild | 1 + www-client/falkon/files/falkon-3.1.0-qt-5.14.patch | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/www-client/falkon/falkon-3.1.0-r1.ebuild b/www-client/falkon/falkon-3.1.0-r1.ebuild index 44acf4889d3..b304d003bf0 100644 --- a/www-client/falkon/falkon-3.1.0-r1.ebuild +++ b/www-client/falkon/falkon-3.1.0-r1.ebuild @@ -61,6 +61,7 @@ RDEPEND="${COMMON_DEPEND} PATCHES=( "${FILESDIR}/${P}-use-cmake-find-intl.patch" "${FILESDIR}/${P}-fix-warn-registering-schemes.patch" + "${FILESDIR}/${P}-qt-5.14.patch" ) # bug 653046 diff --git a/www-client/falkon/files/falkon-3.1.0-qt-5.14.patch b/www-client/falkon/files/falkon-3.1.0-qt-5.14.patch new file mode 100644 index 00000000000..54481d23ad6 --- /dev/null +++ b/www-client/falkon/files/falkon-3.1.0-qt-5.14.patch @@ -0,0 +1,23 @@ +From bbde5c6955c43bc744ed2c4024598495de908f2a Mon Sep 17 00:00:00 2001 +From: Laurent Montel +Date: Mon, 2 Dec 2019 13:30:36 +0100 +Subject: Add missing include in last qt5.14 + +--- + src/plugins/VerticalTabs/verticaltabsplugin.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/plugins/VerticalTabs/verticaltabsplugin.cpp b/src/plugins/VerticalTabs/verticaltabsplugin.cpp +index c1cfac4..d179bb1 100644 +--- a/src/plugins/VerticalTabs/verticaltabsplugin.cpp ++++ b/src/plugins/VerticalTabs/verticaltabsplugin.cpp +@@ -30,6 +30,7 @@ + #include "../config.h" + + #include ++#include + + VerticalTabsPlugin::VerticalTabsPlugin() + : QObject() +-- +cgit v1.1