diff options
Diffstat (limited to 'mate/22x22')
-rw-r--r-- | mate/22x22/Makefile.am | 9 | ||||
-rw-r--r-- | mate/22x22/apps/Makefile.am | 20 | ||||
-rw-r--r-- | mate/22x22/apps/utilities-system-monitor.png | bin | 1082 -> 1072 bytes | |||
-rw-r--r-- | mate/22x22/apps/utilities-terminal.png | bin | 946 -> 945 bytes |
4 files changed, 29 insertions, 0 deletions
diff --git a/mate/22x22/Makefile.am b/mate/22x22/Makefile.am new file mode 100644 index 0000000..037fc82 --- /dev/null +++ b/mate/22x22/Makefile.am @@ -0,0 +1,9 @@ +NULL = + +DIST_SUBDIRS = \ + apps \ + $(NULL) + +SUBDIRS = \ + apps \ + $(NULL) diff --git a/mate/22x22/apps/Makefile.am b/mate/22x22/apps/Makefile.am new file mode 100644 index 0000000..ebc0d74 --- /dev/null +++ b/mate/22x22/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:100:725:122 -w=22 -h=22 -e=$@ + +utilities-terminal.png: ../../../src/terminals.svg + inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -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/22x22/apps/utilities-system-monitor.png b/mate/22x22/apps/utilities-system-monitor.png Binary files differindex f5d0ac4..b159313 100644 --- a/mate/22x22/apps/utilities-system-monitor.png +++ b/mate/22x22/apps/utilities-system-monitor.png diff --git a/mate/22x22/apps/utilities-terminal.png b/mate/22x22/apps/utilities-terminal.png Binary files differindex 29b5a79..8f0ad56 100644 --- a/mate/22x22/apps/utilities-terminal.png +++ b/mate/22x22/apps/utilities-terminal.png |