From ff8a2df829fcce8780d26a18f3070ab8e850b2e6 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Fri, 1 Mar 2019 14:42:12 +0100 Subject: Linux/freedesktop: update Blender app icon based on new guidelines. * Use only scalable SVG icon. * Add symbolic variant for accessibility. * Remove shadow, this is added automatically. For more information see: https://gitlab.gnome.org/GNOME/Initiatives/issues/2 https://developer.gnome.org/hig/stable/icon-design.html.en --- source/creator/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index ce9bb24a66f..b58f9b46d0e 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -474,6 +474,7 @@ if(UNIX AND NOT APPLE) FILES ${CMAKE_SOURCE_DIR}/release/freedesktop/blender.desktop ${CMAKE_SOURCE_DIR}/release/freedesktop/icons/scalable/apps/blender.svg + ${CMAKE_SOURCE_DIR}/release/freedesktop/icons/symbolic/apps/blender-symbolic.svg DESTINATION "." ) @@ -518,6 +519,10 @@ if(UNIX AND NOT APPLE) FILES ${CMAKE_SOURCE_DIR}/release/freedesktop/icons/scalable/apps/blender.svg DESTINATION share/icons/hicolor/scalable/apps ) + install( + FILES ${CMAKE_SOURCE_DIR}/release/freedesktop/icons/symbolic/apps/blender-symbolic.svg + DESTINATION share/icons/hicolor/symbolic/apps + ) install( PROGRAMS ${CMAKE_SOURCE_DIR}/release/bin/blender-thumbnailer.py DESTINATION bin -- cgit v1.2.3