[gnome-sudoku/gnome-3-8] Don't distribute symbolic icon



commit ade45462387b6c9ca7e50563ad5af45d99babdac
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 939e793..0fa89c8 100644
--- a/data/icons/HighContrast/Makefile.am
+++ b/data/icons/HighContrast/Makefile.am
@@ -3,13 +3,11 @@ 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)


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