diff options
Diffstat (limited to 'mate/256x256')
-rw-r--r-- | mate/256x256/Makefile.am | 9 | ||||
-rw-r--r-- | mate/256x256/apps/Makefile.am | 20 | ||||
-rw-r--r-- | mate/256x256/apps/utilities-system-monitor.png | bin | 25084 -> 29184 bytes | |||
-rw-r--r-- | mate/256x256/apps/utilities-terminal.png | bin | 18052 -> 24343 bytes |
4 files changed, 29 insertions, 0 deletions
diff --git a/mate/256x256/Makefile.am b/mate/256x256/Makefile.am new file mode 100644 index 0000000..037fc82 --- /dev/null +++ b/mate/256x256/Makefile.am @@ -0,0 +1,9 @@ +NULL = + +DIST_SUBDIRS = \ + apps \ + $(NULL) + +SUBDIRS = \ + apps \ + $(NULL) diff --git a/mate/256x256/apps/Makefile.am b/mate/256x256/apps/Makefile.am new file mode 100644 index 0000000..59e3d58 --- /dev/null +++ b/mate/256x256/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=422:0:678:256 -w=256 -h=256 -e=$@ + +utilities-terminal.png: ../../../src/terminals.svg + inkscape -z $^ --export-area=22:0:278:256 -w=256 -h=256 -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/256x256/apps/utilities-system-monitor.png b/mate/256x256/apps/utilities-system-monitor.png Binary files differindex a3a3437..fbeaee5 100644 --- a/mate/256x256/apps/utilities-system-monitor.png +++ b/mate/256x256/apps/utilities-system-monitor.png diff --git a/mate/256x256/apps/utilities-terminal.png b/mate/256x256/apps/utilities-terminal.png Binary files differindex f4c0200..1c53f8c 100644 --- a/mate/256x256/apps/utilities-terminal.png +++ b/mate/256x256/apps/utilities-terminal.png |