diff options
author | rbuj <[email protected]> | 2019-03-21 20:20:29 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-24 15:57:06 +0100 |
commit | c236eabf6ac46e88f474578ecdfa5b10556ea1f4 (patch) | |
tree | fa93824af8643e0c4586e44d9e134be22a1ac842 /mate/48x48 | |
parent | b66e6b66e3d8bb319e13e883694e9d9de61a95fc (diff) | |
download | mate-icon-theme-c236eabf6ac46e88f474578ecdfa5b10556ea1f4.tar.bz2 mate-icon-theme-c236eabf6ac46e88f474578ecdfa5b10556ea1f4.tar.xz |
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
Diffstat (limited to 'mate/48x48')
-rw-r--r-- | mate/48x48/Makefile.am | 9 | ||||
-rw-r--r-- | mate/48x48/apps/Makefile.am | 20 | ||||
-rw-r--r-- | mate/48x48/apps/utilities-system-monitor.png | bin | 2758 -> 2710 bytes | |||
-rw-r--r-- | mate/48x48/apps/utilities-terminal.png | bin | 2406 -> 2547 bytes |
4 files changed, 29 insertions, 0 deletions
diff --git a/mate/48x48/Makefile.am b/mate/48x48/Makefile.am new file mode 100644 index 0000000..037fc82 --- /dev/null +++ b/mate/48x48/Makefile.am @@ -0,0 +1,9 @@ +NULL = + +DIST_SUBDIRS = \ + apps \ + $(NULL) + +SUBDIRS = \ + apps \ + $(NULL) diff --git a/mate/48x48/apps/Makefile.am b/mate/48x48/apps/Makefile.am new file mode 100644 index 0000000..c78ec4f --- /dev/null +++ b/mate/48x48/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=48 -h=48 -e=$@ + +utilities-terminal.png: ../../../src/terminals.svg + inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -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/48x48/apps/utilities-system-monitor.png b/mate/48x48/apps/utilities-system-monitor.png Binary files differindex 327f286..67c419a 100644 --- a/mate/48x48/apps/utilities-system-monitor.png +++ b/mate/48x48/apps/utilities-system-monitor.png diff --git a/mate/48x48/apps/utilities-terminal.png b/mate/48x48/apps/utilities-terminal.png Binary files differindex 2653f00..309f477 100644 --- a/mate/48x48/apps/utilities-terminal.png +++ b/mate/48x48/apps/utilities-terminal.png |