From c8ac150b8a7aca83fb984eac0b2619b4daf30071 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/24x24/apps/Makefile.am | 183 ++++++++++++++++++++- mate/24x24/apps/accessories-calculator.png | Bin 820 -> 1126 bytes mate/24x24/apps/accessories-character-map.png | Bin 1057 -> 1104 bytes mate/24x24/apps/accessories-dictionary.png | Bin 1306 -> 1309 bytes mate/24x24/apps/accessories-text-editor.png | Bin 1308 -> 1344 bytes mate/24x24/apps/applets-screenshooter.png | Bin 1335 -> 1421 bytes mate/24x24/apps/logviewer.png | Bin 1034 -> 1299 bytes mate/24x24/apps/multimedia-volume-control.png | Bin 1156 -> 1195 bytes .../apps/preferences-desktop-accessibility.png | Bin 1646 -> 1567 bytes mate/24x24/apps/preferences-desktop-display.png | Bin 1287 -> 1454 bytes mate/24x24/apps/preferences-desktop-font.png | Bin 1053 -> 1208 bytes .../preferences-desktop-keyboard-shortcuts.png | Bin 881 -> 1317 bytes mate/24x24/apps/preferences-desktop-keyboard.png | Bin 1195 -> 1161 bytes mate/24x24/apps/preferences-desktop-locale.png | Bin 1380 -> 1220 bytes .../apps/preferences-desktop-remote-desktop.png | Bin 1096 -> 1308 bytes .../24x24/apps/preferences-desktop-screensaver.png | Bin 1211 -> 1411 bytes mate/24x24/apps/preferences-desktop-theme.png | Bin 1414 -> 1414 bytes mate/24x24/apps/preferences-desktop-wallpaper.png | Bin 1245 -> 1398 bytes .../apps/preferences-system-notifications.png | Bin 0 -> 1238 bytes mate/24x24/apps/preferences-system-privacy.png | Bin 1203 -> 749 bytes mate/24x24/apps/preferences-system-search.png | Bin 0 -> 1358 bytes mate/24x24/apps/preferences-system-sharing.png | Bin 0 -> 1407 bytes mate/24x24/apps/preferences-system-windows.png | Bin 596 -> 793 bytes mate/24x24/apps/system-file-manager.png | Bin 1128 -> 1158 bytes mate/24x24/apps/system-software-install.png | Bin 1362 -> 1138 bytes mate/24x24/apps/system-software-update.png | Bin 1503 -> 1450 bytes mate/24x24/apps/system-users.png | Bin 1280 -> 1381 bytes mate/24x24/apps/user-info.png | Bin 1475 -> 1459 bytes mate/24x24/apps/utilities-system-monitor.png | Bin 1228 -> 1082 bytes mate/24x24/apps/utilities-terminal.png | Bin 1140 -> 954 bytes mate/24x24/apps/web-browser.png | Bin 1724 -> 1708 bytes 31 files changed, 177 insertions(+), 6 deletions(-) create mode 100644 mate/24x24/apps/preferences-system-notifications.png create mode 100644 mate/24x24/apps/preferences-system-search.png create mode 100644 mate/24x24/apps/preferences-system-sharing.png (limited to 'mate/24x24/apps') diff --git a/mate/24x24/apps/Makefile.am b/mate/24x24/apps/Makefile.am index f1c7cbb..e0b2e1e 100644 --- a/mate/24x24/apps/Makefile.am +++ b/mate/24x24/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:143:335:175 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +accessories-character-map.png: ../../../src/accessories-character-map.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +accessories-dictionary.png: ../../../src/accessories-dictionary.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +accessories-text-editor.png: ../../../src/accessories-text-editor.svg + @echo " "$@ + @inkscape -z $^ --export-area=304:151:336:183 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +applets-screenshooter.png: ../../../src/applets-screenshooter.svg + @echo " "$@ + @inkscape -z $^ --export-area=300:143:332:175 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +logviewer.png: ../../../src/logviewer.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +multimedia-volume-control.png: ../../../src/multimedia-volume-control.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-accessibility.png: ../../../src/preferences-desktop-accessibility.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:143:335:175 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-display.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-font.png: ../../../src/preferences-desktop-font.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-keyboard.png: ../../../src/keyboards.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-keyboard-shortcuts.png: ../../../src/preferences-desktop-keyboard-shortcuts.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-locale.png: ../../../src/preferences-desktop-locale.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-remote-desktop.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:142:1135:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-screensaver.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:442:735:474 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-theme.png: ../../../src/preferences-desktop-theme.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-desktop-wallpaper.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:442:1135:474 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-notifications.png: ../../../src/preferences-system-notifications.svg + @echo " "$@ + @inkscape -z $^ --export-area=302:142:334:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-privacy.png: ../../../src/preferences-system-privacy.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-search.png: ../../../src/preferences-system-search.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-sharing.png: ../../../src/preferences-system-sharing.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-file-manager.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=302:143:334:175 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-software-install.png: ../../../src/system-software.svg + @echo " "$@ + @inkscape -z $^ --export-area=304:142:336:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-software-update.png: ../../../src/system-software.svg + @echo " "$@ + @inkscape -z $^ --export-area=704:142:736:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +preferences-system-windows.png: ../../../src/preferences-system-windows.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-users.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-info.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + utilities-system-monitor.png: ../../../src/terminals.svg - inkscape -z $^ --export-area=696:202:744:250 -w=24 -h=24 -e=$@ + @echo " "$@ + @inkscape -z $^ --export-area=702:141:734:173 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ utilities-terminal.png: ../../../src/terminals.svg - inkscape -z $^ --export-area=296:202:344:250 -w=24 -h=24 -e=$@ + @echo " "$@ + @inkscape -z $^ --export-area=302:141:334:173 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +web-browser.png: ../../../src/web-browser.svg + @echo " "$@ + @inkscape -z $^ --export-area=302:142:334:174 -w=24 -h=24 --convert-dpi-method=scale-document -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/24x24/apps/accessories-calculator.png b/mate/24x24/apps/accessories-calculator.png index d6fb1ff..84ddd03 100644 Binary files a/mate/24x24/apps/accessories-calculator.png and b/mate/24x24/apps/accessories-calculator.png differ diff --git a/mate/24x24/apps/accessories-character-map.png b/mate/24x24/apps/accessories-character-map.png index 26433bd..d05b347 100644 Binary files a/mate/24x24/apps/accessories-character-map.png and b/mate/24x24/apps/accessories-character-map.png differ diff --git a/mate/24x24/apps/accessories-dictionary.png b/mate/24x24/apps/accessories-dictionary.png index 4d02e5d..dfd3c59 100644 Binary files a/mate/24x24/apps/accessories-dictionary.png and b/mate/24x24/apps/accessories-dictionary.png differ diff --git a/mate/24x24/apps/accessories-text-editor.png b/mate/24x24/apps/accessories-text-editor.png index b28943f..236b665 100644 Binary files a/mate/24x24/apps/accessories-text-editor.png and b/mate/24x24/apps/accessories-text-editor.png differ diff --git a/mate/24x24/apps/applets-screenshooter.png b/mate/24x24/apps/applets-screenshooter.png index 6b73da1..30dc5d0 100644 Binary files a/mate/24x24/apps/applets-screenshooter.png and b/mate/24x24/apps/applets-screenshooter.png differ diff --git a/mate/24x24/apps/logviewer.png b/mate/24x24/apps/logviewer.png index 46c8ba6..2061b0f 100644 Binary files a/mate/24x24/apps/logviewer.png and b/mate/24x24/apps/logviewer.png differ diff --git a/mate/24x24/apps/multimedia-volume-control.png b/mate/24x24/apps/multimedia-volume-control.png index d232fbe..5ff4f63 100644 Binary files a/mate/24x24/apps/multimedia-volume-control.png and b/mate/24x24/apps/multimedia-volume-control.png differ diff --git a/mate/24x24/apps/preferences-desktop-accessibility.png b/mate/24x24/apps/preferences-desktop-accessibility.png index 8536641..7990958 100644 Binary files a/mate/24x24/apps/preferences-desktop-accessibility.png and b/mate/24x24/apps/preferences-desktop-accessibility.png differ diff --git a/mate/24x24/apps/preferences-desktop-display.png b/mate/24x24/apps/preferences-desktop-display.png index 21a43d6..68ffb87 100644 Binary files a/mate/24x24/apps/preferences-desktop-display.png and b/mate/24x24/apps/preferences-desktop-display.png differ diff --git a/mate/24x24/apps/preferences-desktop-font.png b/mate/24x24/apps/preferences-desktop-font.png index 8b19c53..6f55c92 100644 Binary files a/mate/24x24/apps/preferences-desktop-font.png and b/mate/24x24/apps/preferences-desktop-font.png differ diff --git a/mate/24x24/apps/preferences-desktop-keyboard-shortcuts.png b/mate/24x24/apps/preferences-desktop-keyboard-shortcuts.png index 839353a..0b3aab0 100644 Binary files a/mate/24x24/apps/preferences-desktop-keyboard-shortcuts.png and b/mate/24x24/apps/preferences-desktop-keyboard-shortcuts.png differ diff --git a/mate/24x24/apps/preferences-desktop-keyboard.png b/mate/24x24/apps/preferences-desktop-keyboard.png index 953fdbb..31327cd 100644 Binary files a/mate/24x24/apps/preferences-desktop-keyboard.png and b/mate/24x24/apps/preferences-desktop-keyboard.png differ diff --git a/mate/24x24/apps/preferences-desktop-locale.png b/mate/24x24/apps/preferences-desktop-locale.png index 47e3517..dfe323a 100644 Binary files a/mate/24x24/apps/preferences-desktop-locale.png and b/mate/24x24/apps/preferences-desktop-locale.png differ diff --git a/mate/24x24/apps/preferences-desktop-remote-desktop.png b/mate/24x24/apps/preferences-desktop-remote-desktop.png index 4f3d73e..82ca5b1 100644 Binary files a/mate/24x24/apps/preferences-desktop-remote-desktop.png and b/mate/24x24/apps/preferences-desktop-remote-desktop.png differ diff --git a/mate/24x24/apps/preferences-desktop-screensaver.png b/mate/24x24/apps/preferences-desktop-screensaver.png index 4c6909a..1bcede2 100644 Binary files a/mate/24x24/apps/preferences-desktop-screensaver.png and b/mate/24x24/apps/preferences-desktop-screensaver.png differ diff --git a/mate/24x24/apps/preferences-desktop-theme.png b/mate/24x24/apps/preferences-desktop-theme.png index 4b105d0..9f49a99 100644 Binary files a/mate/24x24/apps/preferences-desktop-theme.png and b/mate/24x24/apps/preferences-desktop-theme.png differ diff --git a/mate/24x24/apps/preferences-desktop-wallpaper.png b/mate/24x24/apps/preferences-desktop-wallpaper.png index 242ab91..4abce08 100644 Binary files a/mate/24x24/apps/preferences-desktop-wallpaper.png and b/mate/24x24/apps/preferences-desktop-wallpaper.png differ diff --git a/mate/24x24/apps/preferences-system-notifications.png b/mate/24x24/apps/preferences-system-notifications.png new file mode 100644 index 0000000..5689fe7 Binary files /dev/null and b/mate/24x24/apps/preferences-system-notifications.png differ diff --git a/mate/24x24/apps/preferences-system-privacy.png b/mate/24x24/apps/preferences-system-privacy.png index ca97491..43466b3 100644 Binary files a/mate/24x24/apps/preferences-system-privacy.png and b/mate/24x24/apps/preferences-system-privacy.png differ diff --git a/mate/24x24/apps/preferences-system-search.png b/mate/24x24/apps/preferences-system-search.png new file mode 100644 index 0000000..cc8ec0a Binary files /dev/null and b/mate/24x24/apps/preferences-system-search.png differ diff --git a/mate/24x24/apps/preferences-system-sharing.png b/mate/24x24/apps/preferences-system-sharing.png new file mode 100644 index 0000000..87a5d2c Binary files /dev/null and b/mate/24x24/apps/preferences-system-sharing.png differ diff --git a/mate/24x24/apps/preferences-system-windows.png b/mate/24x24/apps/preferences-system-windows.png index 77d4f76..d514d60 100644 Binary files a/mate/24x24/apps/preferences-system-windows.png and b/mate/24x24/apps/preferences-system-windows.png differ diff --git a/mate/24x24/apps/system-file-manager.png b/mate/24x24/apps/system-file-manager.png index 4b677f6..3e6ff1c 100644 Binary files a/mate/24x24/apps/system-file-manager.png and b/mate/24x24/apps/system-file-manager.png differ diff --git a/mate/24x24/apps/system-software-install.png b/mate/24x24/apps/system-software-install.png index 3bd301a..cd50e88 100644 Binary files a/mate/24x24/apps/system-software-install.png and b/mate/24x24/apps/system-software-install.png differ diff --git a/mate/24x24/apps/system-software-update.png b/mate/24x24/apps/system-software-update.png index dfaa009..5a77994 100644 Binary files a/mate/24x24/apps/system-software-update.png and b/mate/24x24/apps/system-software-update.png differ diff --git a/mate/24x24/apps/system-users.png b/mate/24x24/apps/system-users.png index ef74d1e..25ab365 100644 Binary files a/mate/24x24/apps/system-users.png and b/mate/24x24/apps/system-users.png differ diff --git a/mate/24x24/apps/user-info.png b/mate/24x24/apps/user-info.png index 745e0f1..5a373f9 100644 Binary files a/mate/24x24/apps/user-info.png and b/mate/24x24/apps/user-info.png differ diff --git a/mate/24x24/apps/utilities-system-monitor.png b/mate/24x24/apps/utilities-system-monitor.png index e778402..4691d1b 100644 Binary files a/mate/24x24/apps/utilities-system-monitor.png and b/mate/24x24/apps/utilities-system-monitor.png differ diff --git a/mate/24x24/apps/utilities-terminal.png b/mate/24x24/apps/utilities-terminal.png index 7ff88be..82925a6 100644 Binary files a/mate/24x24/apps/utilities-terminal.png and b/mate/24x24/apps/utilities-terminal.png differ diff --git a/mate/24x24/apps/web-browser.png b/mate/24x24/apps/web-browser.png index 64794ca..d27faa2 100644 Binary files a/mate/24x24/apps/web-browser.png and b/mate/24x24/apps/web-browser.png differ -- cgit v1.2.1