commit: b3b0717343b738663c8ba2bc9ba627083ddb7bea
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 20:57:03 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 10:04:46 2022 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=b3b07173
dev-qt/qtdeclarative: Symlink qml* to /usr/bin/qml*5
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtdeclarative/qtdeclarative-5.15.3.9999.ebuild | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15.3.9999.ebuild
b/dev-qt/qtdeclarative/qtdeclarative-5.15.3.9999.ebuild
index b1f5a6f3..31bdbbb8 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.15.3.9999.ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.15.3.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2009-2021 Gentoo Authors
+# Copyright 2009-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -56,3 +56,12 @@ src_configure() {
)
qt5-build_src_configure
}
+
+src_install() {
+ qt5-build_src_install
+ qt5_symlink_binary_to_path qml 5
+ qt5_symlink_binary_to_path qmleasing 5
+ qt5_symlink_binary_to_path qmljs 5
+ qt5_symlink_binary_to_path qmlpreview 5
+ qt5_symlink_binary_to_path qmlscene 5
+}