diff --git a/icons/hicolor/scalable/apps/org.gnome.Geary.Devel.svg b/icons/hicolor/scalable/apps/org.gnome.Geary.Devel.svg new file mode 100644 index 00000000..d11aa168 --- /dev/null +++ b/icons/hicolor/scalable/apps/org.gnome.Geary.Devel.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/meson.build b/icons/meson.build index 94a0b9a4..ecb26be3 100644 --- a/icons/meson.build +++ b/icons/meson.build @@ -47,9 +47,8 @@ install_data(icon_files, scalable_dir = join_paths('hicolor', 'scalable', 'apps') install_data( - join_paths(scalable_dir, 'org.gnome.Geary.svg'), + join_paths(scalable_dir, '@0@.svg'.format(geary_id)), install_dir: join_paths(data_dir, 'icons', scalable_dir), - rename: '@0@.svg'.format(geary_id) ) symbolic_dir = join_paths('hicolor', 'symbolic', 'apps')