Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 02 Nov 2022 05:10:08
Message-Id: 1667365785.4a76675f995cf571af1f70e93cc3bae0acc62d12.sam@gentoo
1 commit: 4a76675f995cf571af1f70e93cc3bae0acc62d12
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 16 19:25:32 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 05:09:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a76675f
7
8 qt6-build.eclass: add qt6-build_src_install
9
10 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 eclass/qt6-build.eclass | 7 +++++++
14 1 file changed, 7 insertions(+)
15
16 diff --git a/eclass/qt6-build.eclass b/eclass/qt6-build.eclass
17 index c8313e255a0a..b7e062e6ef54 100644
18 --- a/eclass/qt6-build.eclass
19 +++ b/eclass/qt6-build.eclass
20 @@ -119,6 +119,13 @@ qt6-build_src_configure() {
21 cmake_src_configure
22 }
23
24 +# @FUNCTION: qt6-build_src_install
25 +# @DESCRIPTION:
26 +# Runs cmake_src_install and anything else that might be needed here.
27 +qt6-build_src_install() {
28 + cmake_src_install
29 +}
30 +
31 ###### Public helpers ######
32
33 # @FUNCTION: qt_feature