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 BEF42138332 for ; Mon, 19 Mar 2018 17:16:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F15ACE09A6; Mon, 19 Mar 2018 17:16:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CE37BE09A6 for ; Mon, 19 Mar 2018 17:16:13 +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 A0E9933BDE5 for ; Mon, 19 Mar 2018 17:16:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4691125D for ; Mon, 19 Mar 2018 17:16:10 +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: <1521479739.c6025e149e391ba136c3ce88b89f44749c569c21.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/konversation/, net-irc/konversation/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/konversation/files/konversation-1.7.4-qt-5.11.patch net-irc/konversation/konversation-1.7.4.ebuild X-VCS-Directories: net-irc/konversation/ net-irc/konversation/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c6025e149e391ba136c3ce88b89f44749c569c21 X-VCS-Branch: master Date: Mon, 19 Mar 2018 17:16:10 +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-Archives-Salt: c9b5c100-54d4-4c10-a64b-3bf37b036f5b X-Archives-Hash: 99df0d1fef32033d783cea6638734daf commit: c6025e149e391ba136c3ce88b89f44749c569c21 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 19 16:40:20 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 19 17:15:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6025e14 net-irc/konversation: Fix build with Qt 5.11 Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../files/konversation-1.7.4-qt-5.11.patch | 27 ++++++++++++++++++++++ net-irc/konversation/konversation-1.7.4.ebuild | 4 +++- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/net-irc/konversation/files/konversation-1.7.4-qt-5.11.patch b/net-irc/konversation/files/konversation-1.7.4-qt-5.11.patch new file mode 100644 index 00000000000..46508bf20a2 --- /dev/null +++ b/net-irc/konversation/files/konversation-1.7.4-qt-5.11.patch @@ -0,0 +1,27 @@ +From 5740a0fdb6805c2e26dce20555a946da8485fe50 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Mon, 19 Mar 2018 17:13:30 +0100 +Subject: [PATCH] Fix build with Qt 5.11 (missing QTabWidget) + +Reviewers: #konversation + +Differential Revision: https://phabricator.kde.org/D11490 +--- + src/dcc/transferdetailedinfopanel.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/dcc/transferdetailedinfopanel.h b/src/dcc/transferdetailedinfopanel.h +index e8debbc0..0e7391de 100644 +--- a/src/dcc/transferdetailedinfopanel.h ++++ b/src/dcc/transferdetailedinfopanel.h +@@ -16,6 +16,7 @@ + #include "ui_transferdetailedinfopanelui.h" + #include "ui_transferdetailedtimeinfopanelui.h" + ++#include + + class QTimer; + +-- +2.16.2 + diff --git a/net-irc/konversation/konversation-1.7.4.ebuild b/net-irc/konversation/konversation-1.7.4.ebuild index bedb2f5c384..e86de80e985 100644 --- a/net-irc/konversation/konversation-1.7.4.ebuild +++ b/net-irc/konversation/konversation-1.7.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -54,6 +54,8 @@ RDEPEND="${DEPEND} crypt? ( app-crypt/qca:2[ssl] ) " +PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" ) + src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package crypt Qca-qt5)