diff options
Diffstat (limited to 'mate/16x16')
-rw-r--r-- | mate/16x16/Makefile.am | 9 | ||||
-rw-r--r-- | mate/16x16/apps/Makefile.am | 20 | ||||
-rw-r--r-- | mate/16x16/apps/utilities-system-monitor.png | bin | 727 -> 724 bytes | |||
-rw-r--r-- | mate/16x16/apps/utilities-terminal.png | bin | 689 -> 697 bytes |
4 files changed, 29 insertions, 0 deletions
diff --git a/mate/16x16/Makefile.am b/mate/16x16/Makefile.am new file mode 100644 index 0000000..037fc82 --- /dev/null +++ b/mate/16x16/Makefile.am @@ -0,0 +1,9 @@ +NULL = + +DIST_SUBDIRS = \ + apps \ + $(NULL) + +SUBDIRS = \ + apps \ + $(NULL) diff --git a/mate/16x16/apps/Makefile.am b/mate/16x16/apps/Makefile.am new file mode 100644 index 0000000..c62a33f --- /dev/null +++ b/mate/16x16/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=703:65:719:81 -w=16 -h=16 -e=$@ + +utilities-terminal.png: ../../../src/terminals.svg + inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -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/16x16/apps/utilities-system-monitor.png b/mate/16x16/apps/utilities-system-monitor.png Binary files differindex 1b0c236..c6b5503 100644 --- a/mate/16x16/apps/utilities-system-monitor.png +++ b/mate/16x16/apps/utilities-system-monitor.png diff --git a/mate/16x16/apps/utilities-terminal.png b/mate/16x16/apps/utilities-terminal.png Binary files differindex c8772e2..efb0eeb 100644 --- a/mate/16x16/apps/utilities-terminal.png +++ b/mate/16x16/apps/utilities-terminal.png |