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:

+ +
+ + 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