[adwaita-icon-theme] Fix up a few typos in index.theme generation



commit 90dfe03ed95c6c21d8350c8fba81482ec98b400f
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jun 23 18:52:19 2014 -0400

    Fix up a few typos in index.theme generation

 Makefile.am |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index fc7a8b5..eaff9ff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ cursor_DATA = $(wildcard $(srcdir)/Adwaita/cursors/*)
 theme_in_files = index.theme.in.in
 theme_DATA = $(theme_in_files:.theme.in.in=.theme)
 
-THEME_DIRS=$(shell SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in `find 
$(srcdir)/$(SVGOUTDIR)/$$size/* -type d`; do printf "$$dir,"; done; done; echo 
"scalable/actions,scalable/apps,scalable/categories,scalable/devices,scalable/emblems,scalable/emotes,scalable/mimetypes,scalable/places,scalable/status,
 scalable-up-to-32/status")
+THEME_DIRS=$(shell SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in `find 
$(srcdir)/$(SVGOUTDIR)/$$size/* -type d`; do printf "$$dir,"; done; done; echo 
"scalable/actions,scalable/apps,scalable/categories,scalable/devices,scalable/emblems,scalable/emotes,scalable/mimetypes,scalable/places,scalable/status,scalable-up-to-32/status,")
 
 %.theme.in: %.theme.in.in $(SVGOUTDIR) Makefile
        dirs="`echo $(THEME_DIRS) | sed -e 's#$(srcdir)/Adwaita/##g'`"; \
@@ -64,14 +64,14 @@ THEME_DIRS=$(shell SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in `
                        echo "MinSize=8" >> $@; \
                        echo "MaxSize=512" >> $@; \
                        echo "Type=Scalable" >> $@; \
+               elif test "$$sizefull" = "scalable-up-to-32"; then \
+                       echo "MinSize=16" >> $@; \
+                       echo "MaxSize=32" >> $@; \
+                       echo "Type=Scalable" >> $@; \
                elif test "$$size" = "256"; then \
                        echo "MinSize=56" >> $@; \
                        echo "MaxSize=512" >> $@; \
-               elif test "$$size" = "scalable-up-to-32"; then \
-                       echo "MinSize=8" >> $@; \
-                       echo "MaxSize=32" >> $@; \
                        echo "Type=Scalable" >> $@; \
-               echo "Type=Scalable" >> $@; \
                else \
                        echo "Type=Fixed" >> $@; \
                fi; \


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