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
2019-01-29 13:28:51 +01:00
parent 5770284eac
commit 573c6ec82d
14 changed files with 8 additions and 6584 deletions

View File

@ -57,7 +57,7 @@ if get_option('enable_gtk')
install_dir: pkgconfigdir,
)
icon_sizes = ['16x16', '24x24', '32x32', '48x48', '256x256', 'scalable']
icon_sizes = ['scalable', 'symbolic']
foreach size: icon_sizes
install_subdir('icons/' + size,
install_dir: join_paths(datadir, 'icons/hicolor')