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 7FF48138331 for ; Mon, 19 Mar 2018 23:56:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60F07E0A49; Mon, 19 Mar 2018 23:56:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3D01AE0A49 for ; Mon, 19 Mar 2018 23:56:33 +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 CE522335C06 for ; Mon, 19 Mar 2018 23:56:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56B5F244 for ; Mon, 19 Mar 2018 23:56:31 +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: <1521503760.6b6a048bc18c3c4532aa4ba3c9e8326108224018.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kexi/files/, app-office/kexi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/kexi/files/kexi-3.1.0-qt-5.11.patch app-office/kexi/kexi-3.1.0.ebuild X-VCS-Directories: app-office/kexi/ app-office/kexi/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6b6a048bc18c3c4532aa4ba3c9e8326108224018 X-VCS-Branch: master Date: Mon, 19 Mar 2018 23:56:31 +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: 84063800-0d73-4586-a680-606e79f8b85a X-Archives-Hash: b89775707e4d2f9acdd3bd06fcb522fd commit: 6b6a048bc18c3c4532aa4ba3c9e8326108224018 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 19 23:10:55 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 19 23:56:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6a048b app-office/kexi: Fix build with Qt 5.11 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-office/kexi/files/kexi-3.1.0-qt-5.11.patch | 24 ++++++++++++++++++++++++ app-office/kexi/kexi-3.1.0.ebuild | 2 ++ 2 files changed, 26 insertions(+) diff --git a/app-office/kexi/files/kexi-3.1.0-qt-5.11.patch b/app-office/kexi/files/kexi-3.1.0-qt-5.11.patch new file mode 100644 index 00000000000..a879b2a4604 --- /dev/null +++ b/app-office/kexi/files/kexi-3.1.0-qt-5.11.patch @@ -0,0 +1,24 @@ +From c7b9215e7ae30a052fa11aa4199e7adea517c7e2 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Tue, 20 Mar 2018 00:06:46 +0100 +Subject: [PATCH] Fix build with Qt 5.11 (missing headers) + +--- + src/main/startup/KexiNewProjectAssistant.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/main/startup/KexiNewProjectAssistant.cpp b/src/main/startup/KexiNewProjectAssistant.cpp +index 59e819acc..6568f1b5c 100644 +--- a/src/main/startup/KexiNewProjectAssistant.cpp ++++ b/src/main/startup/KexiNewProjectAssistant.cpp +@@ -48,6 +48,7 @@ + #include + #include + ++#include + #include + #include + #include +-- +2.16.2 + diff --git a/app-office/kexi/kexi-3.1.0.ebuild b/app-office/kexi/kexi-3.1.0.ebuild index fa15f9b5f72..8ceeaf7b7c7 100644 --- a/app-office/kexi/kexi-3.1.0.ebuild +++ b/app-office/kexi/kexi-3.1.0.ebuild @@ -62,6 +62,8 @@ RDEPEND="${COMMON_DEPEND} !app-office/calligra-l10n:4[calligra_features_kexi(+)] " +PATCHES=( "${FILESDIR}"/${P}-qt-5.11.patch ) + src_prepare() { if ! use webkit; then punt_bogus_dep Qt5 WebKit