[aisleriot] icon: provide a symbolic variant of the app icon



commit cb232a68e13510a4dee0694e37d46f37a7b40fe9
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Mar 30 12:50:01 2015 +0200

    icon: provide a symbolic variant of the app icon
    
    - used for the High Contrast accessible theme since 3.16
    
    The symbolic size has been introduced to hicolor to cope with
    the nominal size of 16x16 rather than the backward compatible
    128x128.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=747007

 data/icons/Makefile.am                             |    4 ++--
 ...lor_apps_symbolic_gnome-aisleriot-symbolic.svg} |    0
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 666bd26..01f42e8 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,6 +1,6 @@
 NULL =
 
-public_icons_themes = hicolor HighContrast
+public_icons_themes = hicolor
 
 dist_noinst_DATA = \
        hicolor_apps_16x16_gnome-aisleriot.png \
@@ -15,7 +15,7 @@ dist_noinst_DATA = \
        hicolor_apps_32x32_gnome-freecell.png \
        hicolor_apps_48x48_gnome-freecell.png \
        hicolor_apps_256x256_gnome-freecell.png \
-       HighContrast_apps_scalable_gnome-aisleriot.svg \
+       hicolor_apps_symbolic_gnome-aisleriot-symbolic.svg \
        $(NULL)
 
 private_icons = \
diff --git a/data/icons/HighContrast_apps_scalable_gnome-aisleriot.svg 
b/data/icons/hicolor_apps_symbolic_gnome-aisleriot-symbolic.svg
similarity index 100%
rename from data/icons/HighContrast_apps_scalable_gnome-aisleriot.svg
rename to data/icons/hicolor_apps_symbolic_gnome-aisleriot-symbolic.svg


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