icon: update app icon

- GNOME 3.32 redesign of app icons.
  See https://gitlab.gnome.org/GNOME/Initiatives/issues/2
  for more info.

/label ~"9. Initiative: AppIconRedesign"
This commit is contained in:
Jakub Steiner 2018-10-30 14:41:24 +01:00
parent be9f976ef6
commit b4255c7124
10 changed files with 45 additions and 5920 deletions

View file

@ -41,11 +41,9 @@ install_data(icon_files,
install_dir: join_paths(system_icons_dir, 'scalable', 'actions'),
)
foreach icon_dir: colour_app_icon_dirs
install_data(join_paths('hicolor', icon_dir, 'apps', 'org.gnome.Geary.png'),
install_dir: join_paths(system_icons_dir, icon_dir, 'apps'),
)
endforeach
install_data(join_paths('hicolor', 'scalable', 'apps', 'org.gnome.Geary.svg'),
install_dir: join_paths(system_icons_dir, 'scalable', 'apps'),
)
install_data(join_paths('hicolor', 'symbolic', 'apps', 'org.gnome.Geary-symbolic.svg'),
install_dir: join_paths(system_icons_dir, 'symbolic', 'apps'),