From c236eabf6ac46e88f474578ecdfa5b10556ea1f4 Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 21 Mar 2019 20:20:29 +0100 Subject: Update terminal icons for mate theme icons: apps/utilities-terminal apps/utilities-system-monitor clean & build: make -C mate clean-png-icons make -C mate build-png-icons --- mate/24x24/apps/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mate/24x24/apps/Makefile.am (limited to 'mate/24x24/apps/Makefile.am') diff --git a/mate/24x24/apps/Makefile.am b/mate/24x24/apps/Makefile.am new file mode 100644 index 0000000..f1c7cbb --- /dev/null +++ b/mate/24x24/apps/Makefile.am @@ -0,0 +1,20 @@ +NULL = + +png_icons = \ + utilities-system-monitor.png \ + utilities-terminal.png \ + $(NULL) + +utilities-system-monitor.png: ../../../src/terminals.svg + inkscape -z $^ --export-area=696:202:744:250 -w=24 -h=24 -e=$@ + +utilities-terminal.png: ../../../src/terminals.svg + inkscape -z $^ --export-area=296:202:344:250 -w=24 -h=24 -e=$@ + +.PHONY: build-icons-local clean-icons-local +build-png-icons-local: $(png_icons) + @echo Building icons... + +clean-png-icons-local: + @echo Cleaning icons... + rm -f $(png_icons) -- cgit v1.2.1