dev-util/gammaray: add 3.3.0

skip CMAKE_QA_COMPAT for files unused in bundled 3rdparty/backward-cpp
always build manpage
use doc for html and qhc/qch
enable qml required w/ 3.3.0, anyway it's simplier
add useflags highlight and kjob
add dev-util/kdstatemachineeditor to complete the scxml plugin
use bundled/modified kitemmodels
fix deps for wayland
remove virtualx and use offscreen instead
skip tests w/ comments

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
This commit is contained in:
Nicolas PARLANT
2025-11-19 20:34:24 +01:00
parent e44c069c95
commit bf513d4269
4 changed files with 199 additions and 4 deletions

View File

@@ -20,11 +20,13 @@ level, with the same concepts as the frameworks you use. This is especially usef
the more complex Qt frameworks such as model/view, state machines or scene graphs.
</longdescription>
<use>
<flag name="3d">Build support for Qt5 3D modules</flag>
<flag name="3d">Build support for Qt 3D modules</flag>
<flag name="designer">Widget .ui file export</flag>
<flag name="geolocation">Physical position determination support from Qt5 framework</flag>
<flag name="qml">Build with Qt5 Quick support</flag>
<flag name="scxml">Build support for Qt5 State Chart XML (SCXML)</flag>
<flag name="geolocation">Physical position determination support from Qt framework</flag>
<flag name="highlight">Syntax highlighting for code editor</flag>
<flag name="kjob">KJob tracker plug-in</flag>
<flag name="qml">Build with Qt Quick support</flag>
<flag name="scxml">Build support for Qt State Chart XML (SCXML)</flag>
<flag name="webengine">Enable support for dev-qt/qtwebengine</flag>
</use>
<upstream>