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 57EBB138350 for ; Tue, 21 Apr 2020 09:22:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AC13E08F0; Tue, 21 Apr 2020 09:22:43 +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 F2AFCE08F0 for ; Tue, 21 Apr 2020 09:22:42 +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 B26E334F12D for ; Tue, 21 Apr 2020 09:22:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 101A41EB for ; Tue, 21 Apr 2020 09:22:40 +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: <1587460936.7bb83005127b22c758cd4c834f17c1939bc104b4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/smb4k/files/, net-misc/smb4k/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/smb4k/files/smb4k-3.0.4-qt-5.15.patch net-misc/smb4k/smb4k-3.0.4.ebuild X-VCS-Directories: net-misc/smb4k/files/ net-misc/smb4k/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7bb83005127b22c758cd4c834f17c1939bc104b4 X-VCS-Branch: master Date: Tue, 21 Apr 2020 09:22:40 +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: 9cffae3a-c8db-4533-94f1-7cab4980e7c0 X-Archives-Hash: 4e8cd3b84838c06e1538bce288267a66 commit: 7bb83005127b22c758cd4c834f17c1939bc104b4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 21 08:32:12 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 21 09:22:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb83005 net-misc/smb4k: Fix build with Qt 5.15 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> net-misc/smb4k/files/smb4k-3.0.4-qt-5.15.patch | 25 +++++++++++++++++++++++++ net-misc/smb4k/smb4k-3.0.4.ebuild | 2 ++ 2 files changed, 27 insertions(+) diff --git a/net-misc/smb4k/files/smb4k-3.0.4-qt-5.15.patch b/net-misc/smb4k/files/smb4k-3.0.4-qt-5.15.patch new file mode 100644 index 00000000000..8948e30dfa1 --- /dev/null +++ b/net-misc/smb4k/files/smb4k-3.0.4-qt-5.15.patch @@ -0,0 +1,25 @@ +From 009ebe0224f7e236837741a1b35f0c572024e8b3 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Tue, 21 Apr 2020 10:27:28 +0200 +Subject: [PATCH] Fix build with Qt-5.15 (missing header) + +Signed-off-by: Andreas Sturmlechner +--- + smb4k/smb4ktooltip.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/smb4k/smb4ktooltip.cpp b/smb4k/smb4ktooltip.cpp +index de07a1d..b1064f7 100644 +--- a/smb4k/smb4ktooltip.cpp ++++ b/smb4k/smb4ktooltip.cpp +@@ -43,6 +43,7 @@ + #include + #include + #include ++#include + #include + #include + #include +-- +2.26.1 + diff --git a/net-misc/smb4k/smb4k-3.0.4.ebuild b/net-misc/smb4k/smb4k-3.0.4.ebuild index a7ff9e7f655..3786a642748 100644 --- a/net-misc/smb4k/smb4k-3.0.4.ebuild +++ b/net-misc/smb4k/smb4k-3.0.4.ebuild @@ -54,6 +54,8 @@ RDEPEND="${DEPEND} ) " +PATCHES=( "${FILESDIR}/${P}-qt-5.15.patch" ) + src_configure() { local mycmakeargs=( -DINSTALL_PLASMOID=$(usex plasma)