Files
guru/dev-util/gammaray/metadata.xml
Nicolas PARLANT bf513d4269 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>
2025-11-22 13:57:52 +01:00

37 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>rossbridger.cc@gmail.com</email>
<name>Ross Charles Campbell</name>
</maintainer>
<maintainer type="person">
<email>petross404@gmail.com</email>
<name>Petros S</name>
</maintainer>
<longdescription lang="en">
GammaRay is a software introspection tool for Qt applications developed by KDAB.
Leveraging the QObject introspection mechanism it allows you to observe and manipulate
your application at runtime. This works both locally on your workstation and remotely
on an embedded target.
Augmenting your instruction-level debugger, GammaRay allows you to work on a much higher
level, with the same concepts as the frameworks you use. This is especially useful for
the more complex Qt frameworks such as model/view, state machines or scene graphs.
</longdescription>
<use>
<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 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>
<remote-id type="github">KDAB/GammaRay</remote-id>
<bugs-to>https://github.com/KDAB/GammaRay/issues</bugs-to>
</upstream>
</pkgmetadata>