Merge pull request #4816 from Chocobozzz/icons
Add 128x128 icon of Clementine and change the icons name
This commit is contained in:
commit
766ba2ad89
|
@ -41,12 +41,17 @@ option(INSTALL_UBUNTU_ICONS "Install the Ubuntu themed monochrome panel icons" $
|
|||
if (NOT APPLE)
|
||||
install(FILES clementine_64.png
|
||||
DESTINATION share/icons/hicolor/64x64/apps/
|
||||
RENAME application-x-clementine.png
|
||||
RENAME clementine.png
|
||||
)
|
||||
|
||||
install(FILES clementine_128.png
|
||||
DESTINATION share/icons/hicolor/128x128/apps/
|
||||
RENAME clementine.png
|
||||
)
|
||||
|
||||
install(FILES ../data/icon.svg
|
||||
DESTINATION share/icons/hicolor/scalable/apps/
|
||||
RENAME application-x-clementine.svg
|
||||
RENAME clementine.svg
|
||||
)
|
||||
|
||||
install(FILES clementine.desktop
|
||||
|
|
|
@ -86,8 +86,9 @@ make clean
|
|||
%{_datadir}/kde4/services/clementine-itpc.protocol
|
||||
%{_datadir}/kde4/services/clementine-feed.protocol
|
||||
%{_datadir}/kde4/services/clementine-zune.protocol
|
||||
%{_datadir}/icons/hicolor/64x64/apps/application-x-clementine.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/application-x-clementine.svg
|
||||
%{_datadir}/icons/hicolor/64x64/apps/clementine.png
|
||||
%{_datadir}/icons/hicolor/128x128/apps/clementine.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/clementine.svg
|
||||
|
||||
%changelog
|
||||
* @RPM_DATE@ David Sansome <me@davidsansome.com> - @CLEMENTINE_VERSION_RPM_V@
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
Loading…
Reference in New Issue