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/devices/Makefile.am | 239 +++++++++++++++++++++ mate/48x48/devices/ac-adapter.png | Bin 3368 -> 3166 bytes mate/48x48/devices/audio-card.png | Bin 3020 -> 2893 bytes mate/48x48/devices/audio-headphones.png | Bin 3166 -> 3142 bytes mate/48x48/devices/audio-headset.png | Bin 2780 -> 2779 bytes mate/48x48/devices/audio-input-microphone.png | Bin 3385 -> 3563 bytes mate/48x48/devices/audio-speakers.png | Bin 3904 -> 3689 bytes mate/48x48/devices/battery.png | Bin 1486 -> 1354 bytes mate/48x48/devices/camera-photo.png | Bin 3378 -> 3509 bytes mate/48x48/devices/camera-video.png | Bin 2498 -> 2482 bytes mate/48x48/devices/camera-web.png | Bin 3352 -> 3332 bytes mate/48x48/devices/computer.png | Bin 3328 -> 3223 bytes mate/48x48/devices/drive-harddisk.png | Bin 2326 -> 2378 bytes mate/48x48/devices/drive-multidisk.png | Bin 3564 -> 3437 bytes mate/48x48/devices/drive-optical.png | Bin 2405 -> 2349 bytes mate/48x48/devices/drive-removable-media.png | Bin 1632 -> 1531 bytes mate/48x48/devices/input-dialpad.png | Bin 501 -> 474 bytes mate/48x48/devices/input-gaming.png | Bin 2511 -> 2848 bytes mate/48x48/devices/input-keyboard.png | Bin 1381 -> 1287 bytes mate/48x48/devices/input-mouse.png | Bin 2688 -> 2926 bytes mate/48x48/devices/input-tablet.png | Bin 2924 -> 2981 bytes mate/48x48/devices/input-touchpad.png | Bin 1949 -> 1825 bytes mate/48x48/devices/media-flash.png | Bin 2919 -> 2793 bytes mate/48x48/devices/media-floppy.png | Bin 1822 -> 1685 bytes mate/48x48/devices/media-optical.png | Bin 3997 -> 4028 bytes mate/48x48/devices/media-removable.png | Bin 2800 -> 2594 bytes mate/48x48/devices/media-tape.png | Bin 2195 -> 2162 bytes mate/48x48/devices/modem.png | Bin 3019 -> 2916 bytes mate/48x48/devices/multimedia-player.png | Bin 1824 -> 1671 bytes mate/48x48/devices/network-vpn.png | Bin 2586 -> 2426 bytes mate/48x48/devices/network-wired.png | Bin 3108 -> 3052 bytes mate/48x48/devices/network-wireless.png | Bin 4747 -> 5014 bytes mate/48x48/devices/pda.png | Bin 1728 -> 1682 bytes mate/48x48/devices/phone.png | Bin 2352 -> 2614 bytes mate/48x48/devices/printer-network.png | Bin 3220 -> 2776 bytes mate/48x48/devices/printer.png | Bin 2453 -> 2239 bytes mate/48x48/devices/scanner.png | Bin 2680 -> 2798 bytes .../48x48/devices/uninterruptible-power-supply.png | Bin 2366 -> 1942 bytes mate/48x48/devices/video-display.png | Bin 2405 -> 2305 bytes 39 files changed, 239 insertions(+) create mode 100644 mate/48x48/devices/Makefile.am (limited to 'mate/48x48/devices') diff --git a/mate/48x48/devices/Makefile.am b/mate/48x48/devices/Makefile.am new file mode 100644 index 0000000..08de1a1 --- /dev/null +++ b/mate/48x48/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=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-card.png: ../../../src/audio-card.svg + @echo " "$@ + @inkscape -z $^ --export-area=297:202:345:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-headphones.png: ../../../src/audio-headphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:501:344:549 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-headset.png: ../../../src/audio-headphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:201:344:249 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-input-microphone.png: ../../../src/audio-input-microphone.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-speakers.png: ../../../src/audio-speakers.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:802:344:850 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +camera-photo.png: ../../../src/camera-photo.svg + @echo " "$@ + @inkscape -z $^ --export-area=299:202:347:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +camera-video.png: ../../../src/camera-video.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +camera-web.png: ../../../src/camera-web.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +computer.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:502:344:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-harddisk.png: ../../../src/drive-harddisk.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:197:344:245 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-multidisk.png: ../../../src/drive-multidisk.svg + @echo " "$@ + @inkscape -z $^ --export-area=297:197:345:245 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-optical.png: ../../../src/drives.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-removable-media.png: ../../../src/drives.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-dialpad.png: ../../../src/input-dialpad.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-gaming.png: ../../../src/input-gaming.svg + @echo " "$@ + @inkscape -z $^ --export-area=336:225:385:273 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-keyboard.png: ../../../src/keyboards.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-mouse.png: ../../../src/input-mouse.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-tablet.png: ../../../src/input-tablet.svg + @echo " "$@ + @inkscape -z $^ --export-area=297:201:345:249 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-touchpad.png: ../../../src/input-touchpad.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-flash.png: ../../../src/media-flash.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-floppy.png: ../../../src/media-floppy.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:201:344:249 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-optical.png: ../../../src/media-optical.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-removable.png: ../../../src/media-removable.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-tape.png: ../../../src/media-tape.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +multimedia-player.png: ../../../src/multimedia-player.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +modem.png: ../../../src/modem.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-vpn.png: ../../../src/network-vpn.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-wired.png: ../../../src/network-wired.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-wireless.png: ../../../src/network-wireless.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +pda.png: ../../../src/pda.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +phone.png: ../../../src/phone.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:497:344:545 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-network.png: ../../../src/printer-network.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +scanner.png: ../../../src/scanner.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:201:344:249 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +uninterruptible-power-supply.png: ../../../src/uninterruptible-power-supply.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +video-display.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:502:344:550 -w=48 -h=48 -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/48x48/devices/ac-adapter.png b/mate/48x48/devices/ac-adapter.png index f74543a..e3e6164 100644 Binary files a/mate/48x48/devices/ac-adapter.png and b/mate/48x48/devices/ac-adapter.png differ diff --git a/mate/48x48/devices/audio-card.png b/mate/48x48/devices/audio-card.png index 92b4886..51cf266 100644 Binary files a/mate/48x48/devices/audio-card.png and b/mate/48x48/devices/audio-card.png differ diff --git a/mate/48x48/devices/audio-headphones.png b/mate/48x48/devices/audio-headphones.png index a3594a3..0277609 100644 Binary files a/mate/48x48/devices/audio-headphones.png and b/mate/48x48/devices/audio-headphones.png differ diff --git a/mate/48x48/devices/audio-headset.png b/mate/48x48/devices/audio-headset.png index 04c7697..f9b2e14 100644 Binary files a/mate/48x48/devices/audio-headset.png and b/mate/48x48/devices/audio-headset.png differ diff --git a/mate/48x48/devices/audio-input-microphone.png b/mate/48x48/devices/audio-input-microphone.png index 1067157..f14436b 100644 Binary files a/mate/48x48/devices/audio-input-microphone.png and b/mate/48x48/devices/audio-input-microphone.png differ diff --git a/mate/48x48/devices/audio-speakers.png b/mate/48x48/devices/audio-speakers.png index ccf7ec5..cc5f986 100644 Binary files a/mate/48x48/devices/audio-speakers.png and b/mate/48x48/devices/audio-speakers.png differ diff --git a/mate/48x48/devices/battery.png b/mate/48x48/devices/battery.png index 45b713e..26e8eef 100644 Binary files a/mate/48x48/devices/battery.png and b/mate/48x48/devices/battery.png differ diff --git a/mate/48x48/devices/camera-photo.png b/mate/48x48/devices/camera-photo.png index 8585d9c..c2b9db7 100644 Binary files a/mate/48x48/devices/camera-photo.png and b/mate/48x48/devices/camera-photo.png differ diff --git a/mate/48x48/devices/camera-video.png b/mate/48x48/devices/camera-video.png index c0f8f82..3872cf5 100644 Binary files a/mate/48x48/devices/camera-video.png and b/mate/48x48/devices/camera-video.png differ diff --git a/mate/48x48/devices/camera-web.png b/mate/48x48/devices/camera-web.png index de5bd7e..0eaefac 100644 Binary files a/mate/48x48/devices/camera-web.png and b/mate/48x48/devices/camera-web.png differ diff --git a/mate/48x48/devices/computer.png b/mate/48x48/devices/computer.png index bd8337b..bd6b369 100644 Binary files a/mate/48x48/devices/computer.png and b/mate/48x48/devices/computer.png differ diff --git a/mate/48x48/devices/drive-harddisk.png b/mate/48x48/devices/drive-harddisk.png index 087810c..2d44b5a 100644 Binary files a/mate/48x48/devices/drive-harddisk.png and b/mate/48x48/devices/drive-harddisk.png differ diff --git a/mate/48x48/devices/drive-multidisk.png b/mate/48x48/devices/drive-multidisk.png index b638db1..b996853 100644 Binary files a/mate/48x48/devices/drive-multidisk.png and b/mate/48x48/devices/drive-multidisk.png differ diff --git a/mate/48x48/devices/drive-optical.png b/mate/48x48/devices/drive-optical.png index 1d692f4..67c8f3d 100644 Binary files a/mate/48x48/devices/drive-optical.png and b/mate/48x48/devices/drive-optical.png differ diff --git a/mate/48x48/devices/drive-removable-media.png b/mate/48x48/devices/drive-removable-media.png index cacc022..07a3a45 100644 Binary files a/mate/48x48/devices/drive-removable-media.png and b/mate/48x48/devices/drive-removable-media.png differ diff --git a/mate/48x48/devices/input-dialpad.png b/mate/48x48/devices/input-dialpad.png index a69ae40..e7fddb5 100644 Binary files a/mate/48x48/devices/input-dialpad.png and b/mate/48x48/devices/input-dialpad.png differ diff --git a/mate/48x48/devices/input-gaming.png b/mate/48x48/devices/input-gaming.png index f8a6814..435c03d 100644 Binary files a/mate/48x48/devices/input-gaming.png and b/mate/48x48/devices/input-gaming.png differ diff --git a/mate/48x48/devices/input-keyboard.png b/mate/48x48/devices/input-keyboard.png index e6e01fa..5c3461a 100644 Binary files a/mate/48x48/devices/input-keyboard.png and b/mate/48x48/devices/input-keyboard.png differ diff --git a/mate/48x48/devices/input-mouse.png b/mate/48x48/devices/input-mouse.png index 6d6247d..53dc6f6 100644 Binary files a/mate/48x48/devices/input-mouse.png and b/mate/48x48/devices/input-mouse.png differ diff --git a/mate/48x48/devices/input-tablet.png b/mate/48x48/devices/input-tablet.png index 3b3b1aa..75007f2 100644 Binary files a/mate/48x48/devices/input-tablet.png and b/mate/48x48/devices/input-tablet.png differ diff --git a/mate/48x48/devices/input-touchpad.png b/mate/48x48/devices/input-touchpad.png index 79d42f6..5c135a0 100644 Binary files a/mate/48x48/devices/input-touchpad.png and b/mate/48x48/devices/input-touchpad.png differ diff --git a/mate/48x48/devices/media-flash.png b/mate/48x48/devices/media-flash.png index 8e625cc..18d3ecc 100644 Binary files a/mate/48x48/devices/media-flash.png and b/mate/48x48/devices/media-flash.png differ diff --git a/mate/48x48/devices/media-floppy.png b/mate/48x48/devices/media-floppy.png index 8bfd718..d94fbc2 100644 Binary files a/mate/48x48/devices/media-floppy.png and b/mate/48x48/devices/media-floppy.png differ diff --git a/mate/48x48/devices/media-optical.png b/mate/48x48/devices/media-optical.png index 9c241cd..6ea4cc8 100644 Binary files a/mate/48x48/devices/media-optical.png and b/mate/48x48/devices/media-optical.png differ diff --git a/mate/48x48/devices/media-removable.png b/mate/48x48/devices/media-removable.png index d137ec3..b68e592 100644 Binary files a/mate/48x48/devices/media-removable.png and b/mate/48x48/devices/media-removable.png differ diff --git a/mate/48x48/devices/media-tape.png b/mate/48x48/devices/media-tape.png index 98a6629..5025d15 100644 Binary files a/mate/48x48/devices/media-tape.png and b/mate/48x48/devices/media-tape.png differ diff --git a/mate/48x48/devices/modem.png b/mate/48x48/devices/modem.png index 3d9cb75..46466fa 100644 Binary files a/mate/48x48/devices/modem.png and b/mate/48x48/devices/modem.png differ diff --git a/mate/48x48/devices/multimedia-player.png b/mate/48x48/devices/multimedia-player.png index 533806c..cf0a474 100644 Binary files a/mate/48x48/devices/multimedia-player.png and b/mate/48x48/devices/multimedia-player.png differ diff --git a/mate/48x48/devices/network-vpn.png b/mate/48x48/devices/network-vpn.png index bec6d6c..89b4d06 100644 Binary files a/mate/48x48/devices/network-vpn.png and b/mate/48x48/devices/network-vpn.png differ diff --git a/mate/48x48/devices/network-wired.png b/mate/48x48/devices/network-wired.png index 3016281..8ce5b56 100644 Binary files a/mate/48x48/devices/network-wired.png and b/mate/48x48/devices/network-wired.png differ diff --git a/mate/48x48/devices/network-wireless.png b/mate/48x48/devices/network-wireless.png index b9f2527..90b398e 100644 Binary files a/mate/48x48/devices/network-wireless.png and b/mate/48x48/devices/network-wireless.png differ diff --git a/mate/48x48/devices/pda.png b/mate/48x48/devices/pda.png index 2a6554c..c86440b 100644 Binary files a/mate/48x48/devices/pda.png and b/mate/48x48/devices/pda.png differ diff --git a/mate/48x48/devices/phone.png b/mate/48x48/devices/phone.png index ee01faf..3ee65dd 100644 Binary files a/mate/48x48/devices/phone.png and b/mate/48x48/devices/phone.png differ diff --git a/mate/48x48/devices/printer-network.png b/mate/48x48/devices/printer-network.png index 836665d..6a48770 100644 Binary files a/mate/48x48/devices/printer-network.png and b/mate/48x48/devices/printer-network.png differ diff --git a/mate/48x48/devices/printer.png b/mate/48x48/devices/printer.png index bd6ad44..808ada2 100644 Binary files a/mate/48x48/devices/printer.png and b/mate/48x48/devices/printer.png differ diff --git a/mate/48x48/devices/scanner.png b/mate/48x48/devices/scanner.png index a7e5c18..24e2db4 100644 Binary files a/mate/48x48/devices/scanner.png and b/mate/48x48/devices/scanner.png differ diff --git a/mate/48x48/devices/uninterruptible-power-supply.png b/mate/48x48/devices/uninterruptible-power-supply.png index 7a6835c..ffb3e67 100644 Binary files a/mate/48x48/devices/uninterruptible-power-supply.png and b/mate/48x48/devices/uninterruptible-power-supply.png differ diff --git a/mate/48x48/devices/video-display.png b/mate/48x48/devices/video-display.png index c62d9b8..62da4ca 100644 Binary files a/mate/48x48/devices/video-display.png and b/mate/48x48/devices/video-display.png differ -- cgit v1.2.1