summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebchannel/qtwebchannel-6.10.0_rc.ebuild
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2025-09-23 00:38:21 -0400
committerIonen Wolkens <ionen@gentoo.org>2025-09-23 00:43:32 -0400
commit3f269111d04142b8ec8c86200686147f081a8203 (patch)
tree143f588fc22fc7ef53e8b33f40ff025529485fd7 /dev-qt/qtwebchannel/qtwebchannel-6.10.0_rc.ebuild
parenta0f8a9ff824eba8451395ab786b6c845a67744a1 (diff)
downloadgentoo-3f269111d04142b8ec8c86200686147f081a8203.tar.gz
gentoo-3f269111d04142b8ec8c86200686147f081a8203.tar.bz2
gentoo-3f269111d04142b8ec8c86200686147f081a8203.zip
dev-qt/qtwebchannel: add 6.10.0_rc
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebchannel/qtwebchannel-6.10.0_rc.ebuild')
-rw-r--r--dev-qt/qtwebchannel/qtwebchannel-6.10.0_rc.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-6.10.0_rc.ebuild b/dev-qt/qtwebchannel/qtwebchannel-6.10.0_rc.ebuild
new file mode 100644
index 000000000000..0535c65c91df
--- /dev/null
+++ b/dev-qt/qtwebchannel/qtwebchannel-6.10.0_rc.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Qt WebChannel"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+IUSE="qml"
+
+RDEPEND="
+ ~dev-qt/qtbase-${PV}:6[concurrent]
+ qml? ( ~dev-qt/qtdeclarative-${PV}:6 )
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ has_version "=dev-qt/qtdeclarative-$(ver_cut 1-3)*:6" && #913692
+ local mycmakeargs=( $(cmake_use_find_package qml Qt6Qml) )
+
+ qt6-build_src_configure
+}