diff options
Diffstat (limited to 'mate')
-rw-r--r-- | mate/Makefile.am | 6 | ||||
-rw-r--r-- | mate/scalable-up-to-32/Makefile.am | 23 | ||||
-rw-r--r-- | mate/scalable-up-to-32/status/process-working-symbolic.svg | 24 |
3 files changed, 51 insertions, 2 deletions
diff --git a/mate/Makefile.am b/mate/Makefile.am index adbbb69..0aff2bb 100644 --- a/mate/Makefile.am +++ b/mate/Makefile.am @@ -1,6 +1,8 @@ themedir = $(datadir)/icons/mate -SUBDIRS = scalable +SUBDIRS = scalable \ + scalable-up-to-32 -DIST_SUBDIRS = scalable +DIST_SUBDIRS = scalable \ + scalable-up-to-32 diff --git a/mate/scalable-up-to-32/Makefile.am b/mate/scalable-up-to-32/Makefile.am new file mode 100644 index 0000000..6110ac5 --- /dev/null +++ b/mate/scalable-up-to-32/Makefile.am @@ -0,0 +1,23 @@ +themedir = $(datadir)/icons/mate/scalable-up-to-32 + +install-data-local: + $(mkdir_p) $(DESTDIR)$(themedir); \ + for dir in `cd $(top_srcdir)/mate/scalable-up-to-32 && find . -type d | sed s/.//`; do \ + $(mkdir_p) $(DESTDIR)$(themedir)$$dir; \ + done; \ + for file in `cd $(top_srcdir)/mate/scalable-up-to-32 && find . -name "*.svg" | sed s@./@/@`; do \ + $(install_sh_DATA) $(top_srcdir)/mate/scalable-up-to-32$$file $(DESTDIR)$(themedir)/$$file; \ + done; + +uninstall-local: + if [ -d "$(DESTDIR)$(themedir)" ]; then \ + cd $(DESTDIR)$(themedir); \ + for file in `find . -name *.svg | sed s@./@/@`; do \ + rm -f $(DESTDIR)$(themedir)$$file; \ + done; \ + fi + +MAINTAINERCLEANFILES = \ + Makefile.in \ + Makefile + diff --git a/mate/scalable-up-to-32/status/process-working-symbolic.svg b/mate/scalable-up-to-32/status/process-working-symbolic.svg new file mode 100644 index 0000000..776a8dd --- /dev/null +++ b/mate/scalable-up-to-32/status/process-working-symbolic.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata7"> + <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/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer2" display="none" transform="translate(0,-6)"> + <rect id="rect4898" fill-rule="nonzero" height="22" width="22" y="0" x="0" fill="#333"/> + </g> + <g id="layer3" display="none" transform="translate(0,-6)"> + <rect id="rect4126" fill-rule="nonzero" height="22" width="22" y="0" x="0" fill="#efebe7"/> + </g> + <g id="layer1" transform="matrix(1.0319689,0,0,1.0563566,-0.69397664,-6.778957)" stroke-miterlimit="4" stroke-width="0" fill="#bebebe"> + <path id="path5070" fill-rule="evenodd" d="m1.6415,10.204,6.7832,3.7866-6.7832,3.7866z"/> + <path id="path5067" d="m15.208,13.991c0-3.658-3.131-6.6271-6.7834-6.6271-2.109,0-4.1361,1.0094-5.348,2.5503l0.85177,0.47616c1.034-1.2658,2.7359-2.0798,4.4963-2.0798,3.1115-1E-7,5.8141,2.5683,5.8141,5.6799,0,3.1115-2.7025,5.6799-5.8141,5.6799-1.7553,0-3.5475-0.92376-4.5815-2.183l-0.84886,0.47427c1.2122,1.5345,3.3264,2.6554,5.4304,2.6554,3.6524,0,6.7832-2.9686,6.7832-6.6266z"/> + <path id="path5648" d="m12.301,13.99c0-2.2361-1.64-3.7866-3.8761-3.7866-1.1905,0-2.0368,0.32699-2.7782,1.1454l0.8789,0.49036c0.55229-0.54547,1.065-0.68916,1.8993-0.68916,1.6896,0,2.9071,1.1392,2.9071,2.84s-1.2175,2.84-2.9071,2.84c-0.84982,0-1.4491-0.21841-2.0039-0.78193l-0.86824,0.48468c0.74137,0.81851,1.6817,1.2439,2.8722,1.2439,2.2361,0,3.8761-1.5505,3.8761-3.7866z"/> + </g> +</svg> |