[totem/wip/hadess/no-nightly-symbolic] icons: Install the "normal" symbolic icon for nightlies too



commit 56256ceabdc09d309be369f626a14535dcf262d5
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Sep 26 17:25:15 2019 +0200

    icons: Install the "normal" symbolic icon for nightlies too
    
    We want the usual symbolic icon to be used even for the nightlies, as a
    black and white version of the full-colour nightly icon isn't terribly
    readable.

 data/icons/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/icons/meson.build b/data/icons/meson.build
index 49260c10d..1d61003c2 100644
--- a/data/icons/meson.build
+++ b/data/icons/meson.build
@@ -5,5 +5,6 @@ install_data(
 
 install_data(
   join_paths('symbolic', 'org.gnome.Totem-symbolic.svg'),
+  rename : [application_id + '-symbolic.svg'],
   install_dir: join_paths(totem_datadir, 'icons', 'hicolor', 'symbolic', 'apps')
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]