]> git.pld-linux.org Git - packages/clementine.git/blob - desktop-install.patch
- release 3
[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.4/src/CMakeLists.txt   2010-06-28 19:47:58.000000000 +0000
13 +++ clementine-0.4/src/CMakeLists.txt   2010-06-29 20:49:41.000000000 +0000
14 @@ -546,8 +546,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.021509 seconds and 3 git commands to generate.