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/16x16/devices/Makefile.am | 239 +++++++++++++++++++++ mate/16x16/devices/ac-adapter.png | Bin 606 -> 483 bytes mate/16x16/devices/audio-card.png | Bin 669 -> 640 bytes mate/16x16/devices/audio-headphones.png | Bin 854 -> 790 bytes mate/16x16/devices/audio-headset.png | Bin 862 -> 786 bytes mate/16x16/devices/audio-input-microphone.png | Bin 916 -> 864 bytes mate/16x16/devices/audio-speakers.png | Bin 1041 -> 1053 bytes mate/16x16/devices/battery.png | Bin 456 -> 345 bytes mate/16x16/devices/camera-photo.png | Bin 898 -> 933 bytes mate/16x16/devices/camera-video.png | Bin 766 -> 709 bytes mate/16x16/devices/camera-web.png | Bin 924 -> 890 bytes mate/16x16/devices/computer.png | Bin 805 -> 919 bytes mate/16x16/devices/drive-harddisk.png | Bin 847 -> 720 bytes mate/16x16/devices/drive-multidisk.png | Bin 780 -> 936 bytes mate/16x16/devices/drive-optical.png | Bin 764 -> 914 bytes mate/16x16/devices/drive-removable-media.png | Bin 533 -> 671 bytes mate/16x16/devices/input-dialpad.png | Bin 737 -> 671 bytes mate/16x16/devices/input-gaming.png | Bin 817 -> 766 bytes mate/16x16/devices/input-keyboard.png | Bin 588 -> 509 bytes mate/16x16/devices/input-mouse.png | Bin 747 -> 743 bytes mate/16x16/devices/input-tablet.png | Bin 328 -> 736 bytes mate/16x16/devices/input-touchpad.png | Bin 622 -> 503 bytes mate/16x16/devices/media-flash.png | Bin 478 -> 416 bytes mate/16x16/devices/media-floppy.png | Bin 678 -> 778 bytes mate/16x16/devices/media-optical.png | Bin 960 -> 1017 bytes mate/16x16/devices/media-removable.png | Bin 808 -> 745 bytes mate/16x16/devices/media-tape.png | Bin 619 -> 563 bytes mate/16x16/devices/modem.png | Bin 670 -> 655 bytes mate/16x16/devices/multimedia-player.png | Bin 295 -> 228 bytes mate/16x16/devices/network-vpn.png | Bin 738 -> 696 bytes mate/16x16/devices/network-wired.png | Bin 703 -> 658 bytes mate/16x16/devices/network-wireless.png | Bin 1025 -> 1007 bytes mate/16x16/devices/pda.png | Bin 382 -> 399 bytes mate/16x16/devices/phone.png | Bin 597 -> 528 bytes mate/16x16/devices/printer-network.png | Bin 1070 -> 1014 bytes mate/16x16/devices/printer.png | Bin 616 -> 486 bytes mate/16x16/devices/scanner.png | Bin 655 -> 855 bytes .../16x16/devices/uninterruptible-power-supply.png | Bin 911 -> 718 bytes mate/16x16/devices/video-display.png | Bin 741 -> 792 bytes 39 files changed, 239 insertions(+) create mode 100644 mate/16x16/devices/Makefile.am (limited to 'mate/16x16/devices') diff --git a/mate/16x16/devices/Makefile.am b/mate/16x16/devices/Makefile.am new file mode 100644 index 0000000..8397afb --- /dev/null +++ b/mate/16x16/devices/Makefile.am @@ -0,0 +1,239 @@ +NULL = + +png_icons = \ + ac-adapter.png \ + audio-card.png \ + audio-headphones.png \ + audio-headset.png \ + audio-input-microphone.png \ + audio-speakers.png \ + battery.png \ + camera-photo.png \ + camera-video.png \ + camera-web.png \ + computer.png \ + drive-harddisk.png \ + drive-multidisk.png \ + drive-optical.png \ + drive-removable-media.png \ + input-dialpad.png \ + input-gaming.png \ + input-keyboard.png \ + input-mouse.png \ + input-tablet.png \ + input-touchpad.png \ + media-flash.png \ + media-floppy.png \ + media-optical.png \ + media-removable.png \ + media-tape.png \ + multimedia-player.png \ + modem.png \ + network-vpn.png \ + network-wired.png \ + network-wireless.png \ + pda.png \ + phone.png \ + printer.png \ + printer-network.png \ + scanner.png \ + uninterruptible-power-supply.png \ + video-display.png \ + $(NULL) + +ac-adapter.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=302:65:318:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-card.png: ../../../src/audio-card.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-headphones.png: ../../../src/audio-headphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:363:319:379 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-headset.png: ../../../src/audio-headphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:63:319:79 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-input-microphone.png: ../../../src/audio-input-microphone.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-speakers.png: ../../../src/audio-speakers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=304:665:320:681 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +camera-photo.png: ../../../src/camera-photo.svg + @echo " "$@ + @inkscape -z $^ --export-area=300:64:316:80 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +camera-video.png: ../../../src/camera-video.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +camera-web.png: ../../../src/camera-web.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +computer.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:365:319:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-harddisk.png: ../../../src/drive-harddisk.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:59:319:75 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-multidisk.png: ../../../src/drive-multidisk.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:59:319:75 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-optical.png: ../../../src/drives.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:64:319:80 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-removable-media.png: ../../../src/drives.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:64:719:80 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-dialpad.png: ../../../src/input-dialpad.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-gaming.png: ../../../src/input-gaming.svg + @echo " "$@ + @inkscape -z $^ --export-area=343:85:359:101 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-keyboard.png: ../../../src/keyboards.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-mouse.png: ../../../src/input-mouse.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-tablet.png: ../../../src/input-tablet.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-touchpad.png: ../../../src/input-touchpad.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-flash.png: ../../../src/media-flash.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-floppy.png: ../../../src/media-floppy.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:63:319:79 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-optical.png: ../../../src/media-optical.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-removable.png: ../../../src/media-removable.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-tape.png: ../../../src/media-tape.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +multimedia-player.png: ../../../src/multimedia-player.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +modem.png: ../../../src/modem.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-vpn.png: ../../../src/network-vpn.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-wired.png: ../../../src/network-wired.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:66:319:82 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-wireless.png: ../../../src/network-wireless.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +pda.png: ../../../src/pda.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +phone.png: ../../../src/phone.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:359:319:375 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-network.png: ../../../src/printer-network.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:63:319:79 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +scanner.png: ../../../src/scanner.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:63:319:79 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +uninterruptible-power-supply.png: ../../../src/uninterruptible-power-supply.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +video-display.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:365:319:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +.PHONY: build-png-icons-local clean-png-icons-local +build-png-icons-local: $(png_icons) + +clean-png-icons-local: + @echo " Cleaning icons..." + @rm -f $(png_icons) diff --git a/mate/16x16/devices/ac-adapter.png b/mate/16x16/devices/ac-adapter.png index cbd8284..444a51c 100644 Binary files a/mate/16x16/devices/ac-adapter.png and b/mate/16x16/devices/ac-adapter.png differ diff --git a/mate/16x16/devices/audio-card.png b/mate/16x16/devices/audio-card.png index ee746a7..34dcf08 100644 Binary files a/mate/16x16/devices/audio-card.png and b/mate/16x16/devices/audio-card.png differ diff --git a/mate/16x16/devices/audio-headphones.png b/mate/16x16/devices/audio-headphones.png index d071f2b..caffe8a 100644 Binary files a/mate/16x16/devices/audio-headphones.png and b/mate/16x16/devices/audio-headphones.png differ diff --git a/mate/16x16/devices/audio-headset.png b/mate/16x16/devices/audio-headset.png index 84ddf5d..cd7cb00 100644 Binary files a/mate/16x16/devices/audio-headset.png and b/mate/16x16/devices/audio-headset.png differ diff --git a/mate/16x16/devices/audio-input-microphone.png b/mate/16x16/devices/audio-input-microphone.png index 52fc57d..c4aea6d 100644 Binary files a/mate/16x16/devices/audio-input-microphone.png and b/mate/16x16/devices/audio-input-microphone.png differ diff --git a/mate/16x16/devices/audio-speakers.png b/mate/16x16/devices/audio-speakers.png index 7ec3c2a..62e0947 100644 Binary files a/mate/16x16/devices/audio-speakers.png and b/mate/16x16/devices/audio-speakers.png differ diff --git a/mate/16x16/devices/battery.png b/mate/16x16/devices/battery.png index 3111404..1505bb6 100644 Binary files a/mate/16x16/devices/battery.png and b/mate/16x16/devices/battery.png differ diff --git a/mate/16x16/devices/camera-photo.png b/mate/16x16/devices/camera-photo.png index 13eaf2e..72a462f 100644 Binary files a/mate/16x16/devices/camera-photo.png and b/mate/16x16/devices/camera-photo.png differ diff --git a/mate/16x16/devices/camera-video.png b/mate/16x16/devices/camera-video.png index 651fd96..9532e64 100644 Binary files a/mate/16x16/devices/camera-video.png and b/mate/16x16/devices/camera-video.png differ diff --git a/mate/16x16/devices/camera-web.png b/mate/16x16/devices/camera-web.png index 0c279c7..7352ed3 100644 Binary files a/mate/16x16/devices/camera-web.png and b/mate/16x16/devices/camera-web.png differ diff --git a/mate/16x16/devices/computer.png b/mate/16x16/devices/computer.png index 8b53536..8f4f638 100644 Binary files a/mate/16x16/devices/computer.png and b/mate/16x16/devices/computer.png differ diff --git a/mate/16x16/devices/drive-harddisk.png b/mate/16x16/devices/drive-harddisk.png index ae804a2..4651eea 100644 Binary files a/mate/16x16/devices/drive-harddisk.png and b/mate/16x16/devices/drive-harddisk.png differ diff --git a/mate/16x16/devices/drive-multidisk.png b/mate/16x16/devices/drive-multidisk.png index 504d449..bf57700 100644 Binary files a/mate/16x16/devices/drive-multidisk.png and b/mate/16x16/devices/drive-multidisk.png differ diff --git a/mate/16x16/devices/drive-optical.png b/mate/16x16/devices/drive-optical.png index 2e34a52..5a6caa3 100644 Binary files a/mate/16x16/devices/drive-optical.png and b/mate/16x16/devices/drive-optical.png differ diff --git a/mate/16x16/devices/drive-removable-media.png b/mate/16x16/devices/drive-removable-media.png index 5f630a9..252769f 100644 Binary files a/mate/16x16/devices/drive-removable-media.png and b/mate/16x16/devices/drive-removable-media.png differ diff --git a/mate/16x16/devices/input-dialpad.png b/mate/16x16/devices/input-dialpad.png index 131553e..78ad7c3 100644 Binary files a/mate/16x16/devices/input-dialpad.png and b/mate/16x16/devices/input-dialpad.png differ diff --git a/mate/16x16/devices/input-gaming.png b/mate/16x16/devices/input-gaming.png index a28f32a..3b3c49a 100644 Binary files a/mate/16x16/devices/input-gaming.png and b/mate/16x16/devices/input-gaming.png differ diff --git a/mate/16x16/devices/input-keyboard.png b/mate/16x16/devices/input-keyboard.png index aafa1ca..a6cc693 100644 Binary files a/mate/16x16/devices/input-keyboard.png and b/mate/16x16/devices/input-keyboard.png differ diff --git a/mate/16x16/devices/input-mouse.png b/mate/16x16/devices/input-mouse.png index 4d4390c..ce2b0f7 100644 Binary files a/mate/16x16/devices/input-mouse.png and b/mate/16x16/devices/input-mouse.png differ diff --git a/mate/16x16/devices/input-tablet.png b/mate/16x16/devices/input-tablet.png index 2e4a52c..9af184e 100644 Binary files a/mate/16x16/devices/input-tablet.png and b/mate/16x16/devices/input-tablet.png differ diff --git a/mate/16x16/devices/input-touchpad.png b/mate/16x16/devices/input-touchpad.png index c91f228..de89b3a 100644 Binary files a/mate/16x16/devices/input-touchpad.png and b/mate/16x16/devices/input-touchpad.png differ diff --git a/mate/16x16/devices/media-flash.png b/mate/16x16/devices/media-flash.png index be67c0b..d92ccf4 100644 Binary files a/mate/16x16/devices/media-flash.png and b/mate/16x16/devices/media-flash.png differ diff --git a/mate/16x16/devices/media-floppy.png b/mate/16x16/devices/media-floppy.png index 15eb867..da80c19 100644 Binary files a/mate/16x16/devices/media-floppy.png and b/mate/16x16/devices/media-floppy.png differ diff --git a/mate/16x16/devices/media-optical.png b/mate/16x16/devices/media-optical.png index dd1dbcd..5b74fd8 100644 Binary files a/mate/16x16/devices/media-optical.png and b/mate/16x16/devices/media-optical.png differ diff --git a/mate/16x16/devices/media-removable.png b/mate/16x16/devices/media-removable.png index d38fa13..c5822ee 100644 Binary files a/mate/16x16/devices/media-removable.png and b/mate/16x16/devices/media-removable.png differ diff --git a/mate/16x16/devices/media-tape.png b/mate/16x16/devices/media-tape.png index 884835e..e1ba0fd 100644 Binary files a/mate/16x16/devices/media-tape.png and b/mate/16x16/devices/media-tape.png differ diff --git a/mate/16x16/devices/modem.png b/mate/16x16/devices/modem.png index 6bce1b6..3d87868 100644 Binary files a/mate/16x16/devices/modem.png and b/mate/16x16/devices/modem.png differ diff --git a/mate/16x16/devices/multimedia-player.png b/mate/16x16/devices/multimedia-player.png index dc22324..6003b63 100644 Binary files a/mate/16x16/devices/multimedia-player.png and b/mate/16x16/devices/multimedia-player.png differ diff --git a/mate/16x16/devices/network-vpn.png b/mate/16x16/devices/network-vpn.png index aa5c5cb..4bede49 100644 Binary files a/mate/16x16/devices/network-vpn.png and b/mate/16x16/devices/network-vpn.png differ diff --git a/mate/16x16/devices/network-wired.png b/mate/16x16/devices/network-wired.png index 02f636a..4b5e14a 100644 Binary files a/mate/16x16/devices/network-wired.png and b/mate/16x16/devices/network-wired.png differ diff --git a/mate/16x16/devices/network-wireless.png b/mate/16x16/devices/network-wireless.png index 0331faa..b74e8e8 100644 Binary files a/mate/16x16/devices/network-wireless.png and b/mate/16x16/devices/network-wireless.png differ diff --git a/mate/16x16/devices/pda.png b/mate/16x16/devices/pda.png index d882a83..887f260 100644 Binary files a/mate/16x16/devices/pda.png and b/mate/16x16/devices/pda.png differ diff --git a/mate/16x16/devices/phone.png b/mate/16x16/devices/phone.png index f44e5fd..dd0a9df 100644 Binary files a/mate/16x16/devices/phone.png and b/mate/16x16/devices/phone.png differ diff --git a/mate/16x16/devices/printer-network.png b/mate/16x16/devices/printer-network.png index 837e77b..57dbdb4 100644 Binary files a/mate/16x16/devices/printer-network.png and b/mate/16x16/devices/printer-network.png differ diff --git a/mate/16x16/devices/printer.png b/mate/16x16/devices/printer.png index 7578b29..97fbc37 100644 Binary files a/mate/16x16/devices/printer.png and b/mate/16x16/devices/printer.png differ diff --git a/mate/16x16/devices/scanner.png b/mate/16x16/devices/scanner.png index a0f962a..4b5d2ba 100644 Binary files a/mate/16x16/devices/scanner.png and b/mate/16x16/devices/scanner.png differ diff --git a/mate/16x16/devices/uninterruptible-power-supply.png b/mate/16x16/devices/uninterruptible-power-supply.png index 00a2cd1..1b8ac64 100644 Binary files a/mate/16x16/devices/uninterruptible-power-supply.png and b/mate/16x16/devices/uninterruptible-power-supply.png differ diff --git a/mate/16x16/devices/video-display.png b/mate/16x16/devices/video-display.png index 0be2890..8c645a1 100644 Binary files a/mate/16x16/devices/video-display.png and b/mate/16x16/devices/video-display.png differ -- cgit v1.2.1