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 5B19B1382C5 for ; Sat, 30 May 2020 09:31:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CA9BE08AB; Sat, 30 May 2020 09:31:27 +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 43339E08AB for ; Sat, 30 May 2020 09:31:27 +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 6A4C434F0A0 for ; Sat, 30 May 2020 09:31:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9F5E26F for ; Sat, 30 May 2020 09:31:22 +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: <1590831066.d84040f2ada52a9a01e555158ab835c0296b0356.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/files/, app-text/qpdfview/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/qpdfview/files/qpdfview-0.4.18-qt-5.15.patch app-text/qpdfview/qpdfview-0.4.18.ebuild X-VCS-Directories: app-text/qpdfview/ app-text/qpdfview/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d84040f2ada52a9a01e555158ab835c0296b0356 X-VCS-Branch: master Date: Sat, 30 May 2020 09:31:22 +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: 749944a7-193d-43a4-a1aa-2206edcddc9c X-Archives-Hash: b0833031440410514f9fbd8b33b9b247 commit: d84040f2ada52a9a01e555158ab835c0296b0356 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 30 09:27:20 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 30 09:31:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84040f2 app-text/qpdfview: Fix build with Qt 5.15 Thanks-to: Petr Zima matfyz.cz> Closes: https://bugs.gentoo.org/726064 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/qpdfview/files/qpdfview-0.4.18-qt-5.15.patch | 11 +++++++++++ app-text/qpdfview/qpdfview-0.4.18.ebuild | 2 ++ 2 files changed, 13 insertions(+) diff --git a/app-text/qpdfview/files/qpdfview-0.4.18-qt-5.15.patch b/app-text/qpdfview/files/qpdfview-0.4.18-qt-5.15.patch new file mode 100644 index 00000000000..b19f247a7c3 --- /dev/null +++ b/app-text/qpdfview/files/qpdfview-0.4.18-qt-5.15.patch @@ -0,0 +1,11 @@ +diff -ur qpdfview-0.4.18.orig/sources/model.h qpdfview-0.4.18/sources/model.h +--- a/sources/model.h 2019-07-24 21:18:33.000000000 +0200 ++++ b/sources/model.h 2020-05-29 11:44:33.012891583 +0200 +@@ -27,6 +27,7 @@ + #include + #include + #include ++#include + + class QAbstractItemModel; + class QColor; diff --git a/app-text/qpdfview/qpdfview-0.4.18.ebuild b/app-text/qpdfview/qpdfview-0.4.18.ebuild index 5e1fefad37b..de52c7c7b92 100644 --- a/app-text/qpdfview/qpdfview-0.4.18.ebuild +++ b/app-text/qpdfview/qpdfview-0.4.18.ebuild @@ -42,6 +42,8 @@ DEPEND="${RDEPEND}" DOCS=( CHANGES CONTRIBUTORS README TODO ) +PATCHES=( "${FILESDIR}/${P}-qt-5.15.patch" ) # bug 726064 + src_prepare() { default