37 lines
1.3 KiB
XML
37 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Tine Jozelj 2019 <me@mnts.dev> -->
|
|
<component type="desktop-application">
|
|
<id>@app-id@</id>
|
|
<metadata_license>CC0</metadata_license>
|
|
<project_license>GPL-3.0-only</project_license>
|
|
<name>Transcription</name>
|
|
<summary>Transcription of voice using Whisper by OpenAI.</summary>
|
|
<description>
|
|
<p>Longer description.</p>
|
|
</description>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://gitlab.gnome.org/bilelmoussaoui/gtk-transcription/raw/master/data/resources/screenshots/screenshot1.png</image>
|
|
<caption>Main window</caption>
|
|
</screenshot>
|
|
</screenshots>
|
|
<url type="homepage">https://github.com/mentos1386/gtk-transcription</url>
|
|
<url type="bugtracker">https://github.com/mentos1386/gtk-transcription</url>
|
|
<content_rating type="oars-1.0"/>
|
|
<releases>
|
|
<release version="0.1.0" date="2019-07-11"/>
|
|
</releases>
|
|
<kudos>
|
|
<!--
|
|
GNOME Software kudos:
|
|
https://gitlab.gnome.org/GNOME/gnome-software/-/blob/main/doc/kudos.md
|
|
-->
|
|
<kudo>ModernToolkit</kudo>
|
|
<kudo>HiDpiIcon</kudo>
|
|
</kudos>
|
|
<developer_name>Tine Jozelj</developer_name>
|
|
<update_contact>me@mnts.dev</update_contact>
|
|
<translation type="gettext">@gettext-package@</translation>
|
|
<launchable type="desktop-id">@app-id@.desktop</launchable>
|
|
</component>
|
|
|