Add an AppData file. Fixes #4381

This commit is contained in:
David Sansome 2014-06-01 20:36:05 +10:00
parent 162b2efbb0
commit 3e51d13bc0
2 changed files with 39 additions and 0 deletions

4
dist/CMakeLists.txt vendored
View File

@ -60,6 +60,10 @@ if (NOT APPLE)
DESTINATION share/kde4/services
)
install(FILES clementine.appdata.xml
DESTINATION share/appdata
)
if(INSTALL_UBUNTU_ICONS)
foreach(icon clementine-panel.png clementine-panel-grey.png)
foreach(theme ubuntu-mono-dark ubuntu-mono-light)

35
dist/clementine.appdata.xml vendored Normal file
View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 David Sansome <me@davidsansome.com> -->
<application>
<id type="desktop">clementine.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Clementine Music Player</name>
<summary>Plays music files and internet radio</summary>
<description>
<p>
Clementine is a multiplatform music player focusing on a fast and
easy-to-use interface for searching and playing your music.
</p>
<p>Summary of included features:</p>
<ul>
<li>Search and play your local music library</li>
<li>Listen to internet radio from Last.fm, SomaFM and Magnatune</li>
<li>Tabbed playlists, import and export M3U, XSPF, PLS and ASX</li>
<li>Visualisations from projectM</li>
<li>Transcode music into MP3, Ogg Vorbis, Ogg Speex, FLAC or AA</li>
<li>Edit tags on MP3 and OGG files, organise your music</li>
<li>Download missing album cover art from Last.fm</li>
<li>Native desktop notifications using libnotify</li>
<li>Supports MPRIS, or remote control using the command-line</li>
<li>Remote control using a Wii Remote, MPRIS or the command-line</li>
<li>Copy music to your iPod, iPhone, MTP or mass-storage USB player</li>
</ul>
</description>
<screenshots>
<screenshot type="default" width="1139" height="724">https://clementine-player.github.io/pages/images/screenshots/clementine-1.2-1.png</screenshot>
<screenshot width="1080" height="724">https://clementine-player.github.io/pages/images/screenshots/clementine-1.2-2.png</screenshot>
</screenshots>
<url type="homepage">https://www.clementine-player.org</url>
<updatecontact>me@davidsansome.com</updatecontact>
</application>