[gnome-software] Add HighContrast icons
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Add HighContrast icons
- Date: Wed, 6 Aug 2014 16:41:47 +0000 (UTC)
commit f63e33a0de78139907ccd5a3d52f55dae7edff26
Author: Kalev Lember <kalevlember gmail com>
Date: Wed Aug 6 18:37:31 2014 +0200
Add HighContrast icons
Thanks to Andreas Nilsson <andreasn gnome org>.
https://bugzilla.gnome.org/show_bug.cgi?id=734362
configure.ac | 7 ++
data/icons/HighContrast/16x16/Makefile.am | 4 +
data/icons/HighContrast/16x16/gnome-software.png | Bin 0 -> 331 bytes
data/icons/HighContrast/22x22/Makefile.am | 4 +
data/icons/HighContrast/22x22/gnome-software.png | Bin 0 -> 392 bytes
data/icons/HighContrast/24x24/Makefile.am | 4 +
data/icons/HighContrast/24x24/gnome-software.png | Bin 0 -> 473 bytes
data/icons/HighContrast/256x256/Makefile.am | 4 +
data/icons/HighContrast/256x256/gnome-software.png | Bin 0 -> 4867 bytes
data/icons/HighContrast/32x32/Makefile.am | 4 +
data/icons/HighContrast/32x32/gnome-software.png | Bin 0 -> 575 bytes
data/icons/HighContrast/48x48/Makefile.am | 4 +
data/icons/HighContrast/48x48/gnome-software.png | Bin 0 -> 826 bytes
data/icons/HighContrast/Makefile.am | 9 ++
data/icons/HighContrast/gnome-software.svg | 81 ++++++++++++++++++++
data/icons/Makefile.am | 3 +-
16 files changed, 123 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 43dab79..e4bfdde 100644
--- a/configure.ac
+++ b/configure.ac
@@ -114,6 +114,13 @@ data/icons/hicolor/32x32/Makefile
data/icons/hicolor/48x48/Makefile
data/icons/hicolor/256x256/Makefile
data/icons/hicolor/scalable/Makefile
+data/icons/HighContrast/Makefile
+data/icons/HighContrast/16x16/Makefile
+data/icons/HighContrast/22x22/Makefile
+data/icons/HighContrast/24x24/Makefile
+data/icons/HighContrast/32x32/Makefile
+data/icons/HighContrast/48x48/Makefile
+data/icons/HighContrast/256x256/Makefile
src/Makefile
src/plugins/Makefile
tests/Makefile
diff --git a/data/icons/HighContrast/16x16/Makefile.am b/data/icons/HighContrast/16x16/Makefile.am
new file mode 100644
index 0000000..f526cf7
--- /dev/null
+++ b/data/icons/HighContrast/16x16/Makefile.am
@@ -0,0 +1,4 @@
+appiconsdir = $(datadir)/icons/HighContrast/16x16/apps
+dist_appicons_DATA = gnome-software.png
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/HighContrast/16x16/gnome-software.png
b/data/icons/HighContrast/16x16/gnome-software.png
new file mode 100644
index 0000000..b271ac0
Binary files /dev/null and b/data/icons/HighContrast/16x16/gnome-software.png differ
diff --git a/data/icons/HighContrast/22x22/Makefile.am b/data/icons/HighContrast/22x22/Makefile.am
new file mode 100644
index 0000000..b844715
--- /dev/null
+++ b/data/icons/HighContrast/22x22/Makefile.am
@@ -0,0 +1,4 @@
+appiconsdir = $(datadir)/icons/HighContrast/22x22/apps
+dist_appicons_DATA = gnome-software.png
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/HighContrast/22x22/gnome-software.png
b/data/icons/HighContrast/22x22/gnome-software.png
new file mode 100644
index 0000000..77e139b
Binary files /dev/null and b/data/icons/HighContrast/22x22/gnome-software.png differ
diff --git a/data/icons/HighContrast/24x24/Makefile.am b/data/icons/HighContrast/24x24/Makefile.am
new file mode 100644
index 0000000..dfa84cf
--- /dev/null
+++ b/data/icons/HighContrast/24x24/Makefile.am
@@ -0,0 +1,4 @@
+appiconsdir = $(datadir)/icons/HighContrast/24x24/apps
+dist_appicons_DATA = gnome-software.png
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/HighContrast/24x24/gnome-software.png
b/data/icons/HighContrast/24x24/gnome-software.png
new file mode 100644
index 0000000..9df2320
Binary files /dev/null and b/data/icons/HighContrast/24x24/gnome-software.png differ
diff --git a/data/icons/HighContrast/256x256/Makefile.am b/data/icons/HighContrast/256x256/Makefile.am
new file mode 100644
index 0000000..6ecf941
--- /dev/null
+++ b/data/icons/HighContrast/256x256/Makefile.am
@@ -0,0 +1,4 @@
+appiconsdir = $(datadir)/icons/HighContrast/256x256/apps
+dist_appicons_DATA = gnome-software.png
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/HighContrast/256x256/gnome-software.png
b/data/icons/HighContrast/256x256/gnome-software.png
new file mode 100644
index 0000000..f5ab4fc
Binary files /dev/null and b/data/icons/HighContrast/256x256/gnome-software.png differ
diff --git a/data/icons/HighContrast/32x32/Makefile.am b/data/icons/HighContrast/32x32/Makefile.am
new file mode 100644
index 0000000..3a9ae67
--- /dev/null
+++ b/data/icons/HighContrast/32x32/Makefile.am
@@ -0,0 +1,4 @@
+appiconsdir = $(datadir)/icons/HighContrast/32x32/apps
+dist_appicons_DATA = gnome-software.png
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/HighContrast/32x32/gnome-software.png
b/data/icons/HighContrast/32x32/gnome-software.png
new file mode 100644
index 0000000..690a6a2
Binary files /dev/null and b/data/icons/HighContrast/32x32/gnome-software.png differ
diff --git a/data/icons/HighContrast/48x48/Makefile.am b/data/icons/HighContrast/48x48/Makefile.am
new file mode 100644
index 0000000..af34958
--- /dev/null
+++ b/data/icons/HighContrast/48x48/Makefile.am
@@ -0,0 +1,4 @@
+appiconsdir = $(datadir)/icons/HighContrast/48x48/apps
+dist_appicons_DATA = gnome-software.png
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/HighContrast/48x48/gnome-software.png
b/data/icons/HighContrast/48x48/gnome-software.png
new file mode 100644
index 0000000..4633aff
Binary files /dev/null and b/data/icons/HighContrast/48x48/gnome-software.png differ
diff --git a/data/icons/HighContrast/Makefile.am b/data/icons/HighContrast/Makefile.am
new file mode 100644
index 0000000..cb2278c
--- /dev/null
+++ b/data/icons/HighContrast/Makefile.am
@@ -0,0 +1,9 @@
+SUBDIRS = \
+ 16x16 \
+ 22x22 \
+ 24x24 \
+ 32x32 \
+ 48x48 \
+ 256x256
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/HighContrast/gnome-software.svg b/data/icons/HighContrast/gnome-software.svg
new file mode 100644
index 0000000..6e46013
--- /dev/null
+++ b/data/icons/HighContrast/gnome-software.svg
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16px"
+ height="16px"
+ id="svg6558"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:docname="gnome-software.svg">
+ <defs
+ id="defs6560" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="31.392433"
+ inkscape:cx="7.3870738"
+ inkscape:cy="7.3457752"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:snap-nodes="false"
+ inkscape:snap-bbox="true"
+ inkscape:window-width="1600"
+ inkscape:window-height="834"
+ inkscape:window-x="0"
+ inkscape:window-y="27"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid6711" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata6563">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ style="display:inline;fill:#2e3436"
+ inkscape:label="gnome-software"
+ id="g19712"
+ transform="translate(-44.000198,-255)">
+ <rect
+ style="opacity:0;fill:#2e3436;fill-opacity:1;stroke:none"
+ id="rect19714"
+ width="16"
+ height="16"
+ x="44.000198"
+ y="255" />
+ <path
+ inkscape:connector-curvature="0"
+
style="color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999987999999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 52.0002,255 c -1.65335,0 -3,1.34665 -3,3 l 0,1 -1.90625,0 c -0.60594,0 -1.09375,0.48781
-1.09375,1.09375 l 0,9.8125 c 0,0.60594 0.48781,1.09375 1.09375,1.09375 l 9.8125,0 c 0.60594,0
1.09375,-0.48781 1.09375,-1.09375 l 0,-9.8125 C 58.0002,259.48781 57.51239,259 56.90645,259 l -1.90625,0 0,-1
c 0,-1.65335 -1.34665,-3 -3,-3 z m 0,1 c 1.11665,0 2,0.88335 2,2 l 0,1 -4,0 0,-1 c 0,-1.11665 0.88335,-2 2,-2
z m -2.53125,4 c 0.28679,0 0.53125,0.22386 0.53125,0.5 0,0.27614 -0.24446,0.5 -0.53125,0.5 -0.28679,0
-0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.21321,-0.5 0.5,-0.5 z m 5,0 c 0.28679,0 0.53125,0.22386 0.53125,0.5
0,0.27614 -0.24446,0.5 -0.53125,0.5 -0.28679,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.21321,-0.5 0.5,-0.5 z"
+ id="rect43509-3-4-3"
+ inkscape:label="gnome-software" />
+ </g>
+ </g>
+</svg>
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 01e9346..4f0d687 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,4 +1,5 @@
SUBDIRS = \
- hicolor
+ hicolor \
+ HighContrast
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]