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/devices/Makefile.am | 239 +++++++++++++++++++++ mate/24x24/devices/ac-adapter.png | Bin 1004 -> 1344 bytes mate/24x24/devices/audio-card.png | Bin 1414 -> 1394 bytes mate/24x24/devices/audio-headphones.png | Bin 1205 -> 1348 bytes mate/24x24/devices/audio-headset.png | Bin 1293 -> 1215 bytes mate/24x24/devices/audio-input-microphone.png | Bin 1232 -> 1243 bytes mate/24x24/devices/audio-speakers.png | Bin 1444 -> 1428 bytes mate/24x24/devices/battery.png | Bin 579 -> 767 bytes mate/24x24/devices/camera-photo.png | Bin 1491 -> 1285 bytes mate/24x24/devices/camera-video.png | Bin 1376 -> 1433 bytes mate/24x24/devices/camera-web.png | Bin 1436 -> 1447 bytes mate/24x24/devices/computer.png | Bin 1298 -> 1380 bytes mate/24x24/devices/drive-harddisk.png | Bin 1247 -> 1185 bytes mate/24x24/devices/drive-multidisk.png | Bin 1199 -> 1413 bytes mate/24x24/devices/drive-optical.png | Bin 1300 -> 1326 bytes mate/24x24/devices/drive-removable-media.png | Bin 895 -> 998 bytes mate/24x24/devices/input-dialpad.png | Bin 266 -> 1365 bytes mate/24x24/devices/input-gaming.png | Bin 1252 -> 1274 bytes mate/24x24/devices/input-keyboard.png | Bin 840 -> 780 bytes mate/24x24/devices/input-mouse.png | Bin 1387 -> 1285 bytes mate/24x24/devices/input-tablet.png | Bin 780 -> 1287 bytes mate/24x24/devices/input-touchpad.png | Bin 998 -> 1392 bytes mate/24x24/devices/media-flash.png | Bin 978 -> 1031 bytes mate/24x24/devices/media-floppy.png | Bin 962 -> 957 bytes mate/24x24/devices/media-optical.png | Bin 1520 -> 1514 bytes mate/24x24/devices/media-removable.png | Bin 1048 -> 1105 bytes mate/24x24/devices/media-tape.png | Bin 1043 -> 948 bytes mate/24x24/devices/modem.png | Bin 1359 -> 1563 bytes mate/24x24/devices/multimedia-player.png | Bin 801 -> 1203 bytes mate/24x24/devices/network-vpn.png | Bin 978 -> 1207 bytes mate/24x24/devices/network-wired.png | Bin 846 -> 1427 bytes mate/24x24/devices/network-wireless.png | Bin 1455 -> 1827 bytes mate/24x24/devices/pda.png | Bin 789 -> 1017 bytes mate/24x24/devices/phone.png | Bin 1024 -> 1310 bytes mate/24x24/devices/printer-network.png | Bin 1560 -> 1347 bytes mate/24x24/devices/printer.png | Bin 1148 -> 1261 bytes mate/24x24/devices/scanner.png | Bin 1196 -> 1359 bytes .../24x24/devices/uninterruptible-power-supply.png | Bin 1219 -> 1206 bytes mate/24x24/devices/video-display.png | Bin 1118 -> 1228 bytes 39 files changed, 239 insertions(+) create mode 100644 mate/24x24/devices/Makefile.am (limited to 'mate/24x24/devices') diff --git a/mate/24x24/devices/Makefile.am b/mate/24x24/devices/Makefile.am new file mode 100644 index 0000000..95c2220 --- /dev/null +++ b/mate/24x24/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=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-card.png: ../../../src/audio-card.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 $@ + +audio-headphones.png: ../../../src/audio-headphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:440:335:472 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-headset.png: ../../../src/audio-headphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:140:335:172 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-input-microphone.png: ../../../src/audio-input-microphone.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 $@ + +audio-speakers.png: ../../../src/audio-speakers.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 $@ + +battery.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:742:335:774 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +camera-photo.png: ../../../src/camera-photo.svg + @echo " "$@ + @inkscape -z $^ --export-area=300:142:332:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +camera-video.png: ../../../src/camera-video.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 $@ + +camera-web.png: ../../../src/camera-web.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 $@ + +computer.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:442:335:474 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-harddisk.png: ../../../src/drive-harddisk.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:138:335:172 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-multidisk.png: ../../../src/drive-multidisk.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:136:335:168 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-optical.png: ../../../src/drives.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 $@ + +drive-removable-media.png: ../../../src/drives.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 $@ + +input-dialpad.png: ../../../src/input-dialpad.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 $@ + +input-gaming.png: ../../../src/input-gaming.svg + @echo " "$@ + @inkscape -z $^ --export-area=343:162:375:194 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-keyboard.png: ../../../src/keyboards.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 $@ + +input-mouse.png: ../../../src/input-mouse.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 $@ + +input-tablet.png: ../../../src/input-tablet.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 $@ + +input-touchpad.png: ../../../src/input-touchpad.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 $@ + +media-flash.png: ../../../src/media-flash.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 $@ + +media-floppy.png: ../../../src/media-floppy.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:141:335:173 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-optical.png: ../../../src/media-optical.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 $@ + +media-removable.png: ../../../src/media-removable.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 $@ + +media-tape.png: ../../../src/media-tape.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-player.png: ../../../src/multimedia-player.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 $@ + +modem.png: ../../../src/modem.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 $@ + +network-vpn.png: ../../../src/network-vpn.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 $@ + +network-wired.png: ../../../src/network-wired.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 $@ + +network-wireless.png: ../../../src/network-wireless.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 $@ + +pda.png: ../../../src/pda.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 $@ + +phone.png: ../../../src/phone.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 $@ + +printer.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:434:335:466 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-network.png: ../../../src/printer-network.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:140:335:172 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +scanner.png: ../../../src/scanner.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:140:335:172 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +uninterruptible-power-supply.png: ../../../src/uninterruptible-power-supply.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 $@ + +video-display.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:442:335:474 -w=24 -h=24 --convert-dpi-method=scale-document -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/24x24/devices/ac-adapter.png b/mate/24x24/devices/ac-adapter.png index ec59cd0..6764e7e 100644 Binary files a/mate/24x24/devices/ac-adapter.png and b/mate/24x24/devices/ac-adapter.png differ diff --git a/mate/24x24/devices/audio-card.png b/mate/24x24/devices/audio-card.png index 796b0e6..a0861f9 100644 Binary files a/mate/24x24/devices/audio-card.png and b/mate/24x24/devices/audio-card.png differ diff --git a/mate/24x24/devices/audio-headphones.png b/mate/24x24/devices/audio-headphones.png index a017f13..91c9631 100644 Binary files a/mate/24x24/devices/audio-headphones.png and b/mate/24x24/devices/audio-headphones.png differ diff --git a/mate/24x24/devices/audio-headset.png b/mate/24x24/devices/audio-headset.png index 7397540..dab25dd 100644 Binary files a/mate/24x24/devices/audio-headset.png and b/mate/24x24/devices/audio-headset.png differ diff --git a/mate/24x24/devices/audio-input-microphone.png b/mate/24x24/devices/audio-input-microphone.png index 204a23d..0874c26 100644 Binary files a/mate/24x24/devices/audio-input-microphone.png and b/mate/24x24/devices/audio-input-microphone.png differ diff --git a/mate/24x24/devices/audio-speakers.png b/mate/24x24/devices/audio-speakers.png index 41ce4a5..65ab161 100644 Binary files a/mate/24x24/devices/audio-speakers.png and b/mate/24x24/devices/audio-speakers.png differ diff --git a/mate/24x24/devices/battery.png b/mate/24x24/devices/battery.png index 13be903..c776f62 100644 Binary files a/mate/24x24/devices/battery.png and b/mate/24x24/devices/battery.png differ diff --git a/mate/24x24/devices/camera-photo.png b/mate/24x24/devices/camera-photo.png index 5f39a04..32c9623 100644 Binary files a/mate/24x24/devices/camera-photo.png and b/mate/24x24/devices/camera-photo.png differ diff --git a/mate/24x24/devices/camera-video.png b/mate/24x24/devices/camera-video.png index ab75e95..7f470d6 100644 Binary files a/mate/24x24/devices/camera-video.png and b/mate/24x24/devices/camera-video.png differ diff --git a/mate/24x24/devices/camera-web.png b/mate/24x24/devices/camera-web.png index 42ec818..0fc4281 100644 Binary files a/mate/24x24/devices/camera-web.png and b/mate/24x24/devices/camera-web.png differ diff --git a/mate/24x24/devices/computer.png b/mate/24x24/devices/computer.png index 5a2dc85..67bdc75 100644 Binary files a/mate/24x24/devices/computer.png and b/mate/24x24/devices/computer.png differ diff --git a/mate/24x24/devices/drive-harddisk.png b/mate/24x24/devices/drive-harddisk.png index 22bcac5..4361144 100644 Binary files a/mate/24x24/devices/drive-harddisk.png and b/mate/24x24/devices/drive-harddisk.png differ diff --git a/mate/24x24/devices/drive-multidisk.png b/mate/24x24/devices/drive-multidisk.png index f495204..ca4737d 100644 Binary files a/mate/24x24/devices/drive-multidisk.png and b/mate/24x24/devices/drive-multidisk.png differ diff --git a/mate/24x24/devices/drive-optical.png b/mate/24x24/devices/drive-optical.png index 28498c3..4fa7d64 100644 Binary files a/mate/24x24/devices/drive-optical.png and b/mate/24x24/devices/drive-optical.png differ diff --git a/mate/24x24/devices/drive-removable-media.png b/mate/24x24/devices/drive-removable-media.png index 87ed77a..8e042dd 100644 Binary files a/mate/24x24/devices/drive-removable-media.png and b/mate/24x24/devices/drive-removable-media.png differ diff --git a/mate/24x24/devices/input-dialpad.png b/mate/24x24/devices/input-dialpad.png index 61eb153..d55623a 100644 Binary files a/mate/24x24/devices/input-dialpad.png and b/mate/24x24/devices/input-dialpad.png differ diff --git a/mate/24x24/devices/input-gaming.png b/mate/24x24/devices/input-gaming.png index 41f4921..bb2c2b7 100644 Binary files a/mate/24x24/devices/input-gaming.png and b/mate/24x24/devices/input-gaming.png differ diff --git a/mate/24x24/devices/input-keyboard.png b/mate/24x24/devices/input-keyboard.png index 7cb8344..8aa595b 100644 Binary files a/mate/24x24/devices/input-keyboard.png and b/mate/24x24/devices/input-keyboard.png differ diff --git a/mate/24x24/devices/input-mouse.png b/mate/24x24/devices/input-mouse.png index 7a158b9..45f9009 100644 Binary files a/mate/24x24/devices/input-mouse.png and b/mate/24x24/devices/input-mouse.png differ diff --git a/mate/24x24/devices/input-tablet.png b/mate/24x24/devices/input-tablet.png index 985c182..acdac51 100644 Binary files a/mate/24x24/devices/input-tablet.png and b/mate/24x24/devices/input-tablet.png differ diff --git a/mate/24x24/devices/input-touchpad.png b/mate/24x24/devices/input-touchpad.png index f59b05f..475a5b8 100644 Binary files a/mate/24x24/devices/input-touchpad.png and b/mate/24x24/devices/input-touchpad.png differ diff --git a/mate/24x24/devices/media-flash.png b/mate/24x24/devices/media-flash.png index 92ea3e6..4f3ab37 100644 Binary files a/mate/24x24/devices/media-flash.png and b/mate/24x24/devices/media-flash.png differ diff --git a/mate/24x24/devices/media-floppy.png b/mate/24x24/devices/media-floppy.png index 431e838..8ff1ad9 100644 Binary files a/mate/24x24/devices/media-floppy.png and b/mate/24x24/devices/media-floppy.png differ diff --git a/mate/24x24/devices/media-optical.png b/mate/24x24/devices/media-optical.png index 62d3caa..4386308 100644 Binary files a/mate/24x24/devices/media-optical.png and b/mate/24x24/devices/media-optical.png differ diff --git a/mate/24x24/devices/media-removable.png b/mate/24x24/devices/media-removable.png index 3d65b7b..bd84aa4 100644 Binary files a/mate/24x24/devices/media-removable.png and b/mate/24x24/devices/media-removable.png differ diff --git a/mate/24x24/devices/media-tape.png b/mate/24x24/devices/media-tape.png index 131f8d0..4e115a1 100644 Binary files a/mate/24x24/devices/media-tape.png and b/mate/24x24/devices/media-tape.png differ diff --git a/mate/24x24/devices/modem.png b/mate/24x24/devices/modem.png index 27d6cc3..0b12e34 100644 Binary files a/mate/24x24/devices/modem.png and b/mate/24x24/devices/modem.png differ diff --git a/mate/24x24/devices/multimedia-player.png b/mate/24x24/devices/multimedia-player.png index 53e923b..e283aa3 100644 Binary files a/mate/24x24/devices/multimedia-player.png and b/mate/24x24/devices/multimedia-player.png differ diff --git a/mate/24x24/devices/network-vpn.png b/mate/24x24/devices/network-vpn.png index bf32a3e..5ea124d 100644 Binary files a/mate/24x24/devices/network-vpn.png and b/mate/24x24/devices/network-vpn.png differ diff --git a/mate/24x24/devices/network-wired.png b/mate/24x24/devices/network-wired.png index fcf1a75..6614fa4 100644 Binary files a/mate/24x24/devices/network-wired.png and b/mate/24x24/devices/network-wired.png differ diff --git a/mate/24x24/devices/network-wireless.png b/mate/24x24/devices/network-wireless.png index 4b64a23..c6ea570 100644 Binary files a/mate/24x24/devices/network-wireless.png and b/mate/24x24/devices/network-wireless.png differ diff --git a/mate/24x24/devices/pda.png b/mate/24x24/devices/pda.png index 87b2b45..b352f1e 100644 Binary files a/mate/24x24/devices/pda.png and b/mate/24x24/devices/pda.png differ diff --git a/mate/24x24/devices/phone.png b/mate/24x24/devices/phone.png index 55e6e53..6373df5 100644 Binary files a/mate/24x24/devices/phone.png and b/mate/24x24/devices/phone.png differ diff --git a/mate/24x24/devices/printer-network.png b/mate/24x24/devices/printer-network.png index 3c8d449..1ffdec5 100644 Binary files a/mate/24x24/devices/printer-network.png and b/mate/24x24/devices/printer-network.png differ diff --git a/mate/24x24/devices/printer.png b/mate/24x24/devices/printer.png index 588c6a1..bfea20d 100644 Binary files a/mate/24x24/devices/printer.png and b/mate/24x24/devices/printer.png differ diff --git a/mate/24x24/devices/scanner.png b/mate/24x24/devices/scanner.png index 9da2c79..b85c049 100644 Binary files a/mate/24x24/devices/scanner.png and b/mate/24x24/devices/scanner.png differ diff --git a/mate/24x24/devices/uninterruptible-power-supply.png b/mate/24x24/devices/uninterruptible-power-supply.png index 70d0778..657b42a 100644 Binary files a/mate/24x24/devices/uninterruptible-power-supply.png and b/mate/24x24/devices/uninterruptible-power-supply.png differ diff --git a/mate/24x24/devices/video-display.png b/mate/24x24/devices/video-display.png index b3c4503..b93cafc 100644 Binary files a/mate/24x24/devices/video-display.png and b/mate/24x24/devices/video-display.png differ -- cgit v1.2.1