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 5C0641382C5 for ; Sun, 31 May 2020 21:39:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BCD8E0953; Sun, 31 May 2020 21:39:00 +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 6298CE0953 for ; Sun, 31 May 2020 21:39:00 +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 E7D1734EA38 for ; Sun, 31 May 2020 21:38:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 176571F9 for ; Sun, 31 May 2020 21:38:57 +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: <1590961103.bb3a3a392b907b3fe0802e3b68776ceb71fa6fd9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/, x11-themes/qtcurve/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/qtcurve/files/qtcurve-1.9.0-qt-5.15.patch x11-themes/qtcurve/qtcurve-1.9.0-r1.ebuild X-VCS-Directories: x11-themes/qtcurve/files/ x11-themes/qtcurve/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bb3a3a392b907b3fe0802e3b68776ceb71fa6fd9 X-VCS-Branch: master Date: Sun, 31 May 2020 21:38:57 +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: 2f55726c-db2e-4419-a3a6-09e249811546 X-Archives-Hash: 91d6c77c86b81acc8aa62933c16da654 commit: bb3a3a392b907b3fe0802e3b68776ceb71fa6fd9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 31 21:38:23 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 31 21:38:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb3a3a39 x11-themes/qtcurve: Fix build with Qt 5.15 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> .../qtcurve/files/qtcurve-1.9.0-qt-5.15.patch | 25 ++++++++++++++++++++++ x11-themes/qtcurve/qtcurve-1.9.0-r1.ebuild | 1 + 2 files changed, 26 insertions(+) diff --git a/x11-themes/qtcurve/files/qtcurve-1.9.0-qt-5.15.patch b/x11-themes/qtcurve/files/qtcurve-1.9.0-qt-5.15.patch new file mode 100644 index 00000000000..795f94141b2 --- /dev/null +++ b/x11-themes/qtcurve/files/qtcurve-1.9.0-qt-5.15.patch @@ -0,0 +1,25 @@ +From 44e2a35ebb164dcab0bad1a9158b1219a3ff6504 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Sun, 31 May 2020 23:33:30 +0200 +Subject: [PATCH] Fix build with Qt 5.15 (missing QPainterPath include) + +--- + qt5/style/qtcurve.h | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/qt5/style/qtcurve.h b/qt5/style/qtcurve.h +index 9a50db00..00072d4e 100644 +--- a/qt5/style/qtcurve.h ++++ b/qt5/style/qtcurve.h +@@ -31,6 +31,8 @@ + #include + #include + #include ++#include ++#include + #include + #include + #include +-- +2.26.2 + diff --git a/x11-themes/qtcurve/qtcurve-1.9.0-r1.ebuild b/x11-themes/qtcurve/qtcurve-1.9.0-r1.ebuild index addf0baca57..a9a99616655 100644 --- a/x11-themes/qtcurve/qtcurve-1.9.0-r1.ebuild +++ b/x11-themes/qtcurve/qtcurve-1.9.0-r1.ebuild @@ -72,6 +72,7 @@ PATCHES=( "${FILESDIR}/${PN}-1.9.0-no-X-buildfix.patch" "${FILESDIR}/${PN}-1.9.0-gcc9.patch" "${FILESDIR}/${PN}-1.9.0-libreoffice-crashfix.patch" + "${FILESDIR}/${PN}-1.9.0-qt-5.15.patch" ) src_configure() {