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 96843138334 for ; Mon, 23 Dec 2019 21:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B672E09F5; Mon, 23 Dec 2019 21:45:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 41255E09F4 for ; Mon, 23 Dec 2019 21:45:42 +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 462F734DB05 for ; Mon, 23 Dec 2019 21:45:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEA407B680 for ; Mon, 23 Dec 2019 21:45:39 +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: <1577137516.6411fae8d36cc2f5cb755cea87e9ec8bef3095d1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-globalkeys/files/, lxqt-base/lxqt-globalkeys/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-globalkeys/files/lxqt-globalkeys-0.14.1-qt-5.14-build.patch lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild X-VCS-Directories: lxqt-base/lxqt-globalkeys/ lxqt-base/lxqt-globalkeys/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6411fae8d36cc2f5cb755cea87e9ec8bef3095d1 X-VCS-Branch: master Date: Mon, 23 Dec 2019 21:45:39 +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: 6627896a-d00d-49e7-9dff-55cea185d00b X-Archives-Hash: 364302aeebf2fb912c4b1893aeea3ad3 commit: 6411fae8d36cc2f5cb755cea87e9ec8bef3095d1 Author: Jimi Huotari gentoo org> AuthorDate: Mon Dec 23 19:11:37 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 23 21:45:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6411fae8 lxqt-base/lxqt-globalkeys: fix build with Qt 5.14 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Jimi Huotari gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> .../lxqt-globalkeys-0.14.1-qt-5.14-build.patch | 21 +++++++++++++++++++++ .../lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild | 2 ++ .../lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild | 2 ++ 3 files changed, 25 insertions(+) diff --git a/lxqt-base/lxqt-globalkeys/files/lxqt-globalkeys-0.14.1-qt-5.14-build.patch b/lxqt-base/lxqt-globalkeys/files/lxqt-globalkeys-0.14.1-qt-5.14-build.patch new file mode 100644 index 00000000000..b545f5de61b --- /dev/null +++ b/lxqt-base/lxqt-globalkeys/files/lxqt-globalkeys-0.14.1-qt-5.14-build.patch @@ -0,0 +1,21 @@ +From c9ec69850428e599fba282c32e51868b815e3019 Mon Sep 17 00:00:00 2001 +From: Chih-Hsuan Yen +Date: Sun, 15 Dec 2019 09:33:12 +0800 +Subject: [PATCH] Fix building with Qt 5.14 + +--- + daemon/core.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/daemon/core.cpp b/daemon/core.cpp +index 1be64ec..53bdf7b 100644 +--- a/daemon/core.cpp ++++ b/daemon/core.cpp +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + + #include + #include diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild index 49dee3033b3..aad48dd0656 100644 --- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild @@ -19,6 +19,8 @@ fi LICENSE="LGPL-2.1+" SLOT="0" +PATCHES=( "${FILESDIR}/${P}-qt-5.14-build.patch" ) + BDEPEND=" dev-qt/linguist-tools:5 >=dev-util/lxqt-build-tools-0.6.0 diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild index 61c059834d6..bb7cf41bf3c 100644 --- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild @@ -19,6 +19,8 @@ fi LICENSE="LGPL-2.1+" SLOT="0" +PATCHES=( "${FILESDIR}/${PN}-0.14.1-qt-5.14-build.patch" ) + BDEPEND=" dev-qt/linguist-tools:5 >=dev-util/lxqt-build-tools-0.6.0