From 3abb19207a8442e5c735072e90ee98fe7575a02d Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 26 Mar 2019 17:27:58 +0100 Subject: Gen png icons from source. Mate: apps, categories & devices clean & build: make -C mate clean-png-icons make -C mate build-png-icons --- mate/48x48/apps/Makefile.am | 183 ++++++++++++++++++++- mate/48x48/apps/accessories-calculator.png | Bin 2473 -> 2431 bytes mate/48x48/apps/accessories-character-map.png | Bin 2319 -> 2241 bytes mate/48x48/apps/accessories-dictionary.png | Bin 2869 -> 2966 bytes mate/48x48/apps/accessories-text-editor.png | Bin 2660 -> 2632 bytes mate/48x48/apps/applets-screenshooter.png | Bin 3015 -> 3035 bytes mate/48x48/apps/logviewer.png | Bin 2449 -> 2739 bytes mate/48x48/apps/multimedia-volume-control.png | Bin 2479 -> 3364 bytes .../apps/preferences-desktop-accessibility.png | Bin 3714 -> 3767 bytes mate/48x48/apps/preferences-desktop-display.png | Bin 3339 -> 3158 bytes mate/48x48/apps/preferences-desktop-font.png | Bin 2147 -> 2249 bytes .../preferences-desktop-keyboard-shortcuts.png | Bin 2667 -> 2701 bytes mate/48x48/apps/preferences-desktop-keyboard.png | Bin 2183 -> 2350 bytes mate/48x48/apps/preferences-desktop-locale.png | Bin 3075 -> 2957 bytes .../apps/preferences-desktop-remote-desktop.png | Bin 2706 -> 2600 bytes .../48x48/apps/preferences-desktop-screensaver.png | Bin 3154 -> 2995 bytes mate/48x48/apps/preferences-desktop-theme.png | Bin 3118 -> 3309 bytes mate/48x48/apps/preferences-desktop-wallpaper.png | Bin 2654 -> 2719 bytes .../apps/preferences-system-notifications.png | Bin 2322 -> 2735 bytes mate/48x48/apps/preferences-system-privacy.png | Bin 3059 -> 1559 bytes mate/48x48/apps/preferences-system-search.png | Bin 2352 -> 2181 bytes mate/48x48/apps/preferences-system-sharing.png | Bin 3015 -> 2825 bytes mate/48x48/apps/preferences-system-windows.png | Bin 846 -> 786 bytes mate/48x48/apps/system-file-manager.png | Bin 2061 -> 2524 bytes mate/48x48/apps/system-software-install.png | Bin 2232 -> 2028 bytes mate/48x48/apps/system-software-update.png | Bin 2605 -> 2422 bytes mate/48x48/apps/system-users.png | Bin 3891 -> 3107 bytes mate/48x48/apps/user-info.png | Bin 3607 -> 3514 bytes mate/48x48/apps/utilities-system-monitor.png | Bin 2710 -> 2520 bytes mate/48x48/apps/utilities-terminal.png | Bin 2547 -> 2349 bytes mate/48x48/apps/web-browser.png | Bin 4992 -> 4855 bytes 31 files changed, 177 insertions(+), 6 deletions(-) (limited to 'mate/48x48/apps') diff --git a/mate/48x48/apps/Makefile.am b/mate/48x48/apps/Makefile.am index c78ec4f..2cbc37f 100644 --- a/mate/48x48/apps/Makefile.am +++ b/mate/48x48/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=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +accessories-character-map.png: ../../../src/accessories-character-map.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +accessories-dictionary.png: ../../../src/accessories-dictionary.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +accessories-text-editor.png: ../../../src/accessories-text-editor.svg + @echo " "$@ + @inkscape -z $^ --export-area=297:212:345:260 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applets-screenshooter.png: ../../../src/applets-screenshooter.svg + @echo " "$@ + @inkscape -z $^ --export-area=301:203:349:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +logviewer.png: ../../../src/logviewer.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +multimedia-volume-control.png: ../../../src/multimedia-volume-control.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-accessibility.png: ../../../src/preferences-desktop-accessibility.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-display.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-font.png: ../../../src/preferences-desktop-font.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-keyboard.png: ../../../src/keyboards.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:198:744:246 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-keyboard-shortcuts.png: ../../../src/preferences-desktop-keyboard-shortcuts.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-locale.png: ../../../src/preferences-desktop-locale.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-remote-desktop.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:202:1144:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-screensaver.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:502:744:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-theme.png: ../../../src/preferences-desktop-theme.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-wallpaper.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:502:1144:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-notifications.png: ../../../src/preferences-system-notifications.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-privacy.png: ../../../src/preferences-system-privacy.svg + @echo " "$@ + @inkscape -z $^ --export-area=295:202:343:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-search.png: ../../../src/preferences-system-search.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-sharing.png: ../../../src/preferences-system-sharing.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-file-manager.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:203:344:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-software-install.png: ../../../src/system-software.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:203:344:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-software-update.png: ../../../src/system-software.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:203:744:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-windows.png: ../../../src/preferences-system-windows.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:203:344:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-users.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:203:344:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-info.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:203:744:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + utilities-system-monitor.png: ../../../src/terminals.svg - inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ utilities-terminal.png: ../../../src/terminals.svg - inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +web-browser.png: ../../../src/web-browser.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -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 apps icons..." + @rm -f $(png_icons) diff --git a/mate/48x48/apps/accessories-calculator.png b/mate/48x48/apps/accessories-calculator.png index fbed3d8..ce67a0c 100644 Binary files a/mate/48x48/apps/accessories-calculator.png and b/mate/48x48/apps/accessories-calculator.png differ diff --git a/mate/48x48/apps/accessories-character-map.png b/mate/48x48/apps/accessories-character-map.png index 0469e06..40d8583 100644 Binary files a/mate/48x48/apps/accessories-character-map.png and b/mate/48x48/apps/accessories-character-map.png differ diff --git a/mate/48x48/apps/accessories-dictionary.png b/mate/48x48/apps/accessories-dictionary.png index 2fdb833..f27a2a9 100644 Binary files a/mate/48x48/apps/accessories-dictionary.png and b/mate/48x48/apps/accessories-dictionary.png differ diff --git a/mate/48x48/apps/accessories-text-editor.png b/mate/48x48/apps/accessories-text-editor.png index 4bf2121..545322a 100644 Binary files a/mate/48x48/apps/accessories-text-editor.png and b/mate/48x48/apps/accessories-text-editor.png differ diff --git a/mate/48x48/apps/applets-screenshooter.png b/mate/48x48/apps/applets-screenshooter.png index 3afc1d1..549ba12 100644 Binary files a/mate/48x48/apps/applets-screenshooter.png and b/mate/48x48/apps/applets-screenshooter.png differ diff --git a/mate/48x48/apps/logviewer.png b/mate/48x48/apps/logviewer.png index b128ee3..a32331f 100644 Binary files a/mate/48x48/apps/logviewer.png and b/mate/48x48/apps/logviewer.png differ diff --git a/mate/48x48/apps/multimedia-volume-control.png b/mate/48x48/apps/multimedia-volume-control.png index 2a4f2b4..7f53c34 100644 Binary files a/mate/48x48/apps/multimedia-volume-control.png and b/mate/48x48/apps/multimedia-volume-control.png differ diff --git a/mate/48x48/apps/preferences-desktop-accessibility.png b/mate/48x48/apps/preferences-desktop-accessibility.png index 34c0c52..ad6e334 100644 Binary files a/mate/48x48/apps/preferences-desktop-accessibility.png and b/mate/48x48/apps/preferences-desktop-accessibility.png differ diff --git a/mate/48x48/apps/preferences-desktop-display.png b/mate/48x48/apps/preferences-desktop-display.png index a8427ef..596a21c 100644 Binary files a/mate/48x48/apps/preferences-desktop-display.png and b/mate/48x48/apps/preferences-desktop-display.png differ diff --git a/mate/48x48/apps/preferences-desktop-font.png b/mate/48x48/apps/preferences-desktop-font.png index 0f2fb49..dc0e136 100644 Binary files a/mate/48x48/apps/preferences-desktop-font.png and b/mate/48x48/apps/preferences-desktop-font.png differ diff --git a/mate/48x48/apps/preferences-desktop-keyboard-shortcuts.png b/mate/48x48/apps/preferences-desktop-keyboard-shortcuts.png index f490b5b..c8bc8f0 100644 Binary files a/mate/48x48/apps/preferences-desktop-keyboard-shortcuts.png and b/mate/48x48/apps/preferences-desktop-keyboard-shortcuts.png differ diff --git a/mate/48x48/apps/preferences-desktop-keyboard.png b/mate/48x48/apps/preferences-desktop-keyboard.png index c8389fa..5b2008c 100644 Binary files a/mate/48x48/apps/preferences-desktop-keyboard.png and b/mate/48x48/apps/preferences-desktop-keyboard.png differ diff --git a/mate/48x48/apps/preferences-desktop-locale.png b/mate/48x48/apps/preferences-desktop-locale.png index 9acfd7c..ea4c765 100644 Binary files a/mate/48x48/apps/preferences-desktop-locale.png and b/mate/48x48/apps/preferences-desktop-locale.png differ diff --git a/mate/48x48/apps/preferences-desktop-remote-desktop.png b/mate/48x48/apps/preferences-desktop-remote-desktop.png index 2bf3131..4c8ae9f 100644 Binary files a/mate/48x48/apps/preferences-desktop-remote-desktop.png and b/mate/48x48/apps/preferences-desktop-remote-desktop.png differ diff --git a/mate/48x48/apps/preferences-desktop-screensaver.png b/mate/48x48/apps/preferences-desktop-screensaver.png index 8f5bdcb..ff89816 100644 Binary files a/mate/48x48/apps/preferences-desktop-screensaver.png and b/mate/48x48/apps/preferences-desktop-screensaver.png differ diff --git a/mate/48x48/apps/preferences-desktop-theme.png b/mate/48x48/apps/preferences-desktop-theme.png index ef8472b..6d2790c 100644 Binary files a/mate/48x48/apps/preferences-desktop-theme.png and b/mate/48x48/apps/preferences-desktop-theme.png differ diff --git a/mate/48x48/apps/preferences-desktop-wallpaper.png b/mate/48x48/apps/preferences-desktop-wallpaper.png index 94ea32f..2fc5178 100644 Binary files a/mate/48x48/apps/preferences-desktop-wallpaper.png and b/mate/48x48/apps/preferences-desktop-wallpaper.png differ diff --git a/mate/48x48/apps/preferences-system-notifications.png b/mate/48x48/apps/preferences-system-notifications.png index 7d922f3..41d5d52 100644 Binary files a/mate/48x48/apps/preferences-system-notifications.png and b/mate/48x48/apps/preferences-system-notifications.png differ diff --git a/mate/48x48/apps/preferences-system-privacy.png b/mate/48x48/apps/preferences-system-privacy.png index 53b616c..9e817bf 100644 Binary files a/mate/48x48/apps/preferences-system-privacy.png and b/mate/48x48/apps/preferences-system-privacy.png differ diff --git a/mate/48x48/apps/preferences-system-search.png b/mate/48x48/apps/preferences-system-search.png index df831c3..b830609 100644 Binary files a/mate/48x48/apps/preferences-system-search.png and b/mate/48x48/apps/preferences-system-search.png differ diff --git a/mate/48x48/apps/preferences-system-sharing.png b/mate/48x48/apps/preferences-system-sharing.png index 966181e..62c21b8 100644 Binary files a/mate/48x48/apps/preferences-system-sharing.png and b/mate/48x48/apps/preferences-system-sharing.png differ diff --git a/mate/48x48/apps/preferences-system-windows.png b/mate/48x48/apps/preferences-system-windows.png index 49f75e1..4232b9c 100644 Binary files a/mate/48x48/apps/preferences-system-windows.png and b/mate/48x48/apps/preferences-system-windows.png differ diff --git a/mate/48x48/apps/system-file-manager.png b/mate/48x48/apps/system-file-manager.png index 6ce94a3..adf6947 100644 Binary files a/mate/48x48/apps/system-file-manager.png and b/mate/48x48/apps/system-file-manager.png differ diff --git a/mate/48x48/apps/system-software-install.png b/mate/48x48/apps/system-software-install.png index a914043..b3a4724 100644 Binary files a/mate/48x48/apps/system-software-install.png and b/mate/48x48/apps/system-software-install.png differ diff --git a/mate/48x48/apps/system-software-update.png b/mate/48x48/apps/system-software-update.png index 13e6111..6911c1a 100644 Binary files a/mate/48x48/apps/system-software-update.png and b/mate/48x48/apps/system-software-update.png differ diff --git a/mate/48x48/apps/system-users.png b/mate/48x48/apps/system-users.png index c357876..e4facc0 100644 Binary files a/mate/48x48/apps/system-users.png and b/mate/48x48/apps/system-users.png differ diff --git a/mate/48x48/apps/user-info.png b/mate/48x48/apps/user-info.png index 4ffe353..963abad 100644 Binary files a/mate/48x48/apps/user-info.png and b/mate/48x48/apps/user-info.png differ diff --git a/mate/48x48/apps/utilities-system-monitor.png b/mate/48x48/apps/utilities-system-monitor.png index 67c419a..4aa2b83 100644 Binary files a/mate/48x48/apps/utilities-system-monitor.png and b/mate/48x48/apps/utilities-system-monitor.png differ diff --git a/mate/48x48/apps/utilities-terminal.png b/mate/48x48/apps/utilities-terminal.png index 309f477..6ac1dd9 100644 Binary files a/mate/48x48/apps/utilities-terminal.png and b/mate/48x48/apps/utilities-terminal.png differ diff --git a/mate/48x48/apps/web-browser.png b/mate/48x48/apps/web-browser.png index 019e22e..94c42c3 100644 Binary files a/mate/48x48/apps/web-browser.png and b/mate/48x48/apps/web-browser.png differ -- cgit v1.2.1