[gnome-sound-recorder/wip/jimmac/app-icon-redesign] icon: update app icon



commit 8d1e9b08531dad286f812971919cbb0a140201c5
Author: Jakub Steiner <jimmac gmail com>
Date:   Fri Jan 11 16:36:19 2019 +0100

    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"

 .../hicolor/16x16/apps/org.gnome.SoundRecorder.png |   Bin 892 -> 0 bytes
 .../hicolor/22x22/apps/org.gnome.SoundRecorder.png |   Bin 1311 -> 0 bytes
 .../hicolor/24x24/apps/org.gnome.SoundRecorder.png |   Bin 1396 -> 0 bytes
 .../256x256/apps/org.gnome.SoundRecorder.png       |   Bin 42413 -> 0 bytes
 .../hicolor/32x32/apps/org.gnome.SoundRecorder.png |   Bin 2252 -> 0 bytes
 .../hicolor/48x48/apps/org.gnome.SoundRecorder.png |   Bin 4159 -> 0 bytes
 data/icons/hicolor/org.gnome.SoundRecorder.svg     | 13987 -------------------
 data/meson.build                                   |    13 +-
 8 files changed, 5 insertions(+), 13995 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index ac0ace6..4b17e4b 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,11 +1,8 @@
-foreach icon_size: ['16x16', '22x22', '24x24', '32x32', '48x48', '256x256']
-  icon_dir = join_paths('icons', 'hicolor', icon_size, 'apps')
-
-  install_data(
-    join_paths(icon_dir, '@0@.png'.format(application_id)),
-    install_dir: join_paths(sound_recorder_datadir, icon_dir)
-  )
-endforeach
+icon_dir = join_paths('icons', 'hicolor', 'scalable', 'apps')
+install_data(
+  join_paths(icon_dir, '@0@.svg'.format(application_id)),
+  install_dir: join_paths(sound_recorder_datadir, icon_dir)
+)
 
 icon_dir = join_paths('icons', 'hicolor', 'symbolic', 'apps')
 install_data(


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