[gnome-software] Drop HighContrast icons



commit ccfdeced0733fd93c793d5ddfc4c5ed11d9a664f
Author: Kalev Lember <kalevlember gmail com>
Date:   Sun Apr 19 13:54:09 2015 +0200

    Drop HighContrast icons
    
    These are no longer needed, now that gnome-shell 3.16 and newer use the
    recolorable symbolic icon (gnome-software-symbolic.svg) for the high
    contrast accessible theme.

 configure.ac                                       |    7 --
 data/icons/HighContrast/16x16/Makefile.am          |    4 -
 data/icons/HighContrast/16x16/gnome-software.png   |  Bin 331 -> 0 bytes
 data/icons/HighContrast/22x22/Makefile.am          |    4 -
 data/icons/HighContrast/22x22/gnome-software.png   |  Bin 392 -> 0 bytes
 data/icons/HighContrast/24x24/Makefile.am          |    4 -
 data/icons/HighContrast/24x24/gnome-software.png   |  Bin 473 -> 0 bytes
 data/icons/HighContrast/256x256/Makefile.am        |    4 -
 data/icons/HighContrast/256x256/gnome-software.png |  Bin 4867 -> 0 bytes
 data/icons/HighContrast/32x32/Makefile.am          |    4 -
 data/icons/HighContrast/32x32/gnome-software.png   |  Bin 575 -> 0 bytes
 data/icons/HighContrast/48x48/Makefile.am          |    4 -
 data/icons/HighContrast/48x48/gnome-software.png   |  Bin 826 -> 0 bytes
 data/icons/HighContrast/Makefile.am                |    9 --
 data/icons/HighContrast/gnome-software.svg         |   81 --------------------
 data/icons/Makefile.am                             |    3 +-
 16 files changed, 1 insertions(+), 123 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 589adfb..423d745 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,13 +115,6 @@ data/icons/hicolor/32x32/Makefile
 data/icons/hicolor/48x48/Makefile
 data/icons/hicolor/256x256/Makefile
 data/icons/hicolor/scalable/Makefile
-data/icons/HighContrast/Makefile
-data/icons/HighContrast/16x16/Makefile
-data/icons/HighContrast/22x22/Makefile
-data/icons/HighContrast/24x24/Makefile
-data/icons/HighContrast/32x32/Makefile
-data/icons/HighContrast/48x48/Makefile
-data/icons/HighContrast/256x256/Makefile
 src/Makefile
 src/plugins/Makefile
 tests/Makefile
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 4f0d687..01e9346 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,5 +1,4 @@
 SUBDIRS =                                              \
-       hicolor                                         \
-       HighContrast
+       hicolor
 
 -include $(top_srcdir)/git.mk


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