-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathio.github.theforceengine.tfe.Debug.metainfo.xml
More file actions
60 lines (60 loc) · 4.47 KB
/
io.github.theforceengine.tfe.Debug.metainfo.xml
File metadata and controls
60 lines (60 loc) · 4.47 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<component type="addon">
<id>io.github.theforceengine.tfe.Debug</id>
<name>“The Force Engine” Debug Symbols</name>
<name xml:lang="de">„The Force Engine“‑Fehlerbehebungssymbole</name>
<name xml:lang="pl">Symbole usuwania błędów „The Force Engine”</name>
<developer id="io.github.theforceengine">
<name>“The Force Engine” Contributors</name>
<name xml:lang="de">Die Mitwirkenden an „The Force Engine“</name>
<name xml:lang="pl">Współautorzy „The Force Engine”</name>
<url type="homepage">https://theforceengine.github.io</url>
</developer>
<summary>“The Force Engine” debug symbols enable developers and advanced users to effectively collaborate in fixing program bugs</summary>
<summary xml:lang="de">Die „The Force Engine“‑Fehlerbehebungssymbole ermöglichen Entwicklern und fortgeschrittenen Benutzern eine effektive Zusammenarbeit bei der Behebung von Programmfehlern</summary>
<summary xml:lang="pl">Symbole usuwania błędów „The Force Engine” umożliwiają efektywną współpracę między twórcami oprogramowania i zaawansowanymi użytkownikami przy naprawie błędów</summary>
<!-- Uncomment after https://github.com/ximion/appstream/issues/703 has been fixed
icon type="stock">application-x-executable</icon-->
<icon type="stock">io.github.theforceengine.tfe.Debug</icon>
<icon type="remote" width="200" height="125">https://sourceware.org/gdb/images/archer.svg</icon>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<extends>io.github.theforceengine.tfe</extends>
<url type="homepage">https://theforceengine.github.io</url>
<url type="bugtracker">https://github.com/luciusDXL/TheForceEngine/issues</url>
<url type="help">https://theforceengine.github.io/Documentation.html</url>
<url type="vcs-browser">https://github.com/luciusDXL/TheForceEngine</url>
<description>
<p>This external debug symbols extension should only be installed when “The Force Engine” crashes and you want to debug “The Force Engine” yourself, or the developers want to collaborate with an advanced user during the debugging process. Debug symbols are not needed for the normal operation of “The Force Engine”.</p>
<p xml:lang="de">Diese Erweiterung externer Fehlerbehebungssymbole sollte ausschließlich bei Abstürzen von „The Force Engine“ zur selbständigen Fehlerbehebung installiert werden, oder wenn die Entwickler von „The Force Engine“ mit einem fortgeschrittenen Benutzer während des Fehlerbehebungsprozesses zusammen arbeiten wollen. Fehlerbehebungssymbole werden für den normalen Betrieb von „The Force Engine“ nicht gebraucht.</p>
<p xml:lang="pl">To rozszerzenie z symbolami usuwania błędów powinno się instalować wyłącznie na potrzebę samodzielnego usuwania błędów w wypadku awarii „The Force Engine” lub gdy twórcy „The Force Engine” w trakcie procesu usuwania błędów chcą współpracować z zaawansowanym użytkownikiem. Symbole do usuwania błędów są nie potrzebne do normalnego działania „The Force Engine”.</p>
</description>
<screenshots>
<screenshot type="default">
<caption>The GNU Debugger Mascot</caption>
<caption xml:lang="de">Das GNU Debugger Maskottchen</caption>
<caption xml:lang="pl">Maskotka GNU Debuggera</caption>
<image type="source" width="200" height="125">https://sourceware.org/gdb/images/archer.svg</image>
</screenshot>
</screenshots>
<releases type="external" url="https://raw.githubusercontent.com/flathub/io.github.theforceengine.tfe/master/io.github.theforceengine.tfe.releases.xml"/>
<categories>
<category>Game</category>
<category>Shooter</category>
<category>ActionGame</category>
<category>Development</category>
</categories>
<requires>
<id>io.github.theforceengine.tfe</id>
<internet>offline-only</internet>
</requires>
<keywords>
<keyword>debug</keyword>
<keyword xml:lang="de">Fehlerbehebung</keyword>
<keyword xml:lang="pl">błąd</keyword>
<keyword>symbol</keyword>
<keyword xml:lang="de">Symbol</keyword>
<keyword xml:lang="pl">symbol</keyword>
<keyword>gdb</keyword>
</keywords>
</component>