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 78E4713835B for ; Sun, 31 May 2020 12:42:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F785E0909; Sun, 31 May 2020 12:42:44 +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 34C11E0909 for ; Sun, 31 May 2020 12:42:44 +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 BC83034F071 for ; Sun, 31 May 2020 12:42:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCA401F9 for ; Sun, 31 May 2020 12:42:39 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1590928938.00f515c1c6f5d75ecc2b94351f0e133d128060cd.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/, x11-themes/QGnomePlatform/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/QGnomePlatform/QGnomePlatform-0.6.1.ebuild x11-themes/QGnomePlatform/files/QGnomePlatform-0.6.1-qt5.15.patch X-VCS-Directories: x11-themes/QGnomePlatform/files/ x11-themes/QGnomePlatform/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 00f515c1c6f5d75ecc2b94351f0e133d128060cd X-VCS-Branch: master Date: Sun, 31 May 2020 12:42:39 +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: 9bb30ee6-f9a5-4c5c-8e6b-feda16c9571e X-Archives-Hash: 0c49a57b2e14dfe4735307fd724ac43b commit: 00f515c1c6f5d75ecc2b94351f0e133d128060cd Author: Pacho Ramos gentoo org> AuthorDate: Sun May 31 11:12:19 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun May 31 12:42:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f515c1 x11-themes/QGnomePlatform: Fix build with qt-5.15 Closes: https://bugs.gentoo.org/725830 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Pacho Ramos gentoo.org> .../QGnomePlatform/QGnomePlatform-0.6.1.ebuild | 2 ++ .../files/QGnomePlatform-0.6.1-qt5.15.patch | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.1.ebuild index 65c5840ce9d..1ec98282675 100644 --- a/x11-themes/QGnomePlatform/QGnomePlatform-0.6.1.ebuild +++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.6.1.ebuild @@ -22,6 +22,8 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}/${P}-qt5.15.patch" ) + src_configure() { eqmake5 } diff --git a/x11-themes/QGnomePlatform/files/QGnomePlatform-0.6.1-qt5.15.patch b/x11-themes/QGnomePlatform/files/QGnomePlatform-0.6.1-qt5.15.patch new file mode 100644 index 00000000000..b0927d12e79 --- /dev/null +++ b/x11-themes/QGnomePlatform/files/QGnomePlatform-0.6.1-qt5.15.patch @@ -0,0 +1,21 @@ +From c835c9e80cfadd62e01f16591721d2103d28a212 Mon Sep 17 00:00:00 2001 +From: Jan Grulich +Date: Wed, 27 May 2020 13:38:49 +0200 +Subject: [PATCH] Fix build with Qt 5.15 + +--- + decoration/qgnomeplatformdecoration.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/decoration/qgnomeplatformdecoration.cpp b/decoration/qgnomeplatformdecoration.cpp +index 61c2af9..c8b381c 100644 +--- a/decoration/qgnomeplatformdecoration.cpp ++++ b/decoration/qgnomeplatformdecoration.cpp +@@ -46,6 +46,7 @@ + #include + #include + #include ++#include + #include + #include +