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 CF414138334 for ; Wed, 24 Oct 2018 18:19:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C7F9E099C; Wed, 24 Oct 2018 18:19:05 +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 62A08E099C for ; Wed, 24 Oct 2018 18:19:05 +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 D4154335C8F for ; Wed, 24 Oct 2018 18:19:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B146A42A for ; Wed, 24 Oct 2018 18:19:01 +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: <1540404927.cc4b5436d6e45bf56c6b08f726b810254851c50e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/ktoshiba/files/, kde-misc/ktoshiba/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/ktoshiba/files/ktoshiba-5.3.1-qt-5.11.patch kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild X-VCS-Directories: kde-misc/ktoshiba/files/ kde-misc/ktoshiba/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cc4b5436d6e45bf56c6b08f726b810254851c50e X-VCS-Branch: master Date: Wed, 24 Oct 2018 18:19:01 +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: 90d9255e-bd2d-46f7-89a3-a242772c0815 X-Archives-Hash: 620c6b16a01abe9907b2ea33cfbf6b20 commit: cc4b5436d6e45bf56c6b08f726b810254851c50e Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 24 18:15:27 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 24 18:15:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc4b5436 kde-misc/ktoshiba: Fix build with Qt 5.11 Closes: https://bugs.gentoo.org/669518 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-misc/ktoshiba/files/ktoshiba-5.3.1-qt-5.11.patch | 10 ++++++++++ kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild | 5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/kde-misc/ktoshiba/files/ktoshiba-5.3.1-qt-5.11.patch b/kde-misc/ktoshiba/files/ktoshiba-5.3.1-qt-5.11.patch new file mode 100644 index 00000000000..c7ec51226ad --- /dev/null +++ b/kde-misc/ktoshiba/files/ktoshiba-5.3.1-qt-5.11.patch @@ -0,0 +1,10 @@ +--- a/src/fnactions.cpp 2016-06-06 17:41:50.425121940 +0200 ++++ b/src/fnactions.cpp 2018-10-24 20:10:45.872718660 +0200 +@@ -17,6 +17,7 @@ + */ + + #include ++#include + #include + + #include diff --git a/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild b/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild index 4295ad18882..6bfd01a7e52 100644 --- a/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild +++ b/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,11 +28,12 @@ RDEPEND=" $(add_qt_dep qtwidgets) net-libs/libmnl " - DEPEND="${RDEPEND} sys-devel/gettext " +PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" ) + src_configure() { local mycmakeargs=( -DLIBMNL_INCLUDE_DIRS=/usr/include/libmnl