-
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
2592efc
commit f068150
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 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> | ||
<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> | ||
<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