-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
.Debug
extension AppStream metadata
- Loading branch information
1 parent
331e41c
commit c79c1dc
Showing
2 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<?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 do usuwania błędów 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 eliminating program bugs</summary> | ||
<summary xml:lang="de">Die „The Force Engine“‑Fehlerbehebungssymbole ermöglichen Entwicklern und fortgeschrittenen Benutzern eine effektive Zusammenarbeit bei der Eliminierung von Programmfehlern</summary> | ||
<summary xml:lang="pl">Symbole do usuwania błędów w „The Force Engine” umożliwiają efektywną współpracę między twórcami oprogramowania i zawanasowanymi użytkownikami</summary> | ||
<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 if you want to debug “The Force Engine” yourself or the developers want to collaborate with you in 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 installiert werden bei selbständiger Fehlerbehebung oder wenn die Entwickler von „The Force Engine“ mit Ihnen beim Fehlerbehebungsprozess 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 do usuwania błędów powinno się instalować wyłącznie na potrzebę samodzielnego usuwania błędów lub gdy twórcy „The Force Engine” chcą z Tobą współpracować w procesie usuwania błędów. Symbole do usuwania błędów są nie potrzebne do normalnego działania „The Force Engine”.</p> | ||
</description> | ||
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters