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/32x32/devices/Makefile.am | 239 +++++++++++++++++++++ mate/32x32/devices/ac-adapter.png | Bin 2037 -> 1934 bytes mate/32x32/devices/audio-card.png | Bin 2006 -> 1853 bytes mate/32x32/devices/audio-headphones.png | Bin 1969 -> 1962 bytes mate/32x32/devices/audio-headset.png | Bin 1530 -> 1469 bytes mate/32x32/devices/audio-input-microphone.png | Bin 1839 -> 1895 bytes mate/32x32/devices/audio-speakers.png | Bin 2388 -> 2205 bytes mate/32x32/devices/battery.png | Bin 1042 -> 1013 bytes mate/32x32/devices/camera-photo.png | Bin 1950 -> 1925 bytes mate/32x32/devices/camera-video.png | Bin 1969 -> 1925 bytes mate/32x32/devices/camera-web.png | Bin 2067 -> 2160 bytes mate/32x32/devices/computer.png | Bin 2012 -> 1839 bytes mate/32x32/devices/drive-harddisk.png | Bin 1519 -> 1532 bytes mate/32x32/devices/drive-multidisk.png | Bin 2195 -> 2039 bytes mate/32x32/devices/drive-optical.png | Bin 1528 -> 1459 bytes mate/32x32/devices/drive-removable-media.png | Bin 1052 -> 1416 bytes mate/32x32/devices/input-dialpad.png | Bin 1544 -> 1464 bytes mate/32x32/devices/input-gaming.png | Bin 1573 -> 1709 bytes mate/32x32/devices/input-keyboard.png | Bin 972 -> 1024 bytes mate/32x32/devices/input-mouse.png | Bin 1776 -> 1661 bytes mate/32x32/devices/input-tablet.png | Bin 2338 -> 1657 bytes mate/32x32/devices/input-touchpad.png | Bin 1421 -> 1452 bytes mate/32x32/devices/media-flash.png | Bin 1547 -> 1463 bytes mate/32x32/devices/media-floppy.png | Bin 1238 -> 1193 bytes mate/32x32/devices/media-optical.png | Bin 2291 -> 2255 bytes mate/32x32/devices/media-removable.png | Bin 1554 -> 1492 bytes mate/32x32/devices/media-tape.png | Bin 1317 -> 1212 bytes mate/32x32/devices/modem.png | Bin 2212 -> 2139 bytes mate/32x32/devices/multimedia-player.png | Bin 1186 -> 1425 bytes mate/32x32/devices/network-vpn.png | Bin 1419 -> 1267 bytes mate/32x32/devices/network-wired.png | Bin 1632 -> 1589 bytes mate/32x32/devices/network-wireless.png | Bin 2834 -> 2906 bytes mate/32x32/devices/pda.png | Bin 1059 -> 1197 bytes mate/32x32/devices/phone.png | Bin 1369 -> 1412 bytes mate/32x32/devices/printer-network.png | Bin 2160 -> 1844 bytes mate/32x32/devices/printer.png | Bin 1557 -> 1385 bytes mate/32x32/devices/scanner.png | Bin 1714 -> 1779 bytes .../32x32/devices/uninterruptible-power-supply.png | Bin 1588 -> 1307 bytes mate/32x32/devices/video-display.png | Bin 1679 -> 1577 bytes 39 files changed, 239 insertions(+) create mode 100644 mate/32x32/devices/Makefile.am (limited to 'mate/32x32/devices') diff --git a/mate/32x32/devices/Makefile.am b/mate/32x32/devices/Makefile.am new file mode 100644 index 0000000..0b4d4ba --- /dev/null +++ b/mate/32x32/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=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-card.png: ../../../src/audio-card.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-headphones.png: ../../../src/audio-headphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:440:335:472 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-headset.png: ../../../src/audio-headphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:140:335:172 -w=32 -h=32 -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=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-speakers.png: ../../../src/audio-speakers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:742:335:774 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +camera-photo.png: ../../../src/camera-photo.svg + @echo " "$@ + @inkscape -z $^ --export-area=300:142:332:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +camera-video.png: ../../../src/camera-video.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +camera-web.png: ../../../src/camera-web.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +computer.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:442:335:474 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-harddisk.png: ../../../src/drive-harddisk.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:138:335:172 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-multidisk.png: ../../../src/drive-multidisk.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:136:335:168 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-optical.png: ../../../src/drives.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-removable-media.png: ../../../src/drives.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-dialpad.png: ../../../src/input-dialpad.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-gaming.png: ../../../src/input-gaming.svg + @echo " "$@ + @inkscape -z $^ --export-area=343:162:375:194 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-keyboard.png: ../../../src/keyboards.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-mouse.png: ../../../src/input-mouse.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-tablet.png: ../../../src/input-tablet.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-touchpad.png: ../../../src/input-touchpad.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-flash.png: ../../../src/media-flash.svg + @echo " "$@ + @inkscape -z $^ --export-area=304:142:336:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-floppy.png: ../../../src/media-floppy.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:141:335:173 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-optical.png: ../../../src/media-optical.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-removable.png: ../../../src/media-removable.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-tape.png: ../../../src/media-tape.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +multimedia-player.png: ../../../src/multimedia-player.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +modem.png: ../../../src/modem.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-vpn.png: ../../../src/network-vpn.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-wired.png: ../../../src/network-wired.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-wireless.png: ../../../src/network-wireless.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +pda.png: ../../../src/pda.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +phone.png: ../../../src/phone.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:434:335:466 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-network.png: ../../../src/printer-network.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:140:335:172 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +scanner.png: ../../../src/scanner.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:140:335:172 -w=32 -h=32 -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=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +video-display.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:442:335:474 -w=32 -h=32 -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/32x32/devices/ac-adapter.png b/mate/32x32/devices/ac-adapter.png index 4b190b8..2cfecb8 100644 Binary files a/mate/32x32/devices/ac-adapter.png and b/mate/32x32/devices/ac-adapter.png differ diff --git a/mate/32x32/devices/audio-card.png b/mate/32x32/devices/audio-card.png index dbe1719..5afe61b 100644 Binary files a/mate/32x32/devices/audio-card.png and b/mate/32x32/devices/audio-card.png differ diff --git a/mate/32x32/devices/audio-headphones.png b/mate/32x32/devices/audio-headphones.png index d628037..2804715 100644 Binary files a/mate/32x32/devices/audio-headphones.png and b/mate/32x32/devices/audio-headphones.png differ diff --git a/mate/32x32/devices/audio-headset.png b/mate/32x32/devices/audio-headset.png index 4696c60..7063010 100644 Binary files a/mate/32x32/devices/audio-headset.png and b/mate/32x32/devices/audio-headset.png differ diff --git a/mate/32x32/devices/audio-input-microphone.png b/mate/32x32/devices/audio-input-microphone.png index 60a2b14..64fe15a 100644 Binary files a/mate/32x32/devices/audio-input-microphone.png and b/mate/32x32/devices/audio-input-microphone.png differ diff --git a/mate/32x32/devices/audio-speakers.png b/mate/32x32/devices/audio-speakers.png index 4d37be4..e2fb049 100644 Binary files a/mate/32x32/devices/audio-speakers.png and b/mate/32x32/devices/audio-speakers.png differ diff --git a/mate/32x32/devices/battery.png b/mate/32x32/devices/battery.png index 8cc17ca..99b3eca 100644 Binary files a/mate/32x32/devices/battery.png and b/mate/32x32/devices/battery.png differ diff --git a/mate/32x32/devices/camera-photo.png b/mate/32x32/devices/camera-photo.png index f0c9901..b552068 100644 Binary files a/mate/32x32/devices/camera-photo.png and b/mate/32x32/devices/camera-photo.png differ diff --git a/mate/32x32/devices/camera-video.png b/mate/32x32/devices/camera-video.png index fcdf4a0..a3fe040 100644 Binary files a/mate/32x32/devices/camera-video.png and b/mate/32x32/devices/camera-video.png differ diff --git a/mate/32x32/devices/camera-web.png b/mate/32x32/devices/camera-web.png index f29b708..924c5d7 100644 Binary files a/mate/32x32/devices/camera-web.png and b/mate/32x32/devices/camera-web.png differ diff --git a/mate/32x32/devices/computer.png b/mate/32x32/devices/computer.png index 3f3a402..fd95cb2 100644 Binary files a/mate/32x32/devices/computer.png and b/mate/32x32/devices/computer.png differ diff --git a/mate/32x32/devices/drive-harddisk.png b/mate/32x32/devices/drive-harddisk.png index cfe4c10..956416b 100644 Binary files a/mate/32x32/devices/drive-harddisk.png and b/mate/32x32/devices/drive-harddisk.png differ diff --git a/mate/32x32/devices/drive-multidisk.png b/mate/32x32/devices/drive-multidisk.png index b6fb708..44b4d94 100644 Binary files a/mate/32x32/devices/drive-multidisk.png and b/mate/32x32/devices/drive-multidisk.png differ diff --git a/mate/32x32/devices/drive-optical.png b/mate/32x32/devices/drive-optical.png index 034c010..68db630 100644 Binary files a/mate/32x32/devices/drive-optical.png and b/mate/32x32/devices/drive-optical.png differ diff --git a/mate/32x32/devices/drive-removable-media.png b/mate/32x32/devices/drive-removable-media.png index 22853a8..9f117ae 100644 Binary files a/mate/32x32/devices/drive-removable-media.png and b/mate/32x32/devices/drive-removable-media.png differ diff --git a/mate/32x32/devices/input-dialpad.png b/mate/32x32/devices/input-dialpad.png index 5f2c446..bfab366 100644 Binary files a/mate/32x32/devices/input-dialpad.png and b/mate/32x32/devices/input-dialpad.png differ diff --git a/mate/32x32/devices/input-gaming.png b/mate/32x32/devices/input-gaming.png index 9670ee8..02e06a5 100644 Binary files a/mate/32x32/devices/input-gaming.png and b/mate/32x32/devices/input-gaming.png differ diff --git a/mate/32x32/devices/input-keyboard.png b/mate/32x32/devices/input-keyboard.png index f0213d1..14d34c7 100644 Binary files a/mate/32x32/devices/input-keyboard.png and b/mate/32x32/devices/input-keyboard.png differ diff --git a/mate/32x32/devices/input-mouse.png b/mate/32x32/devices/input-mouse.png index 2fd8ca3..bf21424 100644 Binary files a/mate/32x32/devices/input-mouse.png and b/mate/32x32/devices/input-mouse.png differ diff --git a/mate/32x32/devices/input-tablet.png b/mate/32x32/devices/input-tablet.png index d2da198..ab2b28f 100644 Binary files a/mate/32x32/devices/input-tablet.png and b/mate/32x32/devices/input-tablet.png differ diff --git a/mate/32x32/devices/input-touchpad.png b/mate/32x32/devices/input-touchpad.png index 0e52113..30e6af9 100644 Binary files a/mate/32x32/devices/input-touchpad.png and b/mate/32x32/devices/input-touchpad.png differ diff --git a/mate/32x32/devices/media-flash.png b/mate/32x32/devices/media-flash.png index f3e4621..099ee2f 100644 Binary files a/mate/32x32/devices/media-flash.png and b/mate/32x32/devices/media-flash.png differ diff --git a/mate/32x32/devices/media-floppy.png b/mate/32x32/devices/media-floppy.png index 1f1bc8e..bce5f1d 100644 Binary files a/mate/32x32/devices/media-floppy.png and b/mate/32x32/devices/media-floppy.png differ diff --git a/mate/32x32/devices/media-optical.png b/mate/32x32/devices/media-optical.png index b0fff39..e8565e7 100644 Binary files a/mate/32x32/devices/media-optical.png and b/mate/32x32/devices/media-optical.png differ diff --git a/mate/32x32/devices/media-removable.png b/mate/32x32/devices/media-removable.png index c3a1846..382d7d2 100644 Binary files a/mate/32x32/devices/media-removable.png and b/mate/32x32/devices/media-removable.png differ diff --git a/mate/32x32/devices/media-tape.png b/mate/32x32/devices/media-tape.png index 45abe84..b1e0841 100644 Binary files a/mate/32x32/devices/media-tape.png and b/mate/32x32/devices/media-tape.png differ diff --git a/mate/32x32/devices/modem.png b/mate/32x32/devices/modem.png index 74a253c..eb60cf8 100644 Binary files a/mate/32x32/devices/modem.png and b/mate/32x32/devices/modem.png differ diff --git a/mate/32x32/devices/multimedia-player.png b/mate/32x32/devices/multimedia-player.png index 0a1c1a4..a42efae 100644 Binary files a/mate/32x32/devices/multimedia-player.png and b/mate/32x32/devices/multimedia-player.png differ diff --git a/mate/32x32/devices/network-vpn.png b/mate/32x32/devices/network-vpn.png index d3be66f..95b1e68 100644 Binary files a/mate/32x32/devices/network-vpn.png and b/mate/32x32/devices/network-vpn.png differ diff --git a/mate/32x32/devices/network-wired.png b/mate/32x32/devices/network-wired.png index 87487c8..5b88194 100644 Binary files a/mate/32x32/devices/network-wired.png and b/mate/32x32/devices/network-wired.png differ diff --git a/mate/32x32/devices/network-wireless.png b/mate/32x32/devices/network-wireless.png index 4358de7..a867bd9 100644 Binary files a/mate/32x32/devices/network-wireless.png and b/mate/32x32/devices/network-wireless.png differ diff --git a/mate/32x32/devices/pda.png b/mate/32x32/devices/pda.png index 1764bcc..89762f2 100644 Binary files a/mate/32x32/devices/pda.png and b/mate/32x32/devices/pda.png differ diff --git a/mate/32x32/devices/phone.png b/mate/32x32/devices/phone.png index 4ca9a6c..cc2e646 100644 Binary files a/mate/32x32/devices/phone.png and b/mate/32x32/devices/phone.png differ diff --git a/mate/32x32/devices/printer-network.png b/mate/32x32/devices/printer-network.png index f7d286c..0369bc0 100644 Binary files a/mate/32x32/devices/printer-network.png and b/mate/32x32/devices/printer-network.png differ diff --git a/mate/32x32/devices/printer.png b/mate/32x32/devices/printer.png index 3f188cb..d5a2d12 100644 Binary files a/mate/32x32/devices/printer.png and b/mate/32x32/devices/printer.png differ diff --git a/mate/32x32/devices/scanner.png b/mate/32x32/devices/scanner.png index f0e8766..d46ed13 100644 Binary files a/mate/32x32/devices/scanner.png and b/mate/32x32/devices/scanner.png differ diff --git a/mate/32x32/devices/uninterruptible-power-supply.png b/mate/32x32/devices/uninterruptible-power-supply.png index 1c4aa88..e11c61f 100644 Binary files a/mate/32x32/devices/uninterruptible-power-supply.png and b/mate/32x32/devices/uninterruptible-power-supply.png differ diff --git a/mate/32x32/devices/video-display.png b/mate/32x32/devices/video-display.png index 8197196..148a668 100644 Binary files a/mate/32x32/devices/video-display.png and b/mate/32x32/devices/video-display.png differ -- cgit v1.2.1