diff options
Diffstat (limited to 'mate/32x32')
-rw-r--r-- | mate/32x32/Makefile.am | 9 | ||||
-rw-r--r-- | mate/32x32/apps/Makefile.am | 20 | ||||
-rw-r--r-- | mate/32x32/apps/utilities-system-monitor.png | bin | 1693 -> 1693 bytes | |||
-rw-r--r-- | mate/32x32/apps/utilities-terminal.png | bin | 1483 -> 1490 bytes |
4 files changed, 29 insertions, 0 deletions
diff --git a/mate/32x32/Makefile.am b/mate/32x32/Makefile.am new file mode 100644 index 0000000..037fc82 --- /dev/null +++ b/mate/32x32/Makefile.am @@ -0,0 +1,9 @@ +NULL = + +DIST_SUBDIRS = \ + apps \ + $(NULL) + +SUBDIRS = \ + apps \ + $(NULL) diff --git a/mate/32x32/apps/Makefile.am b/mate/32x32/apps/Makefile.am new file mode 100644 index 0000000..970ab1f --- /dev/null +++ b/mate/32x32/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=702:141:734:173 -w=32 -h=32 -e=$@ + +utilities-terminal.png: ../../../src/terminals.svg + inkscape -z $^ --export-area=302:141:334:173 -w=32 -h=32 -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) diff --git a/mate/32x32/apps/utilities-system-monitor.png b/mate/32x32/apps/utilities-system-monitor.png Binary files differindex d2bdd43..acd4ee2 100644 --- a/mate/32x32/apps/utilities-system-monitor.png +++ b/mate/32x32/apps/utilities-system-monitor.png diff --git a/mate/32x32/apps/utilities-terminal.png b/mate/32x32/apps/utilities-terminal.png Binary files differindex 83e0ac3..f991b24 100644 --- a/mate/32x32/apps/utilities-terminal.png +++ b/mate/32x32/apps/utilities-terminal.png |