Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #66 from A6GibKm/metainfo
Browse files Browse the repository at this point in the history
Improve Metainfo
  • Loading branch information
vixalien authored Mar 2, 2024
2 parents c0b65e4 + 3ffd08a commit 8069e5e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
1 change: 1 addition & 0 deletions data/com.vixalien.decibels.desktop.in.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[Desktop Entry]
Name=Decibels
GenericName=Audio Player
Comment=Play audio files
TryExec=@app-id@
Exec=@app-id@ %U
Icon=@app-id@
Expand Down
64 changes: 31 additions & 33 deletions data/com.vixalien.decibels.metainfo.xml.in.in
Original file line number Diff line number Diff line change
@@ -1,33 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2023 Angelo Verlain -->
<component type="desktop">
<id>@app-id@.desktop</id>
<id>@app-id@</id>
<name>Decibels</name>
<summary>Play audio files</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<!-- developer_name tag deprecated with Appstream 1.0 -->
<developer_name translatable="no">Angelo Verlain</developer_name>
<developer id="github.com">
<developer id="io.github.vixalien">
<name translatable="no">Angelo Verlain</name>
</developer>
<update_contact>[email protected]</update_contact>
<description>
<p>Current features:</p>
<ul>
<li>Shows the waveform of the track</li>
<li>Adjust playback speed</li>
<li>Easy seek controls</li>
</ul>
<ul>
<li>Shows the waveform of the track</li>
<li>Adjust playback speed</li>
<li>Easy seek controls</li>
</ul>
</description>
<screenshots>
<screenshot type="default">
<image>
https://github.com/vixalien/decibels/raw/HEAD/data/screenshots/screenshot-1.png</image>
<image>https://github.com/vixalien/decibels/raw/HEAD/data/screenshots/screenshot-1.png</image>
</screenshot>
<screenshot>
<image>
https://github.com/vixalien/decibels/raw/HEAD/data/screenshots/screenshot-2.png</image>
<image>https://github.com/vixalien/decibels/raw/HEAD/data/screenshots/screenshot-2.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
Expand All @@ -39,15 +37,15 @@
<li>Enhanced the accessibility of the app by ensuring that every on-screen element is screenreader accessible</li>
<li>Added Dutch, Occitan, Belarusian and updated the Italian translations</li>
</ul>
</description>
</description>
</release>
<release version="0.1.6" date="2023-11-08">
<description translatable="no">
<ul>
<li>The buttons allowing to skip forwards and backwards 30 seconds were removed</li>
<li>Some issues in the Brazilian Translation were fixed</li>
</ul>
</description>
</description>
</release>
<release version="0.1.5" date="2023-11-02">
<description translatable="no">
Expand All @@ -56,11 +54,11 @@
<li>A few issues preventing some content from being translated were fixed</li>
<li>Decibels was translated to Czech, Kinyarwanda, German, Traditional Chinese, Ukrainian and Brazilian Portuguese</li>
</ul>
</description>
</description>
</release>
<release version="0.1.4" date="2023-10-06">
<description translatable="no">
<p>A small bugfix and minor improvements release</p>
<p>A small bugfix and minor improvements release</p>
<ul>
<li>The artist of the currently playing track is shown if the artist is known</li>
<li>Fix a minor visual issue when dropping a file</li>
Expand All @@ -69,11 +67,11 @@
<li>A few issues preventing some content from being translated were fixed</li>
<li>Decibels was translated to French, Russian, Italian and Turkish</li>
</ul>
</description>
</description>
</release>
<release version="0.1.3" date="2023-09-24">
<description translatable="no">
<p>A few improvements and papercut fixes</p>
<p>A few improvements and papercut fixes</p>
<ul>
<li>Support drag and drop</li>
<li>Seek to the start of a track after it ends</li>
Expand All @@ -85,24 +83,24 @@
<li>Fixed some issues with the Development build of Decibels</li>
<li>Fixed a minor glitch with the app icon</li>
</ul>
</description>
</description>
</release>
<release version="0.1.2" date="2023-09-21">
<description translatable="no">
<p>A few bug fixes that polishes up the app</p>
<p>A few bug fixes that polishes up the app</p>
<ul>
<li>Differentiate development versions of the app from the stable app by styling the icon and header differently</li>
<li>Added donation link in application metadata</li>
<li>Fix the About Window being detached from main window</li>
<li>Fix the About Window showing release notes for an older version</li>
</ul>
</description>
</description>
</release>
<release version="0.1.1" date="2023-09-21"/>
<release version="0.1.0" date="2023-09-20">
<description translatable="no">
<p>Initial Release</p>
</description>
<p>Initial Release</p>
</description>
</release>
</releases>
<launchable type="desktop-id">@[email protected]</launchable>
Expand All @@ -113,15 +111,15 @@
<url type="vcs-browser">https://github.com/vixalien/decibels</url>
<translation type="gettext">@gettext-package@</translation>
<custom>
<value key="Purism::form_factor">mobile</value>
</custom>
<requires>
<display_length compare="ge">360</display_length>
</requires>
<recommends>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
<control>tablet</control>
</recommends>
<value key="Purism::form_factor">mobile</value>
</custom>
<requires>
<display_length compare="ge">360</display_length>
</requires>
<recommends>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
<control>tablet</control>
</recommends>
</component>
1 change: 1 addition & 0 deletions decibels.doap
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
Expand Down

0 comments on commit 8069e5e

Please sign in to comment.