diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-26 16:34:56 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-26 16:34:56 +0200 |
| commit | 558bfbab432caaafa324e669d0987457b5e48b80 (patch) | |
| tree | 8a1645fa687d6fc2e13c7886abe078f86af4c9e7 /app/ch.arknet.Turns.metainfo.xml | |
| parent | 4e4332cb402fd3151e11e7e3b6d673388d7bb4a9 (diff) | |
| download | turns-558bfbab432caaafa324e669d0987457b5e48b80.tar.xz turns-558bfbab432caaafa324e669d0987457b5e48b80.zip | |
ui: implement basic about dialog
Diffstat (limited to 'app/ch.arknet.Turns.metainfo.xml')
| -rw-r--r-- | app/ch.arknet.Turns.metainfo.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/app/ch.arknet.Turns.metainfo.xml b/app/ch.arknet.Turns.metainfo.xml new file mode 100644 index 0000000..621c1ee --- /dev/null +++ b/app/ch.arknet.Turns.metainfo.xml @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component type="desktop"> + <id>ch.arknet.Turns</id> + <metadata_license>CC-BY-SA-4.0</metadata_license> + <project_license>LGPL-2.1-or-later</project_license> + <name>Turns</name> + <name xml:lang="de">Züge</name> + <summary>A simple turn order tracker</summary> + <description> + <p> + Turns is an application to track turn order for TTRPGs like Dungeons and Dragons or Call of Cthulhu. + </p> + </description> + <releases> + <release version="1.0" date="2025-12-31" type="stable"> + <description> + <p>This is the first public release</p> + </description> + </release> + </releases> + <recommends> + <control>keyboard</control> + <control>pointing</control> + </recommends> + <content_rating type="oars-1.1" /> + <keywords> + <keyword>Role-playing Games</keyword> + <keyword>Tabletop Games</keyword> + </keywords> + <developer id="ch.arknet"> + <name>Felix Morgner</name> + </developer> + <update_contact>felix.morgner@gmail.com</update_contact> + <launchable type="desktop-id">ch.arknet.Turns.desktop</launchable> + <url type="homepage">https://source.arknet.ch/fmorgner/turns</url> + <url type="bugtracker">https://source.arknet.ch/fmorgner/turns/-/issues</url> + <url type="vcs-browser">https://source.arknet.ch/fmorgner/turns</url> +</component>
\ No newline at end of file |
