clementine: install desktop files and icons

+5
+5
pkgs/applications/audio/clementine/default.nix
··· 112 makeWrapper "$free/bin/${exeName}" "$out/bin/${exeName}" \ 113 ${optionalString withSpotify "--set CLEMENTINE_SPOTIFYBLOB \"$blob/libexec/clementine\""} \ 114 --prefix GST_PLUGIN_SYSTEM_PATH : "$GST_PLUGIN_SYSTEM_PATH" 115 ''
··· 112 makeWrapper "$free/bin/${exeName}" "$out/bin/${exeName}" \ 113 ${optionalString withSpotify "--set CLEMENTINE_SPOTIFYBLOB \"$blob/libexec/clementine\""} \ 114 --prefix GST_PLUGIN_SYSTEM_PATH : "$GST_PLUGIN_SYSTEM_PATH" 115 + 116 + mkdir -p $out/share 117 + for dir in applications icons kde4; do 118 + ln -s "$free/share/$dir" "$out/share/$dir" 119 + done 120 ''