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 84A311382C5 for ; Fri, 5 Mar 2021 21:48:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF3A4E087B; Fri, 5 Mar 2021 21:48:39 +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 A1A91E087B for ; Fri, 5 Mar 2021 21:48:39 +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 9A058340E9F for ; Fri, 5 Mar 2021 21:48:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52B97478 for ; Fri, 5 Mar 2021 21:48:37 +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: <1614980909.ba66d6b44e7371c11a5cbfdd314522a6c44114b4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libalkimia/files/, app-office/libalkimia/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libalkimia/files/libalkimia-8.1.0-missing-header.patch app-office/libalkimia/libalkimia-8.1.0.ebuild X-VCS-Directories: app-office/libalkimia/files/ app-office/libalkimia/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ba66d6b44e7371c11a5cbfdd314522a6c44114b4 X-VCS-Branch: master Date: Fri, 5 Mar 2021 21:48:37 +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: 0e1b0fb8-5023-4699-ba4e-dbb0b687e2ae X-Archives-Hash: fd86307dcd215271188e3ea5d822da3f commit: ba66d6b44e7371c11a5cbfdd314522a6c44114b4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 5 21:48:20 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 5 21:48:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba66d6b4 app-office/libalkimia: Fix build with IUSE=-webengine Closes: https://bugs.gentoo.org/774321 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/libalkimia-8.1.0-missing-header.patch | 25 ++++++++++++++++++++++ app-office/libalkimia/libalkimia-8.1.0.ebuild | 5 ++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/app-office/libalkimia/files/libalkimia-8.1.0-missing-header.patch b/app-office/libalkimia/files/libalkimia-8.1.0-missing-header.patch new file mode 100644 index 00000000000..c1f1ff463ee --- /dev/null +++ b/app-office/libalkimia/files/libalkimia-8.1.0-missing-header.patch @@ -0,0 +1,25 @@ +From 0e398425030bae0cfe7be70ce82d61e674160a97 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Fri, 5 Mar 2021 22:40:40 +0100 +Subject: [PATCH] Add missing QUrl include with -DBUILD_WITH_WEBENGINE=no + +Signed-off-by: Andreas Sturmlechner +--- + tools/onlinequoteseditor/mainwindow.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/tools/onlinequoteseditor/mainwindow.cpp b/tools/onlinequoteseditor/mainwindow.cpp +index fad7e85..d5a3026 100644 +--- a/tools/onlinequoteseditor/mainwindow.cpp ++++ b/tools/onlinequoteseditor/mainwindow.cpp +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + + class MainWindow::Private + { +-- +2.30.1 + diff --git a/app-office/libalkimia/libalkimia-8.1.0.ebuild b/app-office/libalkimia/libalkimia-8.1.0.ebuild index 97ecb376f53..aa2e4914543 100644 --- a/app-office/libalkimia/libalkimia-8.1.0.ebuild +++ b/app-office/libalkimia/libalkimia-8.1.0.ebuild @@ -54,7 +54,10 @@ DEPEND=" " RDEPEND="${DEPEND}" -PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) +PATCHES=( + "${FILESDIR}/${P}-cmake.patch" + "${FILESDIR}/${P}-missing-header.patch" # bug 774321 +) src_configure() { local mycmakeargs=(