clementine: install desktop files and icons

This commit is contained in:
Thomas Tuegel 2015-05-17 15:36:13 -05:00
parent 9529a0dae2
commit e8efbcd3d3

View File

@ -112,4 +112,9 @@ runCommand "clementine-${version}"
makeWrapper "$free/bin/${exeName}" "$out/bin/${exeName}" \
${optionalString withSpotify "--set CLEMENTINE_SPOTIFYBLOB \"$blob/libexec/clementine\""} \
--prefix GST_PLUGIN_SYSTEM_PATH : "$GST_PLUGIN_SYSTEM_PATH"
mkdir -p $out/share
for dir in applications icons kde4; do
ln -s "$free/share/$dir" "$out/share/$dir"
done
''