From 494b7064de6dfaa14047e513fb7de67c76ac69c8 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 1 May 2015 11:45:38 +0200 Subject: use mate logo for process-working-symbolic.svg --- mate/scalable-up-to-32/Makefile.am | 23 +++++++++++++++++++++ .../status/process-working-symbolic.svg | 24 ++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 mate/scalable-up-to-32/Makefile.am create mode 100644 mate/scalable-up-to-32/status/process-working-symbolic.svg (limited to 'mate/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 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + -- cgit v1.2.1