mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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')
|
||||
|
||||
Reference in New Issue
Block a user