[gnome-sudoku] Don't distribute symbolic icon



commit 8b921d2e901f2fc355a5d7471a2c9578b104fa26
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Sep 9 16:20:28 2013 -0500

    Don't distribute symbolic icon
    
    This fixes the improper display of the symbolic icon, rather than the
    intended high contrast icon, in the GNOME Shell overview.

 data/icons/HighContrast/Makefile.am               |    4 +-
 data/icons/HighContrast/scalable/gnome-sudoku.svg |   74 ---------------------
 2 files changed, 1 insertions(+), 77 deletions(-)
---
diff --git a/data/icons/HighContrast/Makefile.am b/data/icons/HighContrast/Makefile.am
index 28b4605..e2d6537 100644
--- a/data/icons/HighContrast/Makefile.am
+++ b/data/icons/HighContrast/Makefile.am
@@ -3,15 +3,13 @@ icon22dir=$(datadir)/icons/HighContrast/22x22/apps
 icon24dir=$(datadir)/icons/HighContrast/24x24/apps
 icon48dir=$(datadir)/icons/HighContrast/48x48/apps
 icon256dir=$(datadir)/icons/HighContrast/256x256/apps
-iconscalabledir=$(datadir)/icons/HighContrast/scalable/apps
 
 icon16_DATA = 16x16/gnome-sudoku.png
 icon22_DATA = 22x22/gnome-sudoku.png
 icon24_DATA = 24x24/gnome-sudoku.png
 icon48_DATA = 48x48/gnome-sudoku.png
 icon256_DATA = 256x256/gnome-sudoku.png
-iconscalable_DATA = scalable/gnome-sudoku.svg
 
-EXTRA_DIST = $(icon16_DATA) $(icon22_DATA) $(icon24_DATA) $(icon48_DATA) $(icon256_DATA) $(iconscalable_DATA)
+EXTRA_DIST = $(icon16_DATA) $(icon22_DATA) $(icon24_DATA) $(icon48_DATA) $(icon256_DATA)
 
 -include $(top_srcdir)/git.mk


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