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/16x16/apps/Makefile.am | 183 ++++++++++++++++++++- mate/16x16/apps/accessories-calculator.png | Bin 500 -> 381 bytes mate/16x16/apps/accessories-character-map.png | Bin 569 -> 558 bytes mate/16x16/apps/accessories-dictionary.png | Bin 817 -> 735 bytes mate/16x16/apps/accessories-text-editor.png | Bin 798 -> 783 bytes mate/16x16/apps/applets-screenshooter.png | Bin 868 -> 876 bytes mate/16x16/apps/logviewer.png | Bin 756 -> 683 bytes mate/16x16/apps/multimedia-volume-control.png | Bin 457 -> 384 bytes .../apps/preferences-desktop-accessibility.png | Bin 914 -> 980 bytes mate/16x16/apps/preferences-desktop-display.png | Bin 877 -> 866 bytes mate/16x16/apps/preferences-desktop-font.png | Bin 680 -> 700 bytes .../preferences-desktop-keyboard-shortcuts.png | Bin 640 -> 641 bytes mate/16x16/apps/preferences-desktop-keyboard.png | Bin 763 -> 709 bytes mate/16x16/apps/preferences-desktop-locale.png | Bin 658 -> 547 bytes .../apps/preferences-desktop-remote-desktop.png | Bin 749 -> 761 bytes .../16x16/apps/preferences-desktop-screensaver.png | Bin 803 -> 789 bytes mate/16x16/apps/preferences-desktop-theme.png | Bin 889 -> 882 bytes mate/16x16/apps/preferences-desktop-wallpaper.png | Bin 811 -> 815 bytes .../apps/preferences-system-notifications.png | Bin 859 -> 820 bytes mate/16x16/apps/preferences-system-privacy.png | Bin 804 -> 381 bytes mate/16x16/apps/preferences-system-search.png | Bin 760 -> 744 bytes mate/16x16/apps/preferences-system-sharing.png | Bin 908 -> 781 bytes mate/16x16/apps/preferences-system-windows.png | Bin 418 -> 253 bytes mate/16x16/apps/system-file-manager.png | Bin 774 -> 739 bytes mate/16x16/apps/system-software-install.png | Bin 591 -> 423 bytes mate/16x16/apps/system-software-update.png | Bin 918 -> 734 bytes mate/16x16/apps/system-users.png | Bin 840 -> 748 bytes mate/16x16/apps/user-info.png | Bin 953 -> 869 bytes mate/16x16/apps/utilities-system-monitor.png | Bin 724 -> 642 bytes mate/16x16/apps/utilities-terminal.png | Bin 697 -> 624 bytes mate/16x16/apps/web-browser.png | Bin 1120 -> 1032 bytes 31 files changed, 177 insertions(+), 6 deletions(-) (limited to 'mate/16x16/apps') 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 index b9e6f70..dc1ebcb 100644 Binary files a/mate/16x16/apps/accessories-calculator.png and b/mate/16x16/apps/accessories-calculator.png differ diff --git a/mate/16x16/apps/accessories-character-map.png b/mate/16x16/apps/accessories-character-map.png index 1a1fbaf..9da53fc 100644 Binary files a/mate/16x16/apps/accessories-character-map.png and b/mate/16x16/apps/accessories-character-map.png differ diff --git a/mate/16x16/apps/accessories-dictionary.png b/mate/16x16/apps/accessories-dictionary.png index c466bda..009da2c 100644 Binary files a/mate/16x16/apps/accessories-dictionary.png and b/mate/16x16/apps/accessories-dictionary.png differ diff --git a/mate/16x16/apps/accessories-text-editor.png b/mate/16x16/apps/accessories-text-editor.png index af6336f..1d8a054 100644 Binary files a/mate/16x16/apps/accessories-text-editor.png and b/mate/16x16/apps/accessories-text-editor.png differ diff --git a/mate/16x16/apps/applets-screenshooter.png b/mate/16x16/apps/applets-screenshooter.png index 961f48c..0c90d6e 100644 Binary files a/mate/16x16/apps/applets-screenshooter.png and b/mate/16x16/apps/applets-screenshooter.png differ diff --git a/mate/16x16/apps/logviewer.png b/mate/16x16/apps/logviewer.png index 2350b5d..b81d134 100644 Binary files a/mate/16x16/apps/logviewer.png and b/mate/16x16/apps/logviewer.png differ diff --git a/mate/16x16/apps/multimedia-volume-control.png b/mate/16x16/apps/multimedia-volume-control.png index 22495ce..8c87f43 100644 Binary files a/mate/16x16/apps/multimedia-volume-control.png and b/mate/16x16/apps/multimedia-volume-control.png differ diff --git a/mate/16x16/apps/preferences-desktop-accessibility.png b/mate/16x16/apps/preferences-desktop-accessibility.png index 2c1ace5..7f53763 100644 Binary files a/mate/16x16/apps/preferences-desktop-accessibility.png and b/mate/16x16/apps/preferences-desktop-accessibility.png differ diff --git a/mate/16x16/apps/preferences-desktop-display.png b/mate/16x16/apps/preferences-desktop-display.png index fb3e061..9974555 100644 Binary files a/mate/16x16/apps/preferences-desktop-display.png and b/mate/16x16/apps/preferences-desktop-display.png differ diff --git a/mate/16x16/apps/preferences-desktop-font.png b/mate/16x16/apps/preferences-desktop-font.png index 6c7e349..677970b 100644 Binary files a/mate/16x16/apps/preferences-desktop-font.png and b/mate/16x16/apps/preferences-desktop-font.png differ diff --git a/mate/16x16/apps/preferences-desktop-keyboard-shortcuts.png b/mate/16x16/apps/preferences-desktop-keyboard-shortcuts.png index b52f371..99a06d6 100644 Binary files a/mate/16x16/apps/preferences-desktop-keyboard-shortcuts.png and b/mate/16x16/apps/preferences-desktop-keyboard-shortcuts.png differ diff --git a/mate/16x16/apps/preferences-desktop-keyboard.png b/mate/16x16/apps/preferences-desktop-keyboard.png index 535b914..8c82f73 100644 Binary files a/mate/16x16/apps/preferences-desktop-keyboard.png and b/mate/16x16/apps/preferences-desktop-keyboard.png differ diff --git a/mate/16x16/apps/preferences-desktop-locale.png b/mate/16x16/apps/preferences-desktop-locale.png index 50b1aab..9182acd 100644 Binary files a/mate/16x16/apps/preferences-desktop-locale.png and b/mate/16x16/apps/preferences-desktop-locale.png differ diff --git a/mate/16x16/apps/preferences-desktop-remote-desktop.png b/mate/16x16/apps/preferences-desktop-remote-desktop.png index 3b9b7ae..d89f6a4 100644 Binary files a/mate/16x16/apps/preferences-desktop-remote-desktop.png and b/mate/16x16/apps/preferences-desktop-remote-desktop.png differ diff --git a/mate/16x16/apps/preferences-desktop-screensaver.png b/mate/16x16/apps/preferences-desktop-screensaver.png index 3d26bae..1987a0a 100644 Binary files a/mate/16x16/apps/preferences-desktop-screensaver.png and b/mate/16x16/apps/preferences-desktop-screensaver.png differ diff --git a/mate/16x16/apps/preferences-desktop-theme.png b/mate/16x16/apps/preferences-desktop-theme.png index b3d4100..2a73e91 100644 Binary files a/mate/16x16/apps/preferences-desktop-theme.png and b/mate/16x16/apps/preferences-desktop-theme.png differ diff --git a/mate/16x16/apps/preferences-desktop-wallpaper.png b/mate/16x16/apps/preferences-desktop-wallpaper.png index f7b607d..7576266 100644 Binary files a/mate/16x16/apps/preferences-desktop-wallpaper.png and b/mate/16x16/apps/preferences-desktop-wallpaper.png differ diff --git a/mate/16x16/apps/preferences-system-notifications.png b/mate/16x16/apps/preferences-system-notifications.png index 1b16888..910599f 100644 Binary files a/mate/16x16/apps/preferences-system-notifications.png and b/mate/16x16/apps/preferences-system-notifications.png differ diff --git a/mate/16x16/apps/preferences-system-privacy.png b/mate/16x16/apps/preferences-system-privacy.png index 4b3e075..de3e9cb 100644 Binary files a/mate/16x16/apps/preferences-system-privacy.png and b/mate/16x16/apps/preferences-system-privacy.png differ diff --git a/mate/16x16/apps/preferences-system-search.png b/mate/16x16/apps/preferences-system-search.png index 0418d7b..9e9fae0 100644 Binary files a/mate/16x16/apps/preferences-system-search.png and b/mate/16x16/apps/preferences-system-search.png differ diff --git a/mate/16x16/apps/preferences-system-sharing.png b/mate/16x16/apps/preferences-system-sharing.png index c964ffc..05e5aae 100644 Binary files a/mate/16x16/apps/preferences-system-sharing.png and b/mate/16x16/apps/preferences-system-sharing.png differ diff --git a/mate/16x16/apps/preferences-system-windows.png b/mate/16x16/apps/preferences-system-windows.png index 6981f4a..0893b57 100644 Binary files a/mate/16x16/apps/preferences-system-windows.png and b/mate/16x16/apps/preferences-system-windows.png differ diff --git a/mate/16x16/apps/system-file-manager.png b/mate/16x16/apps/system-file-manager.png index 18936a8..a3f8b96 100644 Binary files a/mate/16x16/apps/system-file-manager.png and b/mate/16x16/apps/system-file-manager.png differ diff --git a/mate/16x16/apps/system-software-install.png b/mate/16x16/apps/system-software-install.png index 98969ef..884dbcd 100644 Binary files a/mate/16x16/apps/system-software-install.png and b/mate/16x16/apps/system-software-install.png differ diff --git a/mate/16x16/apps/system-software-update.png b/mate/16x16/apps/system-software-update.png index 7c13db5..c6aea60 100644 Binary files a/mate/16x16/apps/system-software-update.png and b/mate/16x16/apps/system-software-update.png differ diff --git a/mate/16x16/apps/system-users.png b/mate/16x16/apps/system-users.png index ed1fb60..747adf0 100644 Binary files a/mate/16x16/apps/system-users.png and b/mate/16x16/apps/system-users.png differ diff --git a/mate/16x16/apps/user-info.png b/mate/16x16/apps/user-info.png index c8077d4..e635307 100644 Binary files a/mate/16x16/apps/user-info.png and b/mate/16x16/apps/user-info.png differ diff --git a/mate/16x16/apps/utilities-system-monitor.png b/mate/16x16/apps/utilities-system-monitor.png index c6b5503..9bab41b 100644 Binary files a/mate/16x16/apps/utilities-system-monitor.png and b/mate/16x16/apps/utilities-system-monitor.png differ diff --git a/mate/16x16/apps/utilities-terminal.png b/mate/16x16/apps/utilities-terminal.png index efb0eeb..aa6f12f 100644 Binary files a/mate/16x16/apps/utilities-terminal.png and b/mate/16x16/apps/utilities-terminal.png differ diff --git a/mate/16x16/apps/web-browser.png b/mate/16x16/apps/web-browser.png index 67f5053..372ed72 100644 Binary files a/mate/16x16/apps/web-browser.png and b/mate/16x16/apps/web-browser.png differ -- cgit v1.2.1