Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/
Date: Tue, 28 Jan 2020 02:09:06
Message-Id: 1580177169.e42d555686bfe2b47a774e9c8a2866573b90402d.chiitoo@gentoo
1 commit: e42d555686bfe2b47a774e9c8a2866573b90402d
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 02:06:09 2020 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 02:06:09 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=e42d5556
7
8 dev-qt/qtwebengine: [5.15] disable 'qtpdf' for now to fix build
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12
13 dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild | 6 +++++-
14 1 file changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild
17 index 13940d0b..69228a43 100644
18 --- a/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild
19 +++ b/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -89,6 +89,10 @@ src_prepare() {
27 # bug 620444 - ensure local headers are used
28 find "${S}" -type f -name "*.pr[fio]" | xargs sed -i -e 's|INCLUDEPATH += |&$$QTWEBENGINE_ROOT/include |' || die
29
30 + # Disable 'qtpdf' for now to fix build.
31 + sed -i -e 's|qtConfig(build-qtpdf)|false|g' \
32 + src/src.pro || die
33 +
34 qt_use_disable_config alsa webengine-alsa src/buildtools/config/linux.pri
35 qt_use_disable_config pulseaudio webengine-pulseaudio src/buildtools/config/linux.pri