[gnome-clocks] Add HighContrast icons



commit a99556dde65c9b1d90225f95d815980f560f6ab6
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jan 20 12:50:32 2013 -0500

    Add HighContrast icons
    
    These icons were generated by the create-highcontrast utility in
    gnome-themes-standard, from a symbolic-style icon provided by
    Marilena Asam.
    https://bugzilla.gnome.org/show_bug.cgi?id=687307

 Makefile.am                                        |   23 +++++++++++++++++++-
 .../icons/HighContrast/16x16/apps/gnome-clocks.png |  Bin 0 -> 374 bytes
 .../icons/HighContrast/22x22/apps/gnome-clocks.png |  Bin 0 -> 547 bytes
 .../icons/HighContrast/24x24/apps/gnome-clocks.png |  Bin 0 -> 631 bytes
 .../HighContrast/256x256/apps/gnome-clocks.png     |  Bin 0 -> 4527 bytes
 .../icons/HighContrast/32x32/apps/gnome-clocks.png |  Bin 0 -> 744 bytes
 .../icons/HighContrast/48x48/apps/gnome-clocks.png |  Bin 0 -> 1069 bytes
 7 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 55c27a3..a82cdc9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,27 @@ icon_files = \
 	$(icon256_DATA) \
 	data/icons/hicolor/gnome-clocks.svg
 
-gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
+hcicon16dir = $(datadir)/icons/HighContrast/16x16/apps
+hcicon16_DATA = data/icons/HighContrast/16x16/apps/gnome-clocks.png
+hcicon22dir = $(datadir)/icons/HighContrast/22x22/apps
+hcicon22_DATA = data/icons/HighContrast/22x22/apps/gnome-clocks.png
+hcicon24dir = $(datadir)/icons/HighContrast/24x24/apps
+hcicon24_DATA = data/icons/HighContrast/24x24/apps/gnome-clocks.png
+hcicon32dir = $(datadir)/icons/HighContrast/32x32/apps
+hcicon32_DATA = data/icons/HighContrast/32x32/apps/gnome-clocks.png
+hcicon48dir = $(datadir)/icons/HighContrast/48x48/apps
+hcicon48_DATA = data/icons/HighContrast/48x48/apps/gnome-clocks.png
+hcicon256dir = $(datadir)/icons/HighContrast/256x256/apps
+hcicon256_DATA = data/icons/HighContrast/256x256/apps/gnome-clocks.png
+hcicon_files = \
+	$(hcicon16_DATA) \
+	$(hcicon22_DATA) \
+	$(hcicon24_DATA) \
+	$(hcicon32_DATA) \
+	$(hcicon48_DATA) \
+	$(hcicon256_DATA)
+
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor; gt-update-icon-cache -f -t $(datadir)/icons/HighContrast
 
 install-data-hook: update-icon-cache
 uninstall-hook: update-icon-cache
@@ -67,6 +87,7 @@ nobase_dist_packages_PYTHON = \
 
 EXTRA_DIST = \
 	$(icon_files) \
+	$(hcicon_files) \
 	$(images_DATA) \
 	$(css_DATA) \
 	$(bin_SCRIPTS)
diff --git a/data/icons/HighContrast/16x16/apps/gnome-clocks.png b/data/icons/HighContrast/16x16/apps/gnome-clocks.png
new file mode 100644
index 0000000..a024005
Binary files /dev/null and b/data/icons/HighContrast/16x16/apps/gnome-clocks.png differ
diff --git a/data/icons/HighContrast/22x22/apps/gnome-clocks.png b/data/icons/HighContrast/22x22/apps/gnome-clocks.png
new file mode 100644
index 0000000..f54b7b3
Binary files /dev/null and b/data/icons/HighContrast/22x22/apps/gnome-clocks.png differ
diff --git a/data/icons/HighContrast/24x24/apps/gnome-clocks.png b/data/icons/HighContrast/24x24/apps/gnome-clocks.png
new file mode 100644
index 0000000..7197974
Binary files /dev/null and b/data/icons/HighContrast/24x24/apps/gnome-clocks.png differ
diff --git a/data/icons/HighContrast/256x256/apps/gnome-clocks.png b/data/icons/HighContrast/256x256/apps/gnome-clocks.png
new file mode 100644
index 0000000..3ad61ce
Binary files /dev/null and b/data/icons/HighContrast/256x256/apps/gnome-clocks.png differ
diff --git a/data/icons/HighContrast/32x32/apps/gnome-clocks.png b/data/icons/HighContrast/32x32/apps/gnome-clocks.png
new file mode 100644
index 0000000..f9461f5
Binary files /dev/null and b/data/icons/HighContrast/32x32/apps/gnome-clocks.png differ
diff --git a/data/icons/HighContrast/48x48/apps/gnome-clocks.png b/data/icons/HighContrast/48x48/apps/gnome-clocks.png
new file mode 100644
index 0000000..343adee
Binary files /dev/null and b/data/icons/HighContrast/48x48/apps/gnome-clocks.png differ



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