From 6712a9086e50603efb83f9e20fe08cccd830b05f Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 1 Apr 2019 15:36:21 +0200 Subject: Gen png icons from source - Mate theme clean & build: make -C mate clean-png-icons make -C mate build-png-icons --- mate/48x48/status/Makefile.am | 500 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 500 insertions(+) create mode 100644 mate/48x48/status/Makefile.am (limited to 'mate/48x48/status/Makefile.am') diff --git a/mate/48x48/status/Makefile.am b/mate/48x48/status/Makefile.am new file mode 100644 index 0000000..02abbed --- /dev/null +++ b/mate/48x48/status/Makefile.am @@ -0,0 +1,500 @@ +NULL = + +png_icons = \ + appointment-missed.png \ + appointment-soon.png \ + audio-volume-high.png \ + audio-volume-low.png \ + audio-volume-medium.png \ + audio-volume-muted.png \ + audio-volume-off.png \ + avatar-default.png \ + battery-caution-charging.png \ + battery-caution.png \ + battery-empty.png \ + battery-full-charged.png \ + battery-full-charging.png \ + battery-full.png \ + battery-good-charging.png \ + battery-good.png \ + battery-low-charging.png \ + battery-low.png \ + battery-missing.png \ + changes-allow.png \ + changes-prevent.png \ + computer-fail.png \ + dialog-error.png \ + dialog-information.png \ + dialog-password.png \ + dialog-question.png \ + dialog-warning.png \ + image-loading.png \ + image-missing.png \ + mail-attachment.png \ + mail-read.png \ + mail-replied.png \ + mail-unread.png \ + media-playlist-repeat.png \ + media-playlist-shuffle.png \ + microphone-sensitivity-high.png \ + microphone-sensitivity-low.png \ + microphone-sensitivity-medium.png \ + microphone-sensitivity-muted.png \ + network-error.png \ + network-idle.png \ + network-offline.png \ + network-receive.png \ + network-transmit.png \ + network-transmit-receive.png \ + non-starred.png \ + printer-error.png \ + printer-printing.png \ + security-high.png \ + security-low.png \ + security-medium.png \ + semi-starred.png \ + semi-starred-rtl.png \ + software-update-available.png \ + software-update-urgent.png \ + starred.png \ + task-due.png \ + task-past-due.png \ + trophy-bronze.png \ + trophy-gold.png \ + trophy-silver.png \ + user-available.png \ + user-away.png \ + user-busy.png \ + user-idle.png \ + user-invisible.png \ + user-offline.png \ + user-trash-full.png \ + weather-clear-night.png \ + weather-clear.png \ + weather-few-clouds-night.png \ + weather-few-clouds.png \ + weather-fog.png \ + weather-overcast.png \ + weather-severe-alert.png \ + weather-showers.png \ + weather-showers-scattered.png \ + weather-snow.png \ + weather-storm.png \ + $(NULL) + +appointment-missed.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:197:344:245 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +appointment-soon.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:497:744:545 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-high.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:504:344:552 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-low.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-medium.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:504:744:552 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-muted.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:204:744:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-off.png: ../../../src/audio-volume-off.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +avatar-default.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-caution-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=316:502:364:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-caution.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:802:1144:850 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-empty.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:-118:744:-70 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full-charged.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:-428:744:-380 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:502:744:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-good-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:202:1144:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-good.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:502:1144:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-low-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:-118:1144:-70 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-low.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:802:744:850 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-missing.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:-118:344:-70 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +changes-allow.png: ../../../src/changes.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:204:744:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +changes-prevent.png: ../../../src/changes.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +computer-fail.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1896:204:1944:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-error.png: ../../../src/dialog-error.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-information.png: ../../../src/dialog-information.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-password.png: ../../../src/dialog-password.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-question.png: ../../../src/dialog-question.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-warning.png: ../../../src/dialog-warning.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-drag-accept.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-open.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-visiting.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +image-loading.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=700:199:748:247 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +image-missing.png: ../../../src/photos.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:204:744:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-attachment.png: ../../../src/mail-attachment.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-read.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-replied.png: ../../../src/mail-replied.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-unread.png: ../../../src/mail-unread.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playlist-repeat.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=55:102:103:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playlist-shuffle.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=5:102:53:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-muted.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=448:214:496:262 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-low.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=528:214:576:262 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-medium.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=608:214:656:262 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-high.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=688:214:736:262 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-error.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:504:1144:552 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-idle.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-offline.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1496:504:1544:552 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-receive.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1496:204:1544:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-transmit.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:204:1144:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-transmit-receive.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:204:744:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-error.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:197:744:245 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-printing.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:497:744:545 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-high.png: ../../../src/security-high.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-low.png: ../../../src/security-low.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-medium.png: ../../../src/security-medium.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +software-update-available.png: ../../../src/software-update.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +software-update-urgent.png: ../../../src/software-update.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:204:744:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +non-starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=299:201:347:249 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +semi-starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=716:504:764:552 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +semi-starred-rtl.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=716:204:764:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:504:344:552 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +task-due.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +task-past-due.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:204:744:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-bronze.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:202:1144:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-gold.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-silver.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-available.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1206:204:1254:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-offline.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1266:204:1314:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-idle.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1326:204:1374:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-away.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1386:204:1434:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-invisible.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1446:204:1494:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-busy.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1506:204:1554:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-trash-full.png: ../../../src/trash.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-clear-night.png: ../../../src/weather-clear-night.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-clear.png: ../../../src/weather-clear.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-few-clouds-night.png: ../../../src/weather-few-clouds-night.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-few-clouds.png: ../../../src/weather-few-clouds.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-fog.png: ../../../src/weather-fog.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-overcast.png: ../../../src/weather-overcast.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-severe-alert.png: ../../../src/weather-severe-alert.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-showers.png: ../../../src/weather-showers.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-showers-scattered.png: ../../../src/weather-showers-scattered.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-snow.png: ../../../src/weather-snow.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-storm.png: ../../../src/weather-storm.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -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) -- cgit v1.2.1