summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebchannel/qtwebchannel-6.5.2-r1.ebuild
AgeCommit message (Collapse)Author
2023-09-09dev-qt/qtwebchannel: adjust qml check againIonen Wolkens
Package only checks for Quick in top level CMakeLists.txt, but then uses Qt::Qml (implicit from Quick) anyway. Current disable method does block Quick target stuff but does not fully prevent from linking with Qt6Qml. Revert, but do a has_version to avoid noise. Bug: https://bugs.gentoo.org/913692 Fixes: a2b7cc29cbb6ac57ff4cddbc39c50a060e8cac66 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-09-05dev-qt/qtwebchannel: adjust qml checkIonen Wolkens
Works either way but Qt6Qml produces cmake noise if qtdeclarative is not installed. Bug: https://bugs.gentoo.org/913692 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-09-05dev-qt/*: replace = by ~ for dev-qt/*:6 depsIonen Wolkens
Less jarring a little bit shorter. Made sense in Qt5 given it used a ver_cut QT5_PV and could be used to ignore additional components, but with PV it does nothing useful. Plus we still want _rc and _betas to match (_p<date> are where issues start though, if ever needed we could reintroduce QT6_PV, but for now...). Should have done this in the previous style commit. Still keeping :6, do prefer these being everywhere for clarity with Qt slots (and qa-vdb!) even if essentially a no-op here. Plus, even if this does not happen with Qt, two slots having the same version can happen with revisions (e.g. current webkit-gtk). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-09-05dev-qt/qtwebchannel: make qml optional (qt6)Ionen Wolkens
Skip revbump given already done in this commit batch. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2023-09-05dev-qt/qtwebchannel: drop unused qtwebsockets dep (qt6)Ionen Wolkens
Would be needed if had "examples? ( )" Signed-off-by: Ionen Wolkens <ionen@gentoo.org>