blob: 48706ea6660818e90cdd5de99e043aead0e0b930 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<?xml version='1.0' encoding='utf-8'?>
<component type="desktop-application">
<id>io.qt.qdbusviewer</id>
<name>Qt D-Bus Viewer</name>
<summary>Debug D-Bus applications</summary>
<developer id="org.qt-project">
<name>Qt Project</name>
</developer>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0</project_license>
<project_group>Qt</project_group>
<description>
<p>The Qt D-Bus Viewer is a tool that lets you introspect D-Bus objects and messages. You can choose between the system bus and the session bus.</p>
</description>
<url type="homepage">https://www.qt.io/</url>
<url type="bugtracker">https://bugreports.qt.io/</url>
<url type="help">https://doc.qt.io/qt-6/qdbusviewer.html</url>
<url type="vcs-browser">https://code.qt.io/cgit/qt/qttools.git/tree/src/qdbus/qdbusviewer</url>
<url type="contribute">https://www.qt.io/community/contribute-to-qt</url>
<categories>
<category>Development</category>
<category>Debugger</category>
<category>Qt</category>
</categories>
<recommends>
<control>pointing</control>
<control>keyboard</control>
</recommends>
<content_rating type="oars-1.1"/>
<launchable type="desktop-id">qdbusviewer.desktop</launchable>
<provides>
<binary>qdbusviewer6</binary>
</provides>
</component>
|