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/22x22/apps/Makefile.am | 183 ++++++++++++++++++++- mate/22x22/apps/accessories-calculator.png | Bin 799 -> 658 bytes mate/22x22/apps/accessories-character-map.png | Bin 1020 -> 1120 bytes mate/22x22/apps/accessories-dictionary.png | Bin 1231 -> 1343 bytes mate/22x22/apps/accessories-text-editor.png | Bin 1178 -> 1166 bytes mate/22x22/apps/applets-screenshooter.png | Bin 1304 -> 1218 bytes mate/22x22/apps/logviewer.png | Bin 911 -> 838 bytes mate/22x22/apps/multimedia-volume-control.png | Bin 1033 -> 1103 bytes .../apps/preferences-desktop-accessibility.png | Bin 1489 -> 1446 bytes mate/22x22/apps/preferences-desktop-display.png | Bin 1277 -> 1076 bytes mate/22x22/apps/preferences-desktop-font.png | Bin 1038 -> 1012 bytes .../preferences-desktop-keyboard-shortcuts.png | Bin 841 -> 900 bytes mate/22x22/apps/preferences-desktop-keyboard.png | Bin 1056 -> 1031 bytes mate/22x22/apps/preferences-desktop-locale.png | Bin 1325 -> 1218 bytes .../apps/preferences-desktop-remote-desktop.png | Bin 1139 -> 929 bytes .../22x22/apps/preferences-desktop-screensaver.png | Bin 1227 -> 1036 bytes mate/22x22/apps/preferences-desktop-theme.png | Bin 1271 -> 1247 bytes mate/22x22/apps/preferences-desktop-wallpaper.png | Bin 1226 -> 1062 bytes .../apps/preferences-system-notifications.png | Bin 1243 -> 1304 bytes mate/22x22/apps/preferences-system-privacy.png | Bin 1184 -> 581 bytes mate/22x22/apps/preferences-system-search.png | Bin 1102 -> 1165 bytes mate/22x22/apps/preferences-system-sharing.png | Bin 1199 -> 1083 bytes mate/22x22/apps/preferences-system-windows.png | Bin 507 -> 426 bytes mate/22x22/apps/system-file-manager.png | Bin 1120 -> 1216 bytes mate/22x22/apps/system-software-install.png | Bin 1230 -> 1309 bytes mate/22x22/apps/system-software-update.png | Bin 1379 -> 1226 bytes mate/22x22/apps/system-users.png | Bin 1280 -> 1145 bytes mate/22x22/apps/user-info.png | Bin 1408 -> 1309 bytes mate/22x22/apps/utilities-system-monitor.png | Bin 1072 -> 1129 bytes mate/22x22/apps/utilities-terminal.png | Bin 945 -> 1041 bytes mate/22x22/apps/web-browser.png | Bin 1712 -> 1548 bytes 31 files changed, 177 insertions(+), 6 deletions(-) (limited to 'mate/22x22/apps') diff --git a/mate/22x22/apps/Makefile.am b/mate/22x22/apps/Makefile.am index ebc0d74..045fd0b 100644 --- a/mate/22x22/apps/Makefile.am +++ b/mate/22x22/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=302:101:324:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +accessories-character-map.png: ../../../src/accessories-character-map.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +accessories-dictionary.png: ../../../src/accessories-dictionary.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:102:325:124 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +accessories-text-editor.png: ../../../src/accessories-text-editor.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:110:325:132 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applets-screenshooter.png: ../../../src/applets-screenshooter.svg + @echo " "$@ + @inkscape -z $^ --export-area=301:101:323:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +logviewer.png: ../../../src/logviewer.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +multimedia-volume-control.png: ../../../src/multimedia-volume-control.svg + @echo " "$@ + @inkscape -z $^ --export-area=302:102:324:124 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-accessibility.png: ../../../src/preferences-desktop-accessibility.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:102:325:124 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-display.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:102:325:124 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-font.png: ../../../src/preferences-desktop-font.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:102:325:124 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-keyboard.png: ../../../src/keyboards.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:101:725:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-keyboard-shortcuts.png: ../../../src/preferences-desktop-keyboard-shortcuts.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:102:325:124 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-locale.png: ../../../src/preferences-desktop-locale.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-remote-desktop.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:102:1125:124 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-screensaver.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:402:725:424 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-theme.png: ../../../src/preferences-desktop-theme.svg + @echo " "$@ + @inkscape -z $^ --export-area=304:101:326:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-wallpaper.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:402:1125:424 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-notifications.png: ../../../src/preferences-system-notifications.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:102:325:124 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-privacy.png: ../../../src/preferences-system-privacy.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-search.png: ../../../src/preferences-system-search.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:102:325:124 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-sharing.png: ../../../src/preferences-system-sharing.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:102:325:124 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-file-manager.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-software-install.png: ../../../src/system-software.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-software-update.png: ../../../src/system-software.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:101:725:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-windows.png: ../../../src/preferences-system-windows.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:102:325:124 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-users.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-info.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:101:725:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + utilities-system-monitor.png: ../../../src/terminals.svg - inkscape -z $^ --export-area=703:100:725:122 -w=22 -h=22 -e=$@ + @echo " "$@ + @inkscape -z $^ --export-area=703:100:725:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ utilities-terminal.png: ../../../src/terminals.svg - inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ + @echo " "$@ + @inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +web-browser.png: ../../../src/web-browser.svg + @echo " "$@ + @inkscape -z $^ --export-area=302:101:324:123 -w=22 -h=22 -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/22x22/apps/accessories-calculator.png b/mate/22x22/apps/accessories-calculator.png index ed47572..01d6fef 100644 Binary files a/mate/22x22/apps/accessories-calculator.png and b/mate/22x22/apps/accessories-calculator.png differ diff --git a/mate/22x22/apps/accessories-character-map.png b/mate/22x22/apps/accessories-character-map.png index 142c921..1e415be 100644 Binary files a/mate/22x22/apps/accessories-character-map.png and b/mate/22x22/apps/accessories-character-map.png differ diff --git a/mate/22x22/apps/accessories-dictionary.png b/mate/22x22/apps/accessories-dictionary.png index 90d6da8..f74a5c2 100644 Binary files a/mate/22x22/apps/accessories-dictionary.png and b/mate/22x22/apps/accessories-dictionary.png differ diff --git a/mate/22x22/apps/accessories-text-editor.png b/mate/22x22/apps/accessories-text-editor.png index 2778f62..c7a2b91 100644 Binary files a/mate/22x22/apps/accessories-text-editor.png and b/mate/22x22/apps/accessories-text-editor.png differ diff --git a/mate/22x22/apps/applets-screenshooter.png b/mate/22x22/apps/applets-screenshooter.png index 7e5b96a..9a2c4f3 100644 Binary files a/mate/22x22/apps/applets-screenshooter.png and b/mate/22x22/apps/applets-screenshooter.png differ diff --git a/mate/22x22/apps/logviewer.png b/mate/22x22/apps/logviewer.png index b51169b..cb050e0 100644 Binary files a/mate/22x22/apps/logviewer.png and b/mate/22x22/apps/logviewer.png differ diff --git a/mate/22x22/apps/multimedia-volume-control.png b/mate/22x22/apps/multimedia-volume-control.png index 48671f6..3f22cd5 100644 Binary files a/mate/22x22/apps/multimedia-volume-control.png and b/mate/22x22/apps/multimedia-volume-control.png differ diff --git a/mate/22x22/apps/preferences-desktop-accessibility.png b/mate/22x22/apps/preferences-desktop-accessibility.png index 1655cbd..c549f20 100644 Binary files a/mate/22x22/apps/preferences-desktop-accessibility.png and b/mate/22x22/apps/preferences-desktop-accessibility.png differ diff --git a/mate/22x22/apps/preferences-desktop-display.png b/mate/22x22/apps/preferences-desktop-display.png index 3069723..5a24dae 100644 Binary files a/mate/22x22/apps/preferences-desktop-display.png and b/mate/22x22/apps/preferences-desktop-display.png differ diff --git a/mate/22x22/apps/preferences-desktop-font.png b/mate/22x22/apps/preferences-desktop-font.png index 39b32dd..b19ae26 100644 Binary files a/mate/22x22/apps/preferences-desktop-font.png and b/mate/22x22/apps/preferences-desktop-font.png differ diff --git a/mate/22x22/apps/preferences-desktop-keyboard-shortcuts.png b/mate/22x22/apps/preferences-desktop-keyboard-shortcuts.png index 23d91b5..f8bdda1 100644 Binary files a/mate/22x22/apps/preferences-desktop-keyboard-shortcuts.png and b/mate/22x22/apps/preferences-desktop-keyboard-shortcuts.png differ diff --git a/mate/22x22/apps/preferences-desktop-keyboard.png b/mate/22x22/apps/preferences-desktop-keyboard.png index 69431da..7aceff4 100644 Binary files a/mate/22x22/apps/preferences-desktop-keyboard.png and b/mate/22x22/apps/preferences-desktop-keyboard.png differ diff --git a/mate/22x22/apps/preferences-desktop-locale.png b/mate/22x22/apps/preferences-desktop-locale.png index 98c98bf..9e65523 100644 Binary files a/mate/22x22/apps/preferences-desktop-locale.png and b/mate/22x22/apps/preferences-desktop-locale.png differ diff --git a/mate/22x22/apps/preferences-desktop-remote-desktop.png b/mate/22x22/apps/preferences-desktop-remote-desktop.png index d29030c..987a8d3 100644 Binary files a/mate/22x22/apps/preferences-desktop-remote-desktop.png and b/mate/22x22/apps/preferences-desktop-remote-desktop.png differ diff --git a/mate/22x22/apps/preferences-desktop-screensaver.png b/mate/22x22/apps/preferences-desktop-screensaver.png index f536329..06d84dc 100644 Binary files a/mate/22x22/apps/preferences-desktop-screensaver.png and b/mate/22x22/apps/preferences-desktop-screensaver.png differ diff --git a/mate/22x22/apps/preferences-desktop-theme.png b/mate/22x22/apps/preferences-desktop-theme.png index 49046fc..3c5fc6b 100644 Binary files a/mate/22x22/apps/preferences-desktop-theme.png and b/mate/22x22/apps/preferences-desktop-theme.png differ diff --git a/mate/22x22/apps/preferences-desktop-wallpaper.png b/mate/22x22/apps/preferences-desktop-wallpaper.png index 1eaa87e..9ae1c04 100644 Binary files a/mate/22x22/apps/preferences-desktop-wallpaper.png and b/mate/22x22/apps/preferences-desktop-wallpaper.png differ diff --git a/mate/22x22/apps/preferences-system-notifications.png b/mate/22x22/apps/preferences-system-notifications.png index eaf8cab..53f2398 100644 Binary files a/mate/22x22/apps/preferences-system-notifications.png and b/mate/22x22/apps/preferences-system-notifications.png differ diff --git a/mate/22x22/apps/preferences-system-privacy.png b/mate/22x22/apps/preferences-system-privacy.png index 217c71d..cfea18d 100644 Binary files a/mate/22x22/apps/preferences-system-privacy.png and b/mate/22x22/apps/preferences-system-privacy.png differ diff --git a/mate/22x22/apps/preferences-system-search.png b/mate/22x22/apps/preferences-system-search.png index 2350042..b6c7d11 100644 Binary files a/mate/22x22/apps/preferences-system-search.png and b/mate/22x22/apps/preferences-system-search.png differ diff --git a/mate/22x22/apps/preferences-system-sharing.png b/mate/22x22/apps/preferences-system-sharing.png index 3001554..c88d2e3 100644 Binary files a/mate/22x22/apps/preferences-system-sharing.png and b/mate/22x22/apps/preferences-system-sharing.png differ diff --git a/mate/22x22/apps/preferences-system-windows.png b/mate/22x22/apps/preferences-system-windows.png index 2f410b3..9560ed1 100644 Binary files a/mate/22x22/apps/preferences-system-windows.png and b/mate/22x22/apps/preferences-system-windows.png differ diff --git a/mate/22x22/apps/system-file-manager.png b/mate/22x22/apps/system-file-manager.png index 6c401a9..eb2de55 100644 Binary files a/mate/22x22/apps/system-file-manager.png and b/mate/22x22/apps/system-file-manager.png differ diff --git a/mate/22x22/apps/system-software-install.png b/mate/22x22/apps/system-software-install.png index 64df87b..2695cda 100644 Binary files a/mate/22x22/apps/system-software-install.png and b/mate/22x22/apps/system-software-install.png differ diff --git a/mate/22x22/apps/system-software-update.png b/mate/22x22/apps/system-software-update.png index aab9ab7..9d15349 100644 Binary files a/mate/22x22/apps/system-software-update.png and b/mate/22x22/apps/system-software-update.png differ diff --git a/mate/22x22/apps/system-users.png b/mate/22x22/apps/system-users.png index 800ed5e..e301593 100644 Binary files a/mate/22x22/apps/system-users.png and b/mate/22x22/apps/system-users.png differ diff --git a/mate/22x22/apps/user-info.png b/mate/22x22/apps/user-info.png index 33e686c..bef1910 100644 Binary files a/mate/22x22/apps/user-info.png and b/mate/22x22/apps/user-info.png differ diff --git a/mate/22x22/apps/utilities-system-monitor.png b/mate/22x22/apps/utilities-system-monitor.png index b159313..a19c361 100644 Binary files a/mate/22x22/apps/utilities-system-monitor.png and b/mate/22x22/apps/utilities-system-monitor.png differ diff --git a/mate/22x22/apps/utilities-terminal.png b/mate/22x22/apps/utilities-terminal.png index 8f0ad56..b495b07 100644 Binary files a/mate/22x22/apps/utilities-terminal.png and b/mate/22x22/apps/utilities-terminal.png differ diff --git a/mate/22x22/apps/web-browser.png b/mate/22x22/apps/web-browser.png index 1d9023a..b174169 100644 Binary files a/mate/22x22/apps/web-browser.png and b/mate/22x22/apps/web-browser.png differ -- cgit v1.2.1