diff options
author | rbuj <[email protected]> | 2019-03-26 17:27:58 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-30 18:10:08 +0100 |
commit | 3abb19207a8442e5c735072e90ee98fe7575a02d (patch) | |
tree | d4adce8fbd95a8dc75bd9cc4029468f669c7f535 /mate/16x16/apps | |
parent | 27ab3d81f72397f74af14dc0146e0689837da806 (diff) | |
download | mate-icon-theme-3abb19207a8442e5c735072e90ee98fe7575a02d.tar.bz2 mate-icon-theme-3abb19207a8442e5c735072e90ee98fe7575a02d.tar.xz |
Gen png icons from source. Mate: apps, categories & devices
clean & build:
make -C mate clean-png-icons
make -C mate build-png-icons
Diffstat (limited to 'mate/16x16/apps')
31 files changed, 177 insertions, 6 deletions
diff --git a/mate/16x16/apps/Makefile.am b/mate/16x16/apps/Makefile.am index c62a33f..d6d962f 100644 --- a/mate/16x16/apps/Makefile.am +++ b/mate/16x16/apps/Makefile.am @@ -1,20 +1,191 @@ NULL = png_icons = \ + accessories-calculator.png \ + accessories-character-map.png \ + accessories-dictionary.png \ + accessories-text-editor.png \ + applets-screenshooter.png \ + logviewer.png \ + multimedia-volume-control.png \ + preferences-desktop-accessibility.png \ + preferences-desktop-display.png \ + preferences-desktop-font.png \ + preferences-desktop-keyboard.png \ + preferences-desktop-keyboard-shortcuts.png \ + preferences-desktop-locale.png \ + preferences-desktop-remote-desktop.png \ + preferences-desktop-screensaver.png \ + preferences-desktop-wallpaper.png \ + preferences-desktop-theme.png \ + preferences-system-notifications.png \ + preferences-system-privacy.png \ + preferences-system-search.png \ + preferences-system-sharing.png \ + preferences-system-windows.png \ + system-file-manager.png \ + system-software-install.png \ + system-software-update.png \ + system-users.png \ + user-info.png \ utilities-system-monitor.png \ utilities-terminal.png \ + web-browser.png \ $(NULL) +accessories-calculator.png: ../../../src/accessories-calculator.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +accessories-character-map.png: ../../../src/accessories-character-map.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +accessories-dictionary.png: ../../../src/accessories-dictionary.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +accessories-text-editor.png: ../../../src/accessories-text-editor.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:75:319:91 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applets-screenshooter.png: ../../../src/applets-screenshooter.svg + @echo " "$@ + @inkscape -z $^ --export-area=300:64:316:80 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +logviewer.png: ../../../src/logviewer.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +multimedia-volume-control.png: ../../../src/multimedia-volume-control.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-accessibility.png: ../../../src/preferences-desktop-accessibility.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:66:319:82 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-display.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-font.png: ../../../src/preferences-desktop-font.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-keyboard.png: ../../../src/keyboards.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-keyboard-shortcuts.png: ../../../src/preferences-desktop-keyboard-shortcuts.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-locale.png: ../../../src/preferences-desktop-locale.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-remote-desktop.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:65:1119:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-screensaver.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:365:719:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-theme.png: ../../../src/preferences-desktop-theme.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-wallpaper.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:365:1119:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-notifications.png: ../../../src/preferences-system-notifications.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-privacy.png: ../../../src/preferences-system-privacy.svg + @echo " "$@ + @inkscape -z $^ --export-area=302:65:318:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-search.png: ../../../src/preferences-system-search.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-sharing.png: ../../../src/preferences-system-sharing.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-file-manager.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-software-install.png: ../../../src/system-software.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-software-update.png: ../../../src/system-software.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-windows.png: ../../../src/preferences-system-windows.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-users.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-info.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + utilities-system-monitor.png: ../../../src/terminals.svg - inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ utilities-terminal.png: ../../../src/terminals.svg - inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +web-browser.png: ../../../src/web-browser.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ -.PHONY: build-icons-local clean-icons-local +.PHONY: build-png-icons-local clean-png-icons-local build-png-icons-local: $(png_icons) - @echo Building icons... clean-png-icons-local: - @echo Cleaning icons... - rm -f $(png_icons) + @echo " Cleaning icons..." + @rm -f $(png_icons) diff --git a/mate/16x16/apps/accessories-calculator.png b/mate/16x16/apps/accessories-calculator.png Binary files differindex b9e6f70..dc1ebcb 100644 --- a/mate/16x16/apps/accessories-calculator.png +++ b/mate/16x16/apps/accessories-calculator.png diff --git a/mate/16x16/apps/accessories-character-map.png b/mate/16x16/apps/accessories-character-map.png Binary files differindex 1a1fbaf..9da53fc 100644 --- a/mate/16x16/apps/accessories-character-map.png +++ b/mate/16x16/apps/accessories-character-map.png diff --git a/mate/16x16/apps/accessories-dictionary.png b/mate/16x16/apps/accessories-dictionary.png Binary files differindex c466bda..009da2c 100644 --- a/mate/16x16/apps/accessories-dictionary.png +++ b/mate/16x16/apps/accessories-dictionary.png diff --git a/mate/16x16/apps/accessories-text-editor.png b/mate/16x16/apps/accessories-text-editor.png Binary files differindex af6336f..1d8a054 100644 --- a/mate/16x16/apps/accessories-text-editor.png +++ b/mate/16x16/apps/accessories-text-editor.png diff --git a/mate/16x16/apps/applets-screenshooter.png b/mate/16x16/apps/applets-screenshooter.png Binary files differindex 961f48c..0c90d6e 100644 --- a/mate/16x16/apps/applets-screenshooter.png +++ b/mate/16x16/apps/applets-screenshooter.png diff --git a/mate/16x16/apps/logviewer.png b/mate/16x16/apps/logviewer.png Binary files differindex 2350b5d..b81d134 100644 --- a/mate/16x16/apps/logviewer.png +++ b/mate/16x16/apps/logviewer.png diff --git a/mate/16x16/apps/multimedia-volume-control.png b/mate/16x16/apps/multimedia-volume-control.png Binary files differindex 22495ce..8c87f43 100644 --- a/mate/16x16/apps/multimedia-volume-control.png +++ b/mate/16x16/apps/multimedia-volume-control.png diff --git a/mate/16x16/apps/preferences-desktop-accessibility.png b/mate/16x16/apps/preferences-desktop-accessibility.png Binary files differindex 2c1ace5..7f53763 100644 --- a/mate/16x16/apps/preferences-desktop-accessibility.png +++ b/mate/16x16/apps/preferences-desktop-accessibility.png diff --git a/mate/16x16/apps/preferences-desktop-display.png b/mate/16x16/apps/preferences-desktop-display.png Binary files differindex fb3e061..9974555 100644 --- a/mate/16x16/apps/preferences-desktop-display.png +++ b/mate/16x16/apps/preferences-desktop-display.png diff --git a/mate/16x16/apps/preferences-desktop-font.png b/mate/16x16/apps/preferences-desktop-font.png Binary files differindex 6c7e349..677970b 100644 --- a/mate/16x16/apps/preferences-desktop-font.png +++ b/mate/16x16/apps/preferences-desktop-font.png diff --git a/mate/16x16/apps/preferences-desktop-keyboard-shortcuts.png b/mate/16x16/apps/preferences-desktop-keyboard-shortcuts.png Binary files differindex b52f371..99a06d6 100644 --- a/mate/16x16/apps/preferences-desktop-keyboard-shortcuts.png +++ b/mate/16x16/apps/preferences-desktop-keyboard-shortcuts.png diff --git a/mate/16x16/apps/preferences-desktop-keyboard.png b/mate/16x16/apps/preferences-desktop-keyboard.png Binary files differindex 535b914..8c82f73 100644 --- a/mate/16x16/apps/preferences-desktop-keyboard.png +++ b/mate/16x16/apps/preferences-desktop-keyboard.png diff --git a/mate/16x16/apps/preferences-desktop-locale.png b/mate/16x16/apps/preferences-desktop-locale.png Binary files differindex 50b1aab..9182acd 100644 --- a/mate/16x16/apps/preferences-desktop-locale.png +++ b/mate/16x16/apps/preferences-desktop-locale.png diff --git a/mate/16x16/apps/preferences-desktop-remote-desktop.png b/mate/16x16/apps/preferences-desktop-remote-desktop.png Binary files differindex 3b9b7ae..d89f6a4 100644 --- a/mate/16x16/apps/preferences-desktop-remote-desktop.png +++ b/mate/16x16/apps/preferences-desktop-remote-desktop.png diff --git a/mate/16x16/apps/preferences-desktop-screensaver.png b/mate/16x16/apps/preferences-desktop-screensaver.png Binary files differindex 3d26bae..1987a0a 100644 --- a/mate/16x16/apps/preferences-desktop-screensaver.png +++ b/mate/16x16/apps/preferences-desktop-screensaver.png diff --git a/mate/16x16/apps/preferences-desktop-theme.png b/mate/16x16/apps/preferences-desktop-theme.png Binary files differindex b3d4100..2a73e91 100644 --- a/mate/16x16/apps/preferences-desktop-theme.png +++ b/mate/16x16/apps/preferences-desktop-theme.png diff --git a/mate/16x16/apps/preferences-desktop-wallpaper.png b/mate/16x16/apps/preferences-desktop-wallpaper.png Binary files differindex f7b607d..7576266 100644 --- a/mate/16x16/apps/preferences-desktop-wallpaper.png +++ b/mate/16x16/apps/preferences-desktop-wallpaper.png diff --git a/mate/16x16/apps/preferences-system-notifications.png b/mate/16x16/apps/preferences-system-notifications.png Binary files differindex 1b16888..910599f 100644 --- a/mate/16x16/apps/preferences-system-notifications.png +++ b/mate/16x16/apps/preferences-system-notifications.png diff --git a/mate/16x16/apps/preferences-system-privacy.png b/mate/16x16/apps/preferences-system-privacy.png Binary files differindex 4b3e075..de3e9cb 100644 --- a/mate/16x16/apps/preferences-system-privacy.png +++ b/mate/16x16/apps/preferences-system-privacy.png diff --git a/mate/16x16/apps/preferences-system-search.png b/mate/16x16/apps/preferences-system-search.png Binary files differindex 0418d7b..9e9fae0 100644 --- a/mate/16x16/apps/preferences-system-search.png +++ b/mate/16x16/apps/preferences-system-search.png diff --git a/mate/16x16/apps/preferences-system-sharing.png b/mate/16x16/apps/preferences-system-sharing.png Binary files differindex c964ffc..05e5aae 100644 --- a/mate/16x16/apps/preferences-system-sharing.png +++ b/mate/16x16/apps/preferences-system-sharing.png diff --git a/mate/16x16/apps/preferences-system-windows.png b/mate/16x16/apps/preferences-system-windows.png Binary files differindex 6981f4a..0893b57 100644 --- a/mate/16x16/apps/preferences-system-windows.png +++ b/mate/16x16/apps/preferences-system-windows.png diff --git a/mate/16x16/apps/system-file-manager.png b/mate/16x16/apps/system-file-manager.png Binary files differindex 18936a8..a3f8b96 100644 --- a/mate/16x16/apps/system-file-manager.png +++ b/mate/16x16/apps/system-file-manager.png diff --git a/mate/16x16/apps/system-software-install.png b/mate/16x16/apps/system-software-install.png Binary files differindex 98969ef..884dbcd 100644 --- a/mate/16x16/apps/system-software-install.png +++ b/mate/16x16/apps/system-software-install.png diff --git a/mate/16x16/apps/system-software-update.png b/mate/16x16/apps/system-software-update.png Binary files differindex 7c13db5..c6aea60 100644 --- a/mate/16x16/apps/system-software-update.png +++ b/mate/16x16/apps/system-software-update.png diff --git a/mate/16x16/apps/system-users.png b/mate/16x16/apps/system-users.png Binary files differindex ed1fb60..747adf0 100644 --- a/mate/16x16/apps/system-users.png +++ b/mate/16x16/apps/system-users.png diff --git a/mate/16x16/apps/user-info.png b/mate/16x16/apps/user-info.png Binary files differindex c8077d4..e635307 100644 --- a/mate/16x16/apps/user-info.png +++ b/mate/16x16/apps/user-info.png diff --git a/mate/16x16/apps/utilities-system-monitor.png b/mate/16x16/apps/utilities-system-monitor.png Binary files differindex c6b5503..9bab41b 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 efb0eeb..aa6f12f 100644 --- a/mate/16x16/apps/utilities-terminal.png +++ b/mate/16x16/apps/utilities-terminal.png diff --git a/mate/16x16/apps/web-browser.png b/mate/16x16/apps/web-browser.png Binary files differindex 67f5053..372ed72 100644 --- a/mate/16x16/apps/web-browser.png +++ b/mate/16x16/apps/web-browser.png |