[gnome-logs] Add HighContrast application icon



commit fa1c6a35ca1e1f9491ba54cfd6a372aa649b39dd
Author: David King <davidk gnome org>
Date:   Wed Oct 15 10:14:41 2014 +0100

    Add HighContrast application icon
    
    Copied from gnome-system-log.

 Makefile.am                                    |   18 ++++++++++++++++++
 data/icons/HighContrast/16x16/gnome-logs.png   |  Bin 0 -> 455 bytes
 data/icons/HighContrast/22x22/gnome-logs.png   |  Bin 0 -> 584 bytes
 data/icons/HighContrast/24x24/gnome-logs.png   |  Bin 0 -> 765 bytes
 data/icons/HighContrast/256x256/gnome-logs.png |  Bin 0 -> 3838 bytes
 data/icons/HighContrast/32x32/gnome-logs.png   |  Bin 0 -> 729 bytes
 data/icons/HighContrast/48x48/gnome-logs.png   |  Bin 0 -> 1221 bytes
 7 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 766721c..51ede28 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -121,6 +121,22 @@ dist_appicon48_DATA = data/icons/48x48/gnome-logs.png
 dist_appicon256_DATA = data/icons/256x256/gnome-logs.png
 dist_appicon512_DATA = data/icons/512x512/gnome-logs.png
 
+HCiconthemedir = $(datadir)/icons/HighContrast
+
+HCappicon16dir = $(HCiconthemedir)/16x16/apps
+HCappicon22dir = $(HCiconthemedir)/22x22/apps
+HCappicon24dir = $(HCiconthemedir)/24x24/apps
+HCappicon32dir = $(HCiconthemedir)/32x32/apps
+HCappicon48dir = $(HCiconthemedir)/48x48/apps
+HCappicon256dir = $(HCiconthemedir)/256x256/apps
+
+dist_HCappicon16_DATA = data/icons/HighContrast/16x16/gnome-logs.png
+dist_HCappicon22_DATA = data/icons/HighContrast/22x22/gnome-logs.png
+dist_HCappicon24_DATA = data/icons/HighContrast/24x24/gnome-logs.png
+dist_HCappicon32_DATA = data/icons/HighContrast/32x32/gnome-logs.png
+dist_HCappicon48_DATA = data/icons/HighContrast/48x48/gnome-logs.png
+dist_HCappicon256_DATA = data/icons/HighContrast/256x256/gnome-logs.png
+
 update_icon_cache = gtk-update-icon-cache --ignore-theme-index --force
 
 install-data-hook: install-update-icon-cache
@@ -128,10 +144,12 @@ uninstall-hook: uninstall-update-icon-cache
 
 install-update-icon-cache:
        $(AM_V_at)$(POST_INSTALL)
+       test -n "$(DESTDIR)" || $(update_icon_cache) "$(HCiconthemedir)"
        test -n "$(DESTDIR)" || $(update_icon_cache) "$(iconthemedir)"
 
 uninstall-update-icon-cache:
        $(AM_V_at)$(POST_UNINSTALL)
+       test -n "$(DESTDIR)" || $(update_icon_cache) "$(HCiconthemedir)"
        test -n "$(DESTDIR)" || $(update_icon_cache) "$(iconthemedir)"
 
 src/gl-enums.c: $(gnome_logs_enum_headers) src/gl-enums.h Makefile
diff --git a/data/icons/HighContrast/16x16/gnome-logs.png b/data/icons/HighContrast/16x16/gnome-logs.png
new file mode 100644
index 0000000..3e65a3b
Binary files /dev/null and b/data/icons/HighContrast/16x16/gnome-logs.png differ
diff --git a/data/icons/HighContrast/22x22/gnome-logs.png b/data/icons/HighContrast/22x22/gnome-logs.png
new file mode 100644
index 0000000..b912515
Binary files /dev/null and b/data/icons/HighContrast/22x22/gnome-logs.png differ
diff --git a/data/icons/HighContrast/24x24/gnome-logs.png b/data/icons/HighContrast/24x24/gnome-logs.png
new file mode 100644
index 0000000..5f68c1c
Binary files /dev/null and b/data/icons/HighContrast/24x24/gnome-logs.png differ
diff --git a/data/icons/HighContrast/256x256/gnome-logs.png b/data/icons/HighContrast/256x256/gnome-logs.png
new file mode 100644
index 0000000..1bbd0f0
Binary files /dev/null and b/data/icons/HighContrast/256x256/gnome-logs.png differ
diff --git a/data/icons/HighContrast/32x32/gnome-logs.png b/data/icons/HighContrast/32x32/gnome-logs.png
new file mode 100644
index 0000000..1c1225c
Binary files /dev/null and b/data/icons/HighContrast/32x32/gnome-logs.png differ
diff --git a/data/icons/HighContrast/48x48/gnome-logs.png b/data/icons/HighContrast/48x48/gnome-logs.png
new file mode 100644
index 0000000..cc1a5bc
Binary files /dev/null and b/data/icons/HighContrast/48x48/gnome-logs.png differ


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