From 5f8e5abd349e5d1b535115b0d0a6d3a1db8b5a81 Mon Sep 17 00:00:00 2001 From: Thibault Martin Date: Mon, 17 Aug 2020 18:09:11 +0200 Subject: [PATCH] Use a nightly icon for nightly builds --- .../scalable/apps/org.gnome.Geary.Devel.svg | 129 ++++++++++++++++++ icons/meson.build | 3 +- 2 files changed, 130 insertions(+), 2 deletions(-) create mode 100644 icons/hicolor/scalable/apps/org.gnome.Geary.Devel.svg 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')