[seahorse/wip/nielsdg/warnings: 1/2] data: Drop seahorse-preferences icon



commit 4570e27dae0dc1a8fa63a99d8aa2c1ff35243f43
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Mon May 6 19:25:12 2019 +0200

    data: Drop seahorse-preferences icon
    
    It hasn't been used for a long time, so let's remove it instead.

 .../hicolor/16x16/apps/seahorse-preferences.png    | Bin 1005 -> 0 bytes
 .../hicolor/22x22/apps/seahorse-preferences.png    | Bin 1288 -> 0 bytes
 .../hicolor/24x24/apps/seahorse-preferences.png    | Bin 1237 -> 0 bytes
 .../hicolor/32x32/apps/seahorse-preferences.png    | Bin 1807 -> 0 bytes
 .../hicolor/48x48/apps/seahorse-preferences.png    | Bin 3135 -> 0 bytes
 data/icons/meson.build                             |  12 -
 data/icons/svg/seahorse-preferences.svg            | 361 ---------------------
 7 files changed, 373 deletions(-)
---
diff --git a/data/icons/meson.build b/data/icons/meson.build
index 5b3bddf3..d44854cb 100644
--- a/data/icons/meson.build
+++ b/data/icons/meson.build
@@ -1,17 +1,5 @@
 icons_install_dir = get_option('datadir') / 'icons'
 
-foreach size: [ 16, 22, 24, 32, 48 ]
-  icon_size_str = '@0@x@0@'.format(size)
-  icon_subfolder = 'hicolor' / icon_size_str / 'apps'
-
-  foreach app: [ 'seahorse-preferences' ]
-    install_data(
-      icon_subfolder / (app + '.png'),
-      install_dir: icons_install_dir / icon_subfolder,
-    )
-  endforeach
-endforeach
-
 # special case for symbolic
 icon_subfolder = 'hicolor' / 'symbolic' / 'apps'
 install_data(icon_subfolder / 'org.gnome.seahorse.Application-symbolic.svg',


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