From 3e51d13bc02e6bd3269a801a61a5652fd3965741 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Sun, 1 Jun 2014 20:36:05 +1000 Subject: [PATCH] Add an AppData file. Fixes #4381 --- dist/CMakeLists.txt | 4 ++++ dist/clementine.appdata.xml | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 dist/clementine.appdata.xml diff --git a/dist/CMakeLists.txt b/dist/CMakeLists.txt index 6730a6839..f7f01c1b1 100644 --- a/dist/CMakeLists.txt +++ b/dist/CMakeLists.txt @@ -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) diff --git a/dist/clementine.appdata.xml b/dist/clementine.appdata.xml new file mode 100644 index 000000000..97e203c7b --- /dev/null +++ b/dist/clementine.appdata.xml @@ -0,0 +1,35 @@ + + + + clementine.desktop + CC0-1.0 + GPL-3.0+ + Clementine Music Player + Plays music files and internet radio + +

+ Clementine is a multiplatform music player focusing on a fast and + easy-to-use interface for searching and playing your music. +

+

Summary of included features:

+
    +
  • Search and play your local music library
  • +
  • Listen to internet radio from Last.fm, SomaFM and Magnatune
  • +
  • Tabbed playlists, import and export M3U, XSPF, PLS and ASX
  • +
  • Visualisations from projectM
  • +
  • Transcode music into MP3, Ogg Vorbis, Ogg Speex, FLAC or AA
  • +
  • Edit tags on MP3 and OGG files, organise your music
  • +
  • Download missing album cover art from Last.fm
  • +
  • Native desktop notifications using libnotify
  • +
  • Supports MPRIS, or remote control using the command-line
  • +
  • Remote control using a Wii Remote, MPRIS or the command-line
  • +
  • Copy music to your iPod, iPhone, MTP or mass-storage USB player
  • +
+
+ + https://clementine-player.github.io/pages/images/screenshots/clementine-1.2-1.png + https://clementine-player.github.io/pages/images/screenshots/clementine-1.2-2.png + + https://www.clementine-player.org + me@davidsansome.com +
\ No newline at end of file