[swell-foop] Add HighContrast icons
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [swell-foop] Add HighContrast icons
- Date: Mon, 9 Sep 2013 20:47:21 +0000 (UTC)
commit f486dead1954c8edb1daa13afd3944e0709920bf
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Aug 13 11:50:31 2013 -0400
Add HighContrast icons
This icon was provided by Andreas Nilsson, see
https://bugzilla.gnome.org/show_bug.cgi?id=694258
data/icons/HighContrast/16x16/swell-foop.png | Bin 0 -> 399 bytes
data/icons/HighContrast/22x22/swell-foop.png | Bin 0 -> 461 bytes
data/icons/HighContrast/24x24/swell-foop.png | Bin 0 -> 478 bytes
data/icons/HighContrast/256x256/swell-foop.png | Bin 0 -> 5981 bytes
data/icons/HighContrast/32x32/swell-foop.png | Bin 0 -> 651 bytes
data/icons/HighContrast/48x48/swell-foop.png | Bin 0 -> 993 bytes
data/icons/Makefile.am | 29 +++++++++++++++++++++++-
7 files changed, 28 insertions(+), 1 deletions(-)
---
diff --git a/data/icons/HighContrast/16x16/swell-foop.png b/data/icons/HighContrast/16x16/swell-foop.png
new file mode 100644
index 0000000..3be7cc3
Binary files /dev/null and b/data/icons/HighContrast/16x16/swell-foop.png differ
diff --git a/data/icons/HighContrast/22x22/swell-foop.png b/data/icons/HighContrast/22x22/swell-foop.png
new file mode 100644
index 0000000..f40c7ac
Binary files /dev/null and b/data/icons/HighContrast/22x22/swell-foop.png differ
diff --git a/data/icons/HighContrast/24x24/swell-foop.png b/data/icons/HighContrast/24x24/swell-foop.png
new file mode 100644
index 0000000..5f2d49c
Binary files /dev/null and b/data/icons/HighContrast/24x24/swell-foop.png differ
diff --git a/data/icons/HighContrast/256x256/swell-foop.png b/data/icons/HighContrast/256x256/swell-foop.png
new file mode 100644
index 0000000..39a5fec
Binary files /dev/null and b/data/icons/HighContrast/256x256/swell-foop.png differ
diff --git a/data/icons/HighContrast/32x32/swell-foop.png b/data/icons/HighContrast/32x32/swell-foop.png
new file mode 100644
index 0000000..75c0022
Binary files /dev/null and b/data/icons/HighContrast/32x32/swell-foop.png differ
diff --git a/data/icons/HighContrast/48x48/swell-foop.png b/data/icons/HighContrast/48x48/swell-foop.png
new file mode 100644
index 0000000..4d2be59
Binary files /dev/null and b/data/icons/HighContrast/48x48/swell-foop.png differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index d950a55..0755da9 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -6,6 +6,13 @@ icon48dir=$(datadir)/icons/hicolor/48x48/apps
icon256dir=$(datadir)/icons/hicolor/256x256/apps
iconscalabledir=$(datadir)/icons/hicolor/scalable/apps
+hc16dir=$(datadir)/icons/HighContrast/16x16/apps
+hc22dir=$(datadir)/icons/HighContrast/22x22/apps
+hc24dir=$(datadir)/icons/HighContrast/24x24/apps
+hc32dir=$(datadir)/icons/HighContrast/32x32/apps
+hc48dir=$(datadir)/icons/HighContrast/48x48/apps
+hc256dir=$(datadir)/icons/HighContrast/256x256/apps
+
icon16_DATA = 16x16/swell-foop.png
icon22_DATA = 22x22/swell-foop.png
icon24_DATA = 24x24/swell-foop.png
@@ -14,6 +21,26 @@ icon48_DATA = 48x48/swell-foop.png
icon256_DATA = 256x256/swell-foop.png
iconscalable_DATA = scalable/swell-foop.svg
-EXTRA_DIST = $(icon16_DATA) $(icon22_DATA) $(icon24_DATA) $(icon32_DATA) $(icon48_DATA) $(icon256_DATA)
$(iconscalable_DATA)
+hc16_DATA = HighContrast/16x16/swell-foop.png
+hc22_DATA = HighContrast/22x22/swell-foop.png
+hc24_DATA = HighContrast/24x24/swell-foop.png
+hc32_DATA = HighContrast/32x32/swell-foop.png
+hc48_DATA = HighContrast/48x48/swell-foop.png
+hc256_DATA = HighContrast/256x256/swell-foop.png
+
+EXTRA_DIST = \
+ $(icon16_DATA) \
+ $(icon22_DATA) \
+ $(icon24_DATA) \
+ $(icon32_DATA) \
+ $(icon48_DATA) \
+ $(icon256_DATA) \
+ $(iconscalable_DATA) \
+ $(hc16_DATA) \
+ $(hc22_DATA) \
+ $(hc24_DATA) \
+ $(hc32_DATA) \
+ $(hc48_DATA) \
+ $(hc256_DATA)
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]