]> git.pld-linux.org Git - packages/clementine.git/blob - desktop-install.patch
- install icon to pixmapsdir to avoid invoking gtk-update-icon-cache in %post in...
[packages/clementine.git] / desktop-install.patch
1 --- clementine-0.2/dist/clementine.desktop~     2010-01-18 00:12:17.000000000 +0200
2 +++ clementine-0.2/dist/clementine.desktop      2010-04-24 14:09:59.250159909 +0300
3 @@ -6,7 +6,7 @@
4  Comment=Plays music and last.fm streams
5  Exec=clementine
6  TryExec=clementine
7 -Icon=application-x-clementine
8 +Icon=clementine
9  Terminal=false
10  Categories=AudioVideo;Player;Qt;
11  StartupNotify=false
12 --- clementine-0.2/src/CMakeLists.txt~  2010-04-23 22:14:47.000000000 +0300
13 +++ clementine-0.2/src/CMakeLists.txt   2010-04-24 14:07:29.951424256 +0300
14 @@ -253,8 +253,8 @@
15  )
16    
17  install(FILES ../dist/clementine_64.png
18 -  DESTINATION share/icons/hicolor/64x64/apps/
19 -  RENAME application-x-clementine.png
20 +  DESTINATION share/pixmaps
21 +  RENAME clementine.png
22  )
23  
24  install(FILES ../dist/clementine.desktop
This page took 0.077026 seconds and 3 git commands to generate.