[gnome-music/wip/jimmac/icon-legibility] meson: Install development icon



commit 3275313a54013c6f26a80714719d1ed90260667a
Author: Marinus Schraal <mschraal gnome org>
Date:   Thu Oct 24 21:51:51 2019 +0200

    meson: Install development icon

 data/meson.build | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index dcf0bc31..25ff1e10 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -69,16 +69,11 @@ if appstream_util.found()
   )
 endif
 
-# Installing the icons
-icon_sizes = ['scalable']
-
-foreach i : icon_sizes
-  install_data(
-    join_paths('icons/hicolor', i , 'apps', PROJECT_RDNN_NAME + '.svg'),
-    install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'icons', 'hicolor', i , 'apps'),
-    rename: '@0@.svg'.format(APPLICATION_ID)
-  )
-endforeach
+# Installing the default icon
+install_data(
+    join_paths('icons/hicolor/scalable/apps', APPLICATION_ID + '.svg'),
+    install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'icons/hicolor/scalable/apps')
+)
 
 # Installing the symbolic icon
 install_data(


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