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



commit 031da3ab32d3ce66e27471b3703faab0427925e3
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.

 data/icons/hicolor/16x16/apps/seahorse-preferences.png | Bin 1005 -> 0 bytes
 data/icons/hicolor/22x22/apps/seahorse-preferences.png | Bin 1288 -> 0 bytes
 data/icons/hicolor/24x24/apps/seahorse-preferences.png | Bin 1237 -> 0 bytes
 data/icons/hicolor/32x32/apps/seahorse-preferences.png | Bin 1807 -> 0 bytes
 data/icons/hicolor/48x48/apps/seahorse-preferences.png | Bin 3135 -> 0 bytes
 data/icons/meson.build                                 |  12 ------------
 6 files changed, 12 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]