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/256x256/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/256x256/apps')
29 files changed, 165 insertions, 6 deletions
diff --git a/mate/256x256/apps/Makefile.am b/mate/256x256/apps/Makefile.am index 59e3d58..f2efc56 100644 --- a/mate/256x256/apps/Makefile.am +++ b/mate/256x256/apps/Makefile.am @@ -1,20 +1,179 @@ NULL = png_icons = \ + accessories-calculator.png \ + accessories-character-map.png \ + accessories-dictionary.png \ + accessories-text-editor.png \ + applets-screenshooter.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 \ + 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=24:11:280:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +accessories-character-map.png: ../../../src/accessories-character-map.svg + @echo " "$@ + @inkscape -z $^ --export-area=15:13:271:269 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +accessories-dictionary.png: ../../../src/accessories-dictionary.svg + @echo " "$@ + @inkscape -z $^ --export-area=24:0:280:256 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +accessories-text-editor.png: ../../../src/accessories-text-editor.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:11:278:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applets-screenshooter.png: ../../../src/applets-screenshooter.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:11:278:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +multimedia-volume-control.png: ../../../src/multimedia-volume-control.svg + @echo " "$@ + @inkscape -z $^ --export-area=11:11:267:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-accessibility.png: ../../../src/preferences-desktop-accessibility.svg + @echo " "$@ + @inkscape -z $^ --export-area=20:11:276:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-display.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:11:278:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-font.png: ../../../src/preferences-desktop-font.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:11:278:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-keyboard.png: ../../../src/keyboards.svg + @echo " "$@ + @inkscape -z $^ --export-area=416:11:672:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-keyboard-shortcuts.png: ../../../src/preferences-desktop-keyboard-shortcuts.svg + @echo " "$@ + @inkscape -z $^ --export-area=16:13:272:269 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-locale.png: ../../../src/preferences-desktop-locale.svg + @echo " "$@ + @inkscape -z $^ --export-area=11:11:267:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-remote-desktop.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=822:11:1078:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-screensaver.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=422:311:678:567 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-theme.png: ../../../src/preferences-desktop-theme.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:16:278:272 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-wallpaper.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=822:311:1078:567 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-notifications.png: ../../../src/preferences-system-notifications.svg + @echo " "$@ + @inkscape -z $^ --export-area=11:16:267:272 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-privacy.png: ../../../src/preferences-system-privacy.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:16:278:272 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-search.png: ../../../src/preferences-system-search.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:16:278:272 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-sharing.png: ../../../src/preferences-system-sharing.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:6:278:262 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-file-manager.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=16:22:272:278 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-software-install.png: ../../../src/system-software.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:0:278:256 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-software-update.png: ../../../src/system-software.svg + @echo " "$@ + @inkscape -z $^ --export-area=422:0:678:256 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-users.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:22:278:278 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-info.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=422:22:678:278 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + utilities-system-monitor.png: ../../../src/terminals.svg - inkscape -z $^ --export-area=422:0:678:256 -w=256 -h=256 -e=$@ + @echo " "$@ + @inkscape -z $^ --export-area=422:0:678:256 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ utilities-terminal.png: ../../../src/terminals.svg - inkscape -z $^ --export-area=22:0:278:256 -w=256 -h=256 -e=$@ + @echo " "$@ + @inkscape -z $^ --export-area=22:0:278:256 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +web-browser.png: ../../../src/web-browser.svg + @echo " "$@ + @inkscape -z $^ --export-area=13:16:269:272 -w=256 -h=256 -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/256x256/apps/accessories-calculator.png b/mate/256x256/apps/accessories-calculator.png Binary files differindex 2996452..23c003a 100644 --- a/mate/256x256/apps/accessories-calculator.png +++ b/mate/256x256/apps/accessories-calculator.png diff --git a/mate/256x256/apps/accessories-character-map.png b/mate/256x256/apps/accessories-character-map.png Binary files differindex 39c88c7..b21888f 100644 --- a/mate/256x256/apps/accessories-character-map.png +++ b/mate/256x256/apps/accessories-character-map.png diff --git a/mate/256x256/apps/accessories-dictionary.png b/mate/256x256/apps/accessories-dictionary.png Binary files differindex 81971c6..38d85d6 100644 --- a/mate/256x256/apps/accessories-dictionary.png +++ b/mate/256x256/apps/accessories-dictionary.png diff --git a/mate/256x256/apps/accessories-text-editor.png b/mate/256x256/apps/accessories-text-editor.png Binary files differindex 5f355b6..3b26a2c 100644 --- a/mate/256x256/apps/accessories-text-editor.png +++ b/mate/256x256/apps/accessories-text-editor.png diff --git a/mate/256x256/apps/applets-screenshooter.png b/mate/256x256/apps/applets-screenshooter.png Binary files differindex 469899a..121d418 100644 --- a/mate/256x256/apps/applets-screenshooter.png +++ b/mate/256x256/apps/applets-screenshooter.png diff --git a/mate/256x256/apps/multimedia-volume-control.png b/mate/256x256/apps/multimedia-volume-control.png Binary files differnew file mode 100644 index 0000000..9610841 --- /dev/null +++ b/mate/256x256/apps/multimedia-volume-control.png diff --git a/mate/256x256/apps/preferences-desktop-accessibility.png b/mate/256x256/apps/preferences-desktop-accessibility.png Binary files differindex b55d5e2..caaa0cd 100644 --- a/mate/256x256/apps/preferences-desktop-accessibility.png +++ b/mate/256x256/apps/preferences-desktop-accessibility.png diff --git a/mate/256x256/apps/preferences-desktop-display.png b/mate/256x256/apps/preferences-desktop-display.png Binary files differindex 7cde661..dcd7327 100644 --- a/mate/256x256/apps/preferences-desktop-display.png +++ b/mate/256x256/apps/preferences-desktop-display.png diff --git a/mate/256x256/apps/preferences-desktop-font.png b/mate/256x256/apps/preferences-desktop-font.png Binary files differindex 7b2298f..50ced81 100644 --- a/mate/256x256/apps/preferences-desktop-font.png +++ b/mate/256x256/apps/preferences-desktop-font.png diff --git a/mate/256x256/apps/preferences-desktop-keyboard-shortcuts.png b/mate/256x256/apps/preferences-desktop-keyboard-shortcuts.png Binary files differindex c082493..d0881d5 100644 --- a/mate/256x256/apps/preferences-desktop-keyboard-shortcuts.png +++ b/mate/256x256/apps/preferences-desktop-keyboard-shortcuts.png diff --git a/mate/256x256/apps/preferences-desktop-keyboard.png b/mate/256x256/apps/preferences-desktop-keyboard.png Binary files differindex 33d0f29..6e6070d 100644 --- a/mate/256x256/apps/preferences-desktop-keyboard.png +++ b/mate/256x256/apps/preferences-desktop-keyboard.png diff --git a/mate/256x256/apps/preferences-desktop-locale.png b/mate/256x256/apps/preferences-desktop-locale.png Binary files differindex 1ae2c7e..9214927 100644 --- a/mate/256x256/apps/preferences-desktop-locale.png +++ b/mate/256x256/apps/preferences-desktop-locale.png diff --git a/mate/256x256/apps/preferences-desktop-remote-desktop.png b/mate/256x256/apps/preferences-desktop-remote-desktop.png Binary files differindex 6650dc6..37f65ad 100644 --- a/mate/256x256/apps/preferences-desktop-remote-desktop.png +++ b/mate/256x256/apps/preferences-desktop-remote-desktop.png diff --git a/mate/256x256/apps/preferences-desktop-screensaver.png b/mate/256x256/apps/preferences-desktop-screensaver.png Binary files differindex fa0ae45..0071734 100644 --- a/mate/256x256/apps/preferences-desktop-screensaver.png +++ b/mate/256x256/apps/preferences-desktop-screensaver.png diff --git a/mate/256x256/apps/preferences-desktop-theme.png b/mate/256x256/apps/preferences-desktop-theme.png Binary files differindex 05fbe68..58affa4 100644 --- a/mate/256x256/apps/preferences-desktop-theme.png +++ b/mate/256x256/apps/preferences-desktop-theme.png diff --git a/mate/256x256/apps/preferences-desktop-wallpaper.png b/mate/256x256/apps/preferences-desktop-wallpaper.png Binary files differindex 6273736..9aaa0eb 100644 --- a/mate/256x256/apps/preferences-desktop-wallpaper.png +++ b/mate/256x256/apps/preferences-desktop-wallpaper.png diff --git a/mate/256x256/apps/preferences-system-notifications.png b/mate/256x256/apps/preferences-system-notifications.png Binary files differnew file mode 100644 index 0000000..cb6f80f --- /dev/null +++ b/mate/256x256/apps/preferences-system-notifications.png diff --git a/mate/256x256/apps/preferences-system-privacy.png b/mate/256x256/apps/preferences-system-privacy.png Binary files differnew file mode 100644 index 0000000..c0c529a --- /dev/null +++ b/mate/256x256/apps/preferences-system-privacy.png diff --git a/mate/256x256/apps/preferences-system-search.png b/mate/256x256/apps/preferences-system-search.png Binary files differnew file mode 100644 index 0000000..c6fc24f --- /dev/null +++ b/mate/256x256/apps/preferences-system-search.png diff --git a/mate/256x256/apps/preferences-system-sharing.png b/mate/256x256/apps/preferences-system-sharing.png Binary files differnew file mode 100644 index 0000000..898bc59 --- /dev/null +++ b/mate/256x256/apps/preferences-system-sharing.png diff --git a/mate/256x256/apps/system-file-manager.png b/mate/256x256/apps/system-file-manager.png Binary files differindex 7d52d91..2a45e31 100644 --- a/mate/256x256/apps/system-file-manager.png +++ b/mate/256x256/apps/system-file-manager.png diff --git a/mate/256x256/apps/system-software-install.png b/mate/256x256/apps/system-software-install.png Binary files differindex 235439f..ba8aef4 100644 --- a/mate/256x256/apps/system-software-install.png +++ b/mate/256x256/apps/system-software-install.png diff --git a/mate/256x256/apps/system-software-update.png b/mate/256x256/apps/system-software-update.png Binary files differindex 910b0eb..ab28830 100644 --- a/mate/256x256/apps/system-software-update.png +++ b/mate/256x256/apps/system-software-update.png diff --git a/mate/256x256/apps/system-users.png b/mate/256x256/apps/system-users.png Binary files differindex 312e580..cd5b583 100644 --- a/mate/256x256/apps/system-users.png +++ b/mate/256x256/apps/system-users.png diff --git a/mate/256x256/apps/user-info.png b/mate/256x256/apps/user-info.png Binary files differindex 3970b92..4c4cff5 100644 --- a/mate/256x256/apps/user-info.png +++ b/mate/256x256/apps/user-info.png diff --git a/mate/256x256/apps/utilities-system-monitor.png b/mate/256x256/apps/utilities-system-monitor.png Binary files differindex fbeaee5..a1d67ab 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 1c53f8c..b95d893 100644 --- a/mate/256x256/apps/utilities-terminal.png +++ b/mate/256x256/apps/utilities-terminal.png diff --git a/mate/256x256/apps/web-browser.png b/mate/256x256/apps/web-browser.png Binary files differindex fd20ba2..1977d2e 100644 --- a/mate/256x256/apps/web-browser.png +++ b/mate/256x256/apps/web-browser.png |