Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: eclass/
Date: Wed, 03 Aug 2022 09:14:32
Message-Id: 1659517947.56064249c35a88e07c8ef642d61e767877e0ee98.asturm@gentoo
1 commit: 56064249c35a88e07c8ef642d61e767877e0ee98
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 3 09:09:03 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 09:12:27 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=56064249
7
8 qt5-build.eclass: _QT5_GENTOOPATCHSET_REV shall always be applied
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/qt5-build.eclass | 9 +++++----
13 1 file changed, 5 insertions(+), 4 deletions(-)
14
15 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
16 index c6cb5dd3..0825d311 100644
17 --- a/eclass/qt5-build.eclass
18 +++ b/eclass/qt5-build.eclass
19 @@ -112,10 +112,6 @@ if [[ ${PN} != qtwebengine ]]; then
20 _QT5_P=${QT5_MODULE}-everywhere-opensource-src-${PV}
21 HOMEPAGE="https://www.qt.io/"
22 SRC_URI="https://download.qt.io/official_releases/qt/${PV%.*}/${PV}/submodules/${_QT5_P}.tar.xz"
23 - if [[ ${QT5_MODULE} == qtbase ]]; then
24 - _QT5_GENTOOPATCHSET_REV=1
25 - SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/qtbase-5.15-gentoo-patchset-${_QT5_GENTOOPATCHSET_REV}.tar.xz"
26 - fi
27 # KDE Qt5PatchCollection on top of tag v${PV}-lts-lgpl
28 if [[ -n ${QT5_KDEPATCHSET_REV} ]]; then
29 HOMEPAGE+=" https://invent.kde.org/qt/qt/${QT5_MODULE} https://community.kde.org/Qt5PatchCollection"
30 @@ -126,6 +122,11 @@ if [[ ${PN} != qtwebengine ]]; then
31 esac
32 fi
33
34 +if [[ ${QT5_MODULE} == qtbase ]]; then
35 + _QT5_GENTOOPATCHSET_REV=1
36 + SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/qtbase-5.15-gentoo-patchset-${_QT5_GENTOOPATCHSET_REV}.tar.xz"
37 +fi
38 +
39 # @ECLASS_VARIABLE: QT5_BUILD_DIR
40 # @OUTPUT_VARIABLE
41 # @DESCRIPTION: