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 8D7CD138334 for ; Mon, 23 Dec 2019 21:45:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67C45E09F4; Mon, 23 Dec 2019 21:45:42 +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 4A6F7E09F5 for ; Mon, 23 Dec 2019 21:45: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 1D37534DB03 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 CADA67B674 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.9dc3a09a2a42ed944c1a4297fb63ad698013f991.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/, lxqt-base/liblxqt/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/liblxqt/files/liblxqt-0.14.1-qt-5.14-build.patch lxqt-base/liblxqt/liblxqt-0.14.1.ebuild X-VCS-Directories: lxqt-base/liblxqt/ lxqt-base/liblxqt/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9dc3a09a2a42ed944c1a4297fb63ad698013f991 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: 8beee1b1-313c-414e-ab8e-2290473566e3 X-Archives-Hash: aa888a3bade21329eba999885150904f commit: 9dc3a09a2a42ed944c1a4297fb63ad698013f991 Author: Jimi Huotari gentoo org> AuthorDate: Mon Dec 23 19:01:48 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=9dc3a09a lxqt-base/liblxqt: fix build with Qt 5.14 Closes: https://bugs.gentoo.org/703596 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Jimi Huotari gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/14108 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/liblxqt-0.14.1-qt-5.14-build.patch | 24 ++++++++++++++++++++++ lxqt-base/liblxqt/liblxqt-0.14.1.ebuild | 2 ++ 2 files changed, 26 insertions(+) diff --git a/lxqt-base/liblxqt/files/liblxqt-0.14.1-qt-5.14-build.patch b/lxqt-base/liblxqt/files/liblxqt-0.14.1-qt-5.14-build.patch new file mode 100644 index 00000000000..54fd90676ea --- /dev/null +++ b/lxqt-base/liblxqt/files/liblxqt-0.14.1-qt-5.14-build.patch @@ -0,0 +1,24 @@ +From 534c6f6b5240daa81a2b6206a8ec028a69ee5c2d Mon Sep 17 00:00:00 2001 +From: Jimi Huotari +Date: Mon, 23 Dec 2019 21:20:16 +0200 +Subject: [PATCH] Fix build with Qt 5.14. + +--- + lxqtpowermanager.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/lxqtpowermanager.cpp b/lxqtpowermanager.cpp +index aef5ca2..b0926f9 100644 +--- a/lxqtpowermanager.cpp ++++ b/lxqtpowermanager.cpp +@@ -32,6 +32,7 @@ + #include + #include + #include ++#include + #include "lxqttranslator.h" + #include "lxqtglobals.h" + #include "lxqtsettings.h" +-- +2.24.1 + diff --git a/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild b/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild index 5ad13018bb8..7e6e0123112 100644 --- a/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild +++ b/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild @@ -19,6 +19,8 @@ fi LICENSE="LGPL-2.1+ BSD" SLOT="0/$(ver_cut 1-2)" +PATCHES=( "${FILESDIR}/${P}-qt-5.14-build.patch" ) # Bug 703596 + BDEPEND=" dev-qt/linguist-tools:5 >=dev-util/lxqt-build-tools-0.6.0