diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-04-12 23:37:24 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-04-12 23:37:24 +0800 |
commit | 43ae9bb08b7f3f18028fa8663a6077f4ae1ccbca (patch) | |
tree | b957cdb79e2af63fd7222c63b9a79e307de4834f /qmidiplayer-desktop/qmidiplayer.appdata.xml | |
parent | cd09a7e8a42c8f3617cfe3c57eed3b96bcfd2ec5 (diff) | |
download | QMidiPlayer-43ae9bb08b7f3f18028fa8663a6077f4ae1ccbca.tar.xz |
Mysterious Mountain. (Partially fixed #2)
Diffstat (limited to 'qmidiplayer-desktop/qmidiplayer.appdata.xml')
-rw-r--r-- | qmidiplayer-desktop/qmidiplayer.appdata.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/qmidiplayer-desktop/qmidiplayer.appdata.xml b/qmidiplayer-desktop/qmidiplayer.appdata.xml new file mode 100644 index 0000000..c4afa10 --- /dev/null +++ b/qmidiplayer-desktop/qmidiplayer.appdata.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component type="desktop"> + <id>qmidiplayer.desktop</id> + <metadata_license>GPL-3+</metadata_license> + <project_license>GPL-3+</project_license> + <name>QMidiPlayer</name> + <summary>A cross-platform midi file player based on libfluidsynth and Qt.</summary> + <description> + <p>QMidiPlayer is a cross-platform midi file player based on libfluidsynth and Qt.</p> + </description> + <screenshots> + <screenshot type="default"> + <image>https://chrisoft.org/QMidiPlayer/qmidiplyr.png</image> + <caption>The screenshot showing the application in action</caption> + </screenshot> + </screenshots> + <url type="homepage">https://chrisoft.org/QMidiPlayer/</url> + <updatecontact>chirs241097@gmail.com</updatecontact> + <project_group>chrisoft.org</project_group> + <kudos> + <kudo>HiDpiIcon</kudo> + <kudo>ModernToolkit</kudo> + </kudos> +</component> |