diff options
author | rbuj <[email protected]> | 2019-03-26 17:27:58 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-30 18:01:00 +0100 |
commit | c8ac150b8a7aca83fb984eac0b2619b4daf30071 (patch) | |
tree | 20601748ee1d50537a41371fbac453b404dec1b0 /mate/256x256/devices | |
parent | c236eabf6ac46e88f474578ecdfa5b10556ea1f4 (diff) | |
download | mate-icon-theme-c8ac150b8a7aca83fb984eac0b2619b4daf30071.tar.bz2 mate-icon-theme-c8ac150b8a7aca83fb984eac0b2619b4daf30071.tar.xz |
Gen png icons from source. Mate: apps, categories & devices
clean & build:
make -C mate clean-png-icons
make -C mate build-png-icons
Diffstat (limited to 'mate/256x256/devices')
31 files changed, 190 insertions, 0 deletions
diff --git a/mate/256x256/devices/Makefile.am b/mate/256x256/devices/Makefile.am new file mode 100644 index 0000000..9b2ec8f --- /dev/null +++ b/mate/256x256/devices/Makefile.am @@ -0,0 +1,190 @@ +NULL = + +png_icons = \ + ac-adapter.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 \ + media-flash.png \ + media-floppy.png \ + media-optical.png \ + media-removable.png \ + multimedia-player.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=22:11:278:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-headphones.png: ../../../src/audio-headphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:311:278:567 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-headset.png: ../../../src/audio-headphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:11:278:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-input-microphone.png: ../../../src/audio-input-microphone.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:11:278:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-speakers.png: ../../../src/audio-speakers.svg + @echo " "$@ + @inkscape -z $^ --export-area=16:16:272:272 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:611:278:867 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +camera-photo.png: ../../../src/camera-photo.svg + @echo " "$@ + @inkscape -z $^ --export-area=16:11:272:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +camera-video.png: ../../../src/camera-video.svg + @echo " "$@ + @inkscape -z $^ --export-area=16:11:272:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +camera-web.png: ../../../src/camera-web.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:11:278:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +computer.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=16:322:272:578 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-harddisk.png: ../../../src/drive-harddisk.svg + @echo " "$@ + @inkscape -z $^ --export-area=19:11:275:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-multidisk.png: ../../../src/drive-multidisk.svg + @echo " "$@ + @inkscape -z $^ --export-area=20:11:276:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-optical.png: ../../../src/drives.svg + @echo " "$@ + @inkscape -z $^ --export-area=16:11:272:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +drive-removable-media.png: ../../../src/drives.svg + @echo " "$@ + @inkscape -z $^ --export-area=416:16:672:272 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-dialpad.png: ../../../src/input-dialpad.svg + @echo " "$@ + @inkscape -z $^ --export-area=11:11:267:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-gaming.png: ../../../src/input-gaming.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:16:278:272 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-keyboard.png: ../../../src/keyboards.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:11:278:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-mouse.png: ../../../src/input-mouse.svg + @echo " "$@ + @inkscape -z $^ --export-area=11:11:267:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +input-tablet.png: ../../../src/input-tablet.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:11:278:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-flash.png: ../../../src/media-flash.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:16:278:272 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ +media-floppy.png: ../../../src/media-floppy.svg + @echo " "$@ + @inkscape -z $^ --export-area=16:11:272:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-optical.png: ../../../src/media-optical.svg + @echo " "$@ + @inkscape -z $^ --export-area=15:7:271:263 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-removable.png: ../../../src/media-removable.svg + @echo " "$@ + @inkscape -z $^ --export-area=11:22:267:278 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +multimedia-player.png: ../../../src/multimedia-player.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:11:278:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +phone.png: ../../../src/phone.svg + @echo " "$@ + @inkscape -z $^ --export-area=11:11:267:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=20:303:276:559 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-network.png: ../../../src/printer-network.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:11:278:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +scanner.png: ../../../src/scanner.svg + @echo " "$@ + @inkscape -z $^ --export-area=16:16:272:272 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +uninterruptible-power-supply.png: ../../../src/uninterruptible-power-supply.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:11:278:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +video-display.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:311:278:567 -w=256 -h=256 -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/256x256/devices/ac-adapter.png b/mate/256x256/devices/ac-adapter.png Binary files differindex a1e6d78..c8115bd 100644 --- a/mate/256x256/devices/ac-adapter.png +++ b/mate/256x256/devices/ac-adapter.png diff --git a/mate/256x256/devices/audio-headphones.png b/mate/256x256/devices/audio-headphones.png Binary files differnew file mode 100644 index 0000000..84bf1c2 --- /dev/null +++ b/mate/256x256/devices/audio-headphones.png diff --git a/mate/256x256/devices/audio-headset.png b/mate/256x256/devices/audio-headset.png Binary files differnew file mode 100644 index 0000000..7f4b04f --- /dev/null +++ b/mate/256x256/devices/audio-headset.png diff --git a/mate/256x256/devices/audio-input-microphone.png b/mate/256x256/devices/audio-input-microphone.png Binary files differindex e5ba6a8..b3c2fb6 100644 --- a/mate/256x256/devices/audio-input-microphone.png +++ b/mate/256x256/devices/audio-input-microphone.png diff --git a/mate/256x256/devices/audio-speakers.png b/mate/256x256/devices/audio-speakers.png Binary files differnew file mode 100644 index 0000000..75bce0b --- /dev/null +++ b/mate/256x256/devices/audio-speakers.png diff --git a/mate/256x256/devices/battery.png b/mate/256x256/devices/battery.png Binary files differindex 7524902..4882817 100644 --- a/mate/256x256/devices/battery.png +++ b/mate/256x256/devices/battery.png diff --git a/mate/256x256/devices/camera-photo.png b/mate/256x256/devices/camera-photo.png Binary files differindex 907a722..31e9412 100644 --- a/mate/256x256/devices/camera-photo.png +++ b/mate/256x256/devices/camera-photo.png diff --git a/mate/256x256/devices/camera-video.png b/mate/256x256/devices/camera-video.png Binary files differnew file mode 100644 index 0000000..dfc9586 --- /dev/null +++ b/mate/256x256/devices/camera-video.png diff --git a/mate/256x256/devices/camera-web.png b/mate/256x256/devices/camera-web.png Binary files differnew file mode 100644 index 0000000..33ebcdb --- /dev/null +++ b/mate/256x256/devices/camera-web.png diff --git a/mate/256x256/devices/computer.png b/mate/256x256/devices/computer.png Binary files differindex 4c3fb2e..3aa0fd9 100644 --- a/mate/256x256/devices/computer.png +++ b/mate/256x256/devices/computer.png diff --git a/mate/256x256/devices/drive-harddisk.png b/mate/256x256/devices/drive-harddisk.png Binary files differindex f0096fc..82d0407 100644 --- a/mate/256x256/devices/drive-harddisk.png +++ b/mate/256x256/devices/drive-harddisk.png diff --git a/mate/256x256/devices/drive-multidisk.png b/mate/256x256/devices/drive-multidisk.png Binary files differnew file mode 100644 index 0000000..f7e604e --- /dev/null +++ b/mate/256x256/devices/drive-multidisk.png diff --git a/mate/256x256/devices/drive-optical.png b/mate/256x256/devices/drive-optical.png Binary files differindex 4dc6d06..5cb1f7a 100644 --- a/mate/256x256/devices/drive-optical.png +++ b/mate/256x256/devices/drive-optical.png diff --git a/mate/256x256/devices/drive-removable-media.png b/mate/256x256/devices/drive-removable-media.png Binary files differindex 0ae6924..35d082e 100644 --- a/mate/256x256/devices/drive-removable-media.png +++ b/mate/256x256/devices/drive-removable-media.png diff --git a/mate/256x256/devices/input-dialpad.png b/mate/256x256/devices/input-dialpad.png Binary files differnew file mode 100644 index 0000000..4f33fb6 --- /dev/null +++ b/mate/256x256/devices/input-dialpad.png diff --git a/mate/256x256/devices/input-gaming.png b/mate/256x256/devices/input-gaming.png Binary files differnew file mode 100644 index 0000000..5afb5c9 --- /dev/null +++ b/mate/256x256/devices/input-gaming.png diff --git a/mate/256x256/devices/input-keyboard.png b/mate/256x256/devices/input-keyboard.png Binary files differindex 2189aa4..7724117 100644 --- a/mate/256x256/devices/input-keyboard.png +++ b/mate/256x256/devices/input-keyboard.png diff --git a/mate/256x256/devices/input-mouse.png b/mate/256x256/devices/input-mouse.png Binary files differnew file mode 100644 index 0000000..6848842 --- /dev/null +++ b/mate/256x256/devices/input-mouse.png diff --git a/mate/256x256/devices/input-tablet.png b/mate/256x256/devices/input-tablet.png Binary files differnew file mode 100644 index 0000000..dc59d45 --- /dev/null +++ b/mate/256x256/devices/input-tablet.png diff --git a/mate/256x256/devices/media-flash.png b/mate/256x256/devices/media-flash.png Binary files differindex 9877520..9439762 100644 --- a/mate/256x256/devices/media-flash.png +++ b/mate/256x256/devices/media-flash.png diff --git a/mate/256x256/devices/media-floppy.png b/mate/256x256/devices/media-floppy.png Binary files differnew file mode 100644 index 0000000..511f2be --- /dev/null +++ b/mate/256x256/devices/media-floppy.png diff --git a/mate/256x256/devices/media-optical.png b/mate/256x256/devices/media-optical.png Binary files differindex 1442c80..96cbff5 100644 --- a/mate/256x256/devices/media-optical.png +++ b/mate/256x256/devices/media-optical.png diff --git a/mate/256x256/devices/media-removable.png b/mate/256x256/devices/media-removable.png Binary files differnew file mode 100644 index 0000000..0b22eeb --- /dev/null +++ b/mate/256x256/devices/media-removable.png diff --git a/mate/256x256/devices/multimedia-player.png b/mate/256x256/devices/multimedia-player.png Binary files differindex 3c45e30..3d441b2 100644 --- a/mate/256x256/devices/multimedia-player.png +++ b/mate/256x256/devices/multimedia-player.png diff --git a/mate/256x256/devices/phone.png b/mate/256x256/devices/phone.png Binary files differnew file mode 100644 index 0000000..8512277 --- /dev/null +++ b/mate/256x256/devices/phone.png diff --git a/mate/256x256/devices/printer-network.png b/mate/256x256/devices/printer-network.png Binary files differnew file mode 100644 index 0000000..5a253db --- /dev/null +++ b/mate/256x256/devices/printer-network.png diff --git a/mate/256x256/devices/printer.png b/mate/256x256/devices/printer.png Binary files differindex 987b06c..f354966 100644 --- a/mate/256x256/devices/printer.png +++ b/mate/256x256/devices/printer.png diff --git a/mate/256x256/devices/scanner.png b/mate/256x256/devices/scanner.png Binary files differnew file mode 100644 index 0000000..fc390ce --- /dev/null +++ b/mate/256x256/devices/scanner.png diff --git a/mate/256x256/devices/uninterruptible-power-supply.png b/mate/256x256/devices/uninterruptible-power-supply.png Binary files differnew file mode 100644 index 0000000..62df073 --- /dev/null +++ b/mate/256x256/devices/uninterruptible-power-supply.png diff --git a/mate/256x256/devices/video-display.png b/mate/256x256/devices/video-display.png Binary files differindex 08d72dc..2b8ac23 100644 --- a/mate/256x256/devices/video-display.png +++ b/mate/256x256/devices/video-display.png |