diff options
Diffstat (limited to 'mate')
1218 files changed, 7666 insertions, 7 deletions
diff --git a/mate/16x16/Makefile.am b/mate/16x16/Makefile.am index b3dafbb..160fec0 100644 --- a/mate/16x16/Makefile.am +++ b/mate/16x16/Makefile.am @@ -1,13 +1,21 @@ NULL = DIST_SUBDIRS = \ + actions \ apps \ categories \ devices \ + emblems \ + places \ + status \ $(NULL) SUBDIRS = \ + actions \ apps \ categories \ devices \ + emblems \ + places \ + status \ $(NULL) diff --git a/mate/16x16/actions/Makefile.am b/mate/16x16/actions/Makefile.am new file mode 100644 index 0000000..f3e021b --- /dev/null +++ b/mate/16x16/actions/Makefile.am @@ -0,0 +1,670 @@ +NULL = + +png_icons = \ + address-book-new.png \ + application-exit.png \ + appointment-new.png \ + bookmark-new.png \ + call-start.png \ + call-stop.png \ + contact-new.png \ + document-new.png \ + document-open-recent.png \ + document-page-setup.png \ + document-print.png \ + document-print-preview.png \ + document-properties.png \ + document-revert.png \ + document-revert-rtl.png \ + document-save-as.png \ + document-save.png \ + document-send.png \ + edit-clear.png \ + edit-clear-rtl.png \ + edit-copy.png \ + edit-cut.png \ + edit-delete.png \ + edit-find.png \ + edit-find-replace.png \ + edit-paste.png \ + edit-redo.png \ + edit-redo-rtl.png \ + edit-select-all.png \ + edit-undo.png \ + edit-undo-rtl.png \ + format-indent-less.png \ + format-indent-less-rtl.png \ + format-indent-more.png \ + format-indent-more-rtl.png \ + format-justify-center.png \ + format-justify-fill.png \ + format-justify-left.png \ + format-justify-right.png \ + format-text-bold.png \ + format-text-direction-ltr.png \ + format-text-direction-rtl.png \ + format-text-italic.png \ + format-text-strikethrough.png \ + format-text-underline.png \ + go-bottom.png \ + go-down.png \ + go-first.png \ + go-home.png \ + go-jump.png \ + go-last.png \ + go-next.png \ + go-previous.png \ + go-top.png \ + go-up.png \ + help-about.png \ + help-faq.png \ + insert-image.png \ + insert-link.png \ + insert-object.png \ + insert-text.png \ + list-add.png \ + list-remove.png \ + mail-forward.png \ + mail-mark-important.png \ + mail-mark-junk.png \ + mail-mark-notjunk.png \ + mail-mark-read.png \ + mail-mark-unread.png \ + mail-message-new.png \ + mail-reply-all.png \ + mail-reply-sender.png \ + mail-send.png \ + mail-send-receive.png \ + mark-location.png \ + media-eject.png \ + media-playback-pause.png \ + media-playback-start.png \ + media-playback-start-rtl.png \ + media-playback-stop.png \ + media-record.png \ + media-seek-backward.png \ + media-seek-forward.png \ + media-skip-backward.png \ + media-skip-forward.png \ + object-flip-horizontal.png \ + object-flip-vertical.png \ + object-rotate-left.png \ + object-rotate-right.png \ + process-stop.png \ + system-lock-screen.png \ + system-log-out.png \ + system-run.png \ + system-search.png \ + system-shutdown.png \ + tab-new.png \ + tools-check-spelling.png \ + view-fullscreen.png \ + view-refresh.png \ + view-restore.png \ + view-sort-ascending.png \ + view-sort-descending.png \ + window-close.png \ + window-new.png \ + zoom-fit-best.png \ + zoom-in.png \ + zoom-original.png \ + zoom-out.png \ + $(NULL) + +address-book-new.png: ../../../src/x-office-address-book.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +application-exit.png:../../../src/application-exit.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +appointment-new.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:359:319:375 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +bookmark-new.png: ../../../src/bookmark-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +call-start.png: ../../../src/call-start.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +call-stop.png: ../../../src/call-stop.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +contact-new.png: ../../../src/contact-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-new.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=700:360:716:376 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:665:1519:681 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open-recent.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:59:719:75 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-page-setup.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=299:60:315:76 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:59:319:75 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print-preview.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:359:1119:375 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-properties.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1100:360:1116:376 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1900:360:1916:376 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert-rtl.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1500:60:1516:76 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save-as.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:65:1119:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-send.png: ../../../src/document-send.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-clear.png: ../../../src/edit-clear-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-clear-rtl.png: ../../../src/edit-clear-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -flop $@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-copy.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:365:719:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-cut.png: ../../../src/edit-cut.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-delete.png: ../../../src/edit-delete.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:66:319:82 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=300:64:316:80 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find-replace.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=700:64:716:80 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-paste.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:365:319:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-undo.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=23:26:39:40 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-redo.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=83:26:99:40 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-select-all.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1499:360:1515:376 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-redo-rtl.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=143:26:159:40 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-undo-rtl.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=203:26:219:40 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-new.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:665:319:681 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-less-rtl.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=-107:5:-91:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-more-rtl.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=-47:5:-31:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-less.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=13:5:29:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-more.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=73:5:89:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-left.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=133:5:149:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-center.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=193:5:209:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-right.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=253:5:269:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-fill.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=313:5:329:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-bold.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=373:5:389:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-direction-ltr.png: ../../../src/format-text-direction-ltr.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-direction-rtl.png: ../../../src/format-text-direction-rtl.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-italic.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=433:5:449:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-strikethrough.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=493:5:509:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-underline.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=553:5:569:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-jump.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=33:21:49:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-bottom.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=113:21:129:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-down.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=193:21:209:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-top.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=283:21:299:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-up.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=373:21:389:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-first.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=463:21:479:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-previous.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=543:21:559:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-refresh.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=623:21:639:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +process-stop.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:21:719:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-next.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=783:21:799:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-last.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=863:21:879:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-home.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=943:21:959:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +help-about.png: ../../../src/help-about.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +help-faq.png: ../../../src/help-faq.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-image.png: ../../../src/insert-image.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-link.png: ../../../src/insert-link.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-object.png: ../../../src/insert-object.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-text.png: ../../../src/insert-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +list-add.png: ../../../src/list-add-remove.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +list-remove.png: ../../../src/list-add-remove.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-forward.png: ../../../src/mail-forward.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-important.png: ../../../src/mail-mark-important.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-junk.png: ../../../src/mail-mark-junk.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-notjunk.png: ../../../src/mail-mark-notjunk.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:102:312:118 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-read.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:65:1519:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-unread.png: ../../../src/mail-mark-unread.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-message-new.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-reply-all.png: ../../../src/mail-reply-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-reply-sender.png: ../../../src/mail-reply-sender.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-send.png: ../../../src/mail-send.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-send-receive.png: ../../../src/mail-send-receive.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mark-location.png: ../../../src/mark-location.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-eject.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=53:6:69:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-skip-backward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=73:6:89:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-seek-backward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=93:6:109:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-pause.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=113:6:129:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-start.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=133:6:149:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-stop.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=153:6:169:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-seek-forward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=173:6:189:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-skip-forward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=193:6:209:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-record.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=213:6:229:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-start-rtl.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=234:6:250:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-flip-horizontal.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=23:25:39:41 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-flip-vertical.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=43:25:59:41 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-rotate-left.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=63:25:79:41 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-rotate-right.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=83:25:99:41 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-lock-screen.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-log-out.png: ../../../src/system-log-out.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-run.png: ../../../src/system-run.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-search.png: ../../../src/system-search.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-shutdown.png: ../../../src/system-shutdown.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +tab-new.png: ../../../src/tab-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +tools-check-spelling.png: ../../../src/tools-check-spelling.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-fullscreen.png: ../../../src/view-fullscreen-restore.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-restore.png: ../../../src/view-fullscreen-restore.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-sort-ascending.png: ../../../src/view-sort.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:65:38:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-sort-descending.png: ../../../src/view-sort.svg + @echo " "$@ + @inkscape -z $^ --export-area=82:65:98:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +window-close.png: ../../../src/window-close.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +window-new.png: ../../../src/window-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-fit-best.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-in.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:365:319:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-original.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-out.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:365:719:381 -w=16 -h=16 -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/16x16/actions/address-book-new.png b/mate/16x16/actions/address-book-new.png Binary files differindex 8023b06..257772a 100644 --- a/mate/16x16/actions/address-book-new.png +++ b/mate/16x16/actions/address-book-new.png diff --git a/mate/16x16/actions/application-exit.png b/mate/16x16/actions/application-exit.png Binary files differindex 1c6ddf0..c8bbbea 100644 --- a/mate/16x16/actions/application-exit.png +++ b/mate/16x16/actions/application-exit.png diff --git a/mate/16x16/actions/appointment-new.png b/mate/16x16/actions/appointment-new.png Binary files differindex d1cfd45..e22c5a6 100644 --- a/mate/16x16/actions/appointment-new.png +++ b/mate/16x16/actions/appointment-new.png diff --git a/mate/16x16/actions/bookmark-new.png b/mate/16x16/actions/bookmark-new.png Binary files differindex 4dc0327..5d08777 100644 --- a/mate/16x16/actions/bookmark-new.png +++ b/mate/16x16/actions/bookmark-new.png diff --git a/mate/16x16/actions/call-start.png b/mate/16x16/actions/call-start.png Binary files differindex fbc983c..e8608a7 100644 --- a/mate/16x16/actions/call-start.png +++ b/mate/16x16/actions/call-start.png diff --git a/mate/16x16/actions/call-stop.png b/mate/16x16/actions/call-stop.png Binary files differindex 428eb2b..722f1be 100644 --- a/mate/16x16/actions/call-stop.png +++ b/mate/16x16/actions/call-stop.png diff --git a/mate/16x16/actions/contact-new.png b/mate/16x16/actions/contact-new.png Binary files differindex ee82c53..8311ab4 100644 --- a/mate/16x16/actions/contact-new.png +++ b/mate/16x16/actions/contact-new.png diff --git a/mate/16x16/actions/document-new.png b/mate/16x16/actions/document-new.png Binary files differindex a995737..4a3dac3 100644 --- a/mate/16x16/actions/document-new.png +++ b/mate/16x16/actions/document-new.png diff --git a/mate/16x16/actions/document-open-recent.png b/mate/16x16/actions/document-open-recent.png Binary files differindex aa5bb54..184a60b 100644 --- a/mate/16x16/actions/document-open-recent.png +++ b/mate/16x16/actions/document-open-recent.png diff --git a/mate/16x16/actions/document-page-setup.png b/mate/16x16/actions/document-page-setup.png Binary files differindex 8e3ea0e..95dbf7d 100644 --- a/mate/16x16/actions/document-page-setup.png +++ b/mate/16x16/actions/document-page-setup.png diff --git a/mate/16x16/actions/document-print-preview.png b/mate/16x16/actions/document-print-preview.png Binary files differindex 2346f92..40f9e29 100644 --- a/mate/16x16/actions/document-print-preview.png +++ b/mate/16x16/actions/document-print-preview.png diff --git a/mate/16x16/actions/document-print.png b/mate/16x16/actions/document-print.png Binary files differindex b6e439c..bdb5a87 100644 --- a/mate/16x16/actions/document-print.png +++ b/mate/16x16/actions/document-print.png diff --git a/mate/16x16/actions/document-properties.png b/mate/16x16/actions/document-properties.png Binary files differindex 9229b3b..3466f2a 100644 --- a/mate/16x16/actions/document-properties.png +++ b/mate/16x16/actions/document-properties.png diff --git a/mate/16x16/actions/document-revert-rtl.png b/mate/16x16/actions/document-revert-rtl.png Binary files differindex 302df4d..5e43d9f 100644 --- a/mate/16x16/actions/document-revert-rtl.png +++ b/mate/16x16/actions/document-revert-rtl.png diff --git a/mate/16x16/actions/document-revert.png b/mate/16x16/actions/document-revert.png Binary files differindex 27e2eda..3e6e705 100644 --- a/mate/16x16/actions/document-revert.png +++ b/mate/16x16/actions/document-revert.png diff --git a/mate/16x16/actions/document-save-as.png b/mate/16x16/actions/document-save-as.png Binary files differindex 2d39599..b4740be 100644 --- a/mate/16x16/actions/document-save-as.png +++ b/mate/16x16/actions/document-save-as.png diff --git a/mate/16x16/actions/document-save.png b/mate/16x16/actions/document-save.png Binary files differindex 85edbbd..d3c9485 100644 --- a/mate/16x16/actions/document-save.png +++ b/mate/16x16/actions/document-save.png diff --git a/mate/16x16/actions/document-send.png b/mate/16x16/actions/document-send.png Binary files differindex 4a065e7..449b1be 100644 --- a/mate/16x16/actions/document-send.png +++ b/mate/16x16/actions/document-send.png diff --git a/mate/16x16/actions/edit-clear-rtl.png b/mate/16x16/actions/edit-clear-rtl.png Binary files differindex 90843c2..8921ba0 100644 --- a/mate/16x16/actions/edit-clear-rtl.png +++ b/mate/16x16/actions/edit-clear-rtl.png diff --git a/mate/16x16/actions/edit-clear.png b/mate/16x16/actions/edit-clear.png Binary files differindex 3be482d..ba8bf05 100644 --- a/mate/16x16/actions/edit-clear.png +++ b/mate/16x16/actions/edit-clear.png diff --git a/mate/16x16/actions/edit-copy.png b/mate/16x16/actions/edit-copy.png Binary files differindex a454881..ea0d912 100644 --- a/mate/16x16/actions/edit-copy.png +++ b/mate/16x16/actions/edit-copy.png diff --git a/mate/16x16/actions/edit-cut.png b/mate/16x16/actions/edit-cut.png Binary files differindex f579313..cc268ec 100644 --- a/mate/16x16/actions/edit-cut.png +++ b/mate/16x16/actions/edit-cut.png diff --git a/mate/16x16/actions/edit-delete.png b/mate/16x16/actions/edit-delete.png Binary files differindex ec35ed2..8a755bd 100644 --- a/mate/16x16/actions/edit-delete.png +++ b/mate/16x16/actions/edit-delete.png diff --git a/mate/16x16/actions/edit-find-replace.png b/mate/16x16/actions/edit-find-replace.png Binary files differindex df956ab..4135b0b 100644 --- a/mate/16x16/actions/edit-find-replace.png +++ b/mate/16x16/actions/edit-find-replace.png diff --git a/mate/16x16/actions/edit-find.png b/mate/16x16/actions/edit-find.png Binary files differindex 05c6821..d3f97e6 100644 --- a/mate/16x16/actions/edit-find.png +++ b/mate/16x16/actions/edit-find.png diff --git a/mate/16x16/actions/edit-paste.png b/mate/16x16/actions/edit-paste.png Binary files differindex 4458622..7b949a9 100644 --- a/mate/16x16/actions/edit-paste.png +++ b/mate/16x16/actions/edit-paste.png diff --git a/mate/16x16/actions/edit-redo-rtl.png b/mate/16x16/actions/edit-redo-rtl.png Binary files differindex 48f0602..ee62133 100644 --- a/mate/16x16/actions/edit-redo-rtl.png +++ b/mate/16x16/actions/edit-redo-rtl.png diff --git a/mate/16x16/actions/edit-redo.png b/mate/16x16/actions/edit-redo.png Binary files differindex 7ea57b2..48352d3 100644 --- a/mate/16x16/actions/edit-redo.png +++ b/mate/16x16/actions/edit-redo.png diff --git a/mate/16x16/actions/edit-select-all.png b/mate/16x16/actions/edit-select-all.png Binary files differindex e7d21a0..5643879 100644 --- a/mate/16x16/actions/edit-select-all.png +++ b/mate/16x16/actions/edit-select-all.png diff --git a/mate/16x16/actions/edit-undo-rtl.png b/mate/16x16/actions/edit-undo-rtl.png Binary files differindex f55b2ff..14350fc 100644 --- a/mate/16x16/actions/edit-undo-rtl.png +++ b/mate/16x16/actions/edit-undo-rtl.png diff --git a/mate/16x16/actions/edit-undo.png b/mate/16x16/actions/edit-undo.png Binary files differindex 667892b..15ec7df 100644 --- a/mate/16x16/actions/edit-undo.png +++ b/mate/16x16/actions/edit-undo.png diff --git a/mate/16x16/actions/format-indent-less-rtl.png b/mate/16x16/actions/format-indent-less-rtl.png Binary files differindex a6621ba..b3906e3 100644 --- a/mate/16x16/actions/format-indent-less-rtl.png +++ b/mate/16x16/actions/format-indent-less-rtl.png diff --git a/mate/16x16/actions/format-indent-less.png b/mate/16x16/actions/format-indent-less.png Binary files differindex de8de73..17d9ee9 100644 --- a/mate/16x16/actions/format-indent-less.png +++ b/mate/16x16/actions/format-indent-less.png diff --git a/mate/16x16/actions/format-indent-more-rtl.png b/mate/16x16/actions/format-indent-more-rtl.png Binary files differindex 37740f7..cc557f2 100644 --- a/mate/16x16/actions/format-indent-more-rtl.png +++ b/mate/16x16/actions/format-indent-more-rtl.png diff --git a/mate/16x16/actions/format-indent-more.png b/mate/16x16/actions/format-indent-more.png Binary files differindex 252a650..813794b 100644 --- a/mate/16x16/actions/format-indent-more.png +++ b/mate/16x16/actions/format-indent-more.png diff --git a/mate/16x16/actions/format-justify-center.png b/mate/16x16/actions/format-justify-center.png Binary files differindex 7547df9..3de66c4 100644 --- a/mate/16x16/actions/format-justify-center.png +++ b/mate/16x16/actions/format-justify-center.png diff --git a/mate/16x16/actions/format-justify-fill.png b/mate/16x16/actions/format-justify-fill.png Binary files differindex a210598..5533417 100644 --- a/mate/16x16/actions/format-justify-fill.png +++ b/mate/16x16/actions/format-justify-fill.png diff --git a/mate/16x16/actions/format-justify-left.png b/mate/16x16/actions/format-justify-left.png Binary files differindex 36a14e3..cb845ef 100644 --- a/mate/16x16/actions/format-justify-left.png +++ b/mate/16x16/actions/format-justify-left.png diff --git a/mate/16x16/actions/format-justify-right.png b/mate/16x16/actions/format-justify-right.png Binary files differindex 88f4217..7e56713 100644 --- a/mate/16x16/actions/format-justify-right.png +++ b/mate/16x16/actions/format-justify-right.png diff --git a/mate/16x16/actions/format-text-bold.png b/mate/16x16/actions/format-text-bold.png Binary files differindex efe3f4f..0c2816d 100644 --- a/mate/16x16/actions/format-text-bold.png +++ b/mate/16x16/actions/format-text-bold.png diff --git a/mate/16x16/actions/format-text-direction-ltr.png b/mate/16x16/actions/format-text-direction-ltr.png Binary files differindex 679c2ec..fec3f65 100644 --- a/mate/16x16/actions/format-text-direction-ltr.png +++ b/mate/16x16/actions/format-text-direction-ltr.png diff --git a/mate/16x16/actions/format-text-direction-rtl.png b/mate/16x16/actions/format-text-direction-rtl.png Binary files differindex e0982ff..3385abd 100644 --- a/mate/16x16/actions/format-text-direction-rtl.png +++ b/mate/16x16/actions/format-text-direction-rtl.png diff --git a/mate/16x16/actions/format-text-italic.png b/mate/16x16/actions/format-text-italic.png Binary files differindex e1a3d3b..76ec8c3 100644 --- a/mate/16x16/actions/format-text-italic.png +++ b/mate/16x16/actions/format-text-italic.png diff --git a/mate/16x16/actions/format-text-strikethrough.png b/mate/16x16/actions/format-text-strikethrough.png Binary files differindex 4d0c211..7204f98 100644 --- a/mate/16x16/actions/format-text-strikethrough.png +++ b/mate/16x16/actions/format-text-strikethrough.png diff --git a/mate/16x16/actions/format-text-underline.png b/mate/16x16/actions/format-text-underline.png Binary files differindex 60d9735..ce7c5cc 100644 --- a/mate/16x16/actions/format-text-underline.png +++ b/mate/16x16/actions/format-text-underline.png diff --git a/mate/16x16/actions/go-bottom.png b/mate/16x16/actions/go-bottom.png Binary files differindex 9609ec2..510d934 100644 --- a/mate/16x16/actions/go-bottom.png +++ b/mate/16x16/actions/go-bottom.png diff --git a/mate/16x16/actions/go-down.png b/mate/16x16/actions/go-down.png Binary files differindex 00c106d..91a3d48 100644 --- a/mate/16x16/actions/go-down.png +++ b/mate/16x16/actions/go-down.png diff --git a/mate/16x16/actions/go-first-rtl.png b/mate/16x16/actions/go-first-rtl.png Binary files differindex 578e66f..dde1cf6 100644..120000 --- a/mate/16x16/actions/go-first-rtl.png +++ b/mate/16x16/actions/go-first-rtl.png diff --git a/mate/16x16/actions/go-first.png b/mate/16x16/actions/go-first.png Binary files differindex cb696a2..88eea45 100644 --- a/mate/16x16/actions/go-first.png +++ b/mate/16x16/actions/go-first.png diff --git a/mate/16x16/actions/go-home.png b/mate/16x16/actions/go-home.png Binary files differindex 05eaa7a..785efdd 100644 --- a/mate/16x16/actions/go-home.png +++ b/mate/16x16/actions/go-home.png diff --git a/mate/16x16/actions/go-jump.png b/mate/16x16/actions/go-jump.png Binary files differindex aad9233..0c645a9 100644 --- a/mate/16x16/actions/go-jump.png +++ b/mate/16x16/actions/go-jump.png diff --git a/mate/16x16/actions/go-last-rtl.png b/mate/16x16/actions/go-last-rtl.png Binary files differindex 718cd36..96ffa73 100644..120000 --- a/mate/16x16/actions/go-last-rtl.png +++ b/mate/16x16/actions/go-last-rtl.png diff --git a/mate/16x16/actions/go-last.png b/mate/16x16/actions/go-last.png Binary files differindex c3b867c..f8db8e5 100644 --- a/mate/16x16/actions/go-last.png +++ b/mate/16x16/actions/go-last.png diff --git a/mate/16x16/actions/go-next-rtl.png b/mate/16x16/actions/go-next-rtl.png Binary files differindex 12fed7f..56c7bd8 100644..120000 --- a/mate/16x16/actions/go-next-rtl.png +++ b/mate/16x16/actions/go-next-rtl.png diff --git a/mate/16x16/actions/go-next.png b/mate/16x16/actions/go-next.png Binary files differindex d4ff51c..d6e59cb 100644 --- a/mate/16x16/actions/go-next.png +++ b/mate/16x16/actions/go-next.png diff --git a/mate/16x16/actions/go-previous-rtl.png b/mate/16x16/actions/go-previous-rtl.png Binary files differindex 1ae0411..c1febf9 100644..120000 --- a/mate/16x16/actions/go-previous-rtl.png +++ b/mate/16x16/actions/go-previous-rtl.png diff --git a/mate/16x16/actions/go-previous.png b/mate/16x16/actions/go-previous.png Binary files differindex 288ad6b..b3d4654 100644 --- a/mate/16x16/actions/go-previous.png +++ b/mate/16x16/actions/go-previous.png diff --git a/mate/16x16/actions/go-top.png b/mate/16x16/actions/go-top.png Binary files differindex f40459a..02c5136 100644 --- a/mate/16x16/actions/go-top.png +++ b/mate/16x16/actions/go-top.png diff --git a/mate/16x16/actions/go-up.png b/mate/16x16/actions/go-up.png Binary files differindex 29ca702..4aa29d3 100644 --- a/mate/16x16/actions/go-up.png +++ b/mate/16x16/actions/go-up.png diff --git a/mate/16x16/actions/help-about.png b/mate/16x16/actions/help-about.png Binary files differindex 3d9d4da..f51b42e 100644 --- a/mate/16x16/actions/help-about.png +++ b/mate/16x16/actions/help-about.png diff --git a/mate/16x16/actions/help-faq.png b/mate/16x16/actions/help-faq.png Binary files differindex ade6da9..9ef6464 100644 --- a/mate/16x16/actions/help-faq.png +++ b/mate/16x16/actions/help-faq.png diff --git a/mate/16x16/actions/insert-image.png b/mate/16x16/actions/insert-image.png Binary files differindex 6d7084b..b254d8d 100644 --- a/mate/16x16/actions/insert-image.png +++ b/mate/16x16/actions/insert-image.png diff --git a/mate/16x16/actions/insert-link.png b/mate/16x16/actions/insert-link.png Binary files differindex ba68f72..39cd1f8 100644 --- a/mate/16x16/actions/insert-link.png +++ b/mate/16x16/actions/insert-link.png diff --git a/mate/16x16/actions/insert-object.png b/mate/16x16/actions/insert-object.png Binary files differindex a51d5e0..e1046e4 100644 --- a/mate/16x16/actions/insert-object.png +++ b/mate/16x16/actions/insert-object.png diff --git a/mate/16x16/actions/insert-text.png b/mate/16x16/actions/insert-text.png Binary files differindex fdde4ec..34552c2 100644 --- a/mate/16x16/actions/insert-text.png +++ b/mate/16x16/actions/insert-text.png diff --git a/mate/16x16/actions/list-add.png b/mate/16x16/actions/list-add.png Binary files differindex 3f1347e..3f457a2 100644 --- a/mate/16x16/actions/list-add.png +++ b/mate/16x16/actions/list-add.png diff --git a/mate/16x16/actions/list-remove.png b/mate/16x16/actions/list-remove.png Binary files differindex 28db302..a8203d3 100644 --- a/mate/16x16/actions/list-remove.png +++ b/mate/16x16/actions/list-remove.png diff --git a/mate/16x16/actions/mail-forward.png b/mate/16x16/actions/mail-forward.png Binary files differindex 6c7823f..7c1c782 100644 --- a/mate/16x16/actions/mail-forward.png +++ b/mate/16x16/actions/mail-forward.png diff --git a/mate/16x16/actions/mail-mark-important.png b/mate/16x16/actions/mail-mark-important.png Binary files differindex 9b5f128..b4839f6 100644 --- a/mate/16x16/actions/mail-mark-important.png +++ b/mate/16x16/actions/mail-mark-important.png diff --git a/mate/16x16/actions/mail-mark-junk.png b/mate/16x16/actions/mail-mark-junk.png Binary files differindex 6e94c4d..0b49eb8 100644 --- a/mate/16x16/actions/mail-mark-junk.png +++ b/mate/16x16/actions/mail-mark-junk.png diff --git a/mate/16x16/actions/mail-mark-notjunk.png b/mate/16x16/actions/mail-mark-notjunk.png Binary files differindex 5c78c03..9a0a34a 100644 --- a/mate/16x16/actions/mail-mark-notjunk.png +++ b/mate/16x16/actions/mail-mark-notjunk.png diff --git a/mate/16x16/actions/mail-mark-read.png b/mate/16x16/actions/mail-mark-read.png Binary files differindex dc624bf..247e43e 100644 --- a/mate/16x16/actions/mail-mark-read.png +++ b/mate/16x16/actions/mail-mark-read.png diff --git a/mate/16x16/actions/mail-mark-unread.png b/mate/16x16/actions/mail-mark-unread.png Binary files differindex c4ebbcf..a7ca68b 100644 --- a/mate/16x16/actions/mail-mark-unread.png +++ b/mate/16x16/actions/mail-mark-unread.png diff --git a/mate/16x16/actions/mail-message-new.png b/mate/16x16/actions/mail-message-new.png Binary files differindex a62d668..13e3bd2 100644 --- a/mate/16x16/actions/mail-message-new.png +++ b/mate/16x16/actions/mail-message-new.png diff --git a/mate/16x16/actions/mail-reply-all.png b/mate/16x16/actions/mail-reply-all.png Binary files differindex 5ddc59a..711a1e7 100644 --- a/mate/16x16/actions/mail-reply-all.png +++ b/mate/16x16/actions/mail-reply-all.png diff --git a/mate/16x16/actions/mail-reply-sender.png b/mate/16x16/actions/mail-reply-sender.png Binary files differindex dd7acad..8d0b112 100644 --- a/mate/16x16/actions/mail-reply-sender.png +++ b/mate/16x16/actions/mail-reply-sender.png diff --git a/mate/16x16/actions/mail-send-receive.png b/mate/16x16/actions/mail-send-receive.png Binary files differindex a3af872..cb6a10b 100644 --- a/mate/16x16/actions/mail-send-receive.png +++ b/mate/16x16/actions/mail-send-receive.png diff --git a/mate/16x16/actions/mail-send.png b/mate/16x16/actions/mail-send.png Binary files differindex c640c2b..4158d87 100644 --- a/mate/16x16/actions/mail-send.png +++ b/mate/16x16/actions/mail-send.png diff --git a/mate/16x16/actions/mark-location.png b/mate/16x16/actions/mark-location.png Binary files differindex 90ae6f8..3aa778c 100644 --- a/mate/16x16/actions/mark-location.png +++ b/mate/16x16/actions/mark-location.png diff --git a/mate/16x16/actions/media-eject.png b/mate/16x16/actions/media-eject.png Binary files differindex 9e12104..96cd9f2 100644 --- a/mate/16x16/actions/media-eject.png +++ b/mate/16x16/actions/media-eject.png diff --git a/mate/16x16/actions/media-playback-pause.png b/mate/16x16/actions/media-playback-pause.png Binary files differindex c384034..90fcaf3 100644 --- a/mate/16x16/actions/media-playback-pause.png +++ b/mate/16x16/actions/media-playback-pause.png diff --git a/mate/16x16/actions/media-playback-start-rtl.png b/mate/16x16/actions/media-playback-start-rtl.png Binary files differindex dc463af..418283f 100644 --- a/mate/16x16/actions/media-playback-start-rtl.png +++ b/mate/16x16/actions/media-playback-start-rtl.png diff --git a/mate/16x16/actions/media-playback-start.png b/mate/16x16/actions/media-playback-start.png Binary files differindex d863e4e..f8cb4dd 100644 --- a/mate/16x16/actions/media-playback-start.png +++ b/mate/16x16/actions/media-playback-start.png diff --git a/mate/16x16/actions/media-playback-stop.png b/mate/16x16/actions/media-playback-stop.png Binary files differindex 740bed0..ded2a30 100644 --- a/mate/16x16/actions/media-playback-stop.png +++ b/mate/16x16/actions/media-playback-stop.png diff --git a/mate/16x16/actions/media-record.png b/mate/16x16/actions/media-record.png Binary files differindex 7708927..af23c0e 100644 --- a/mate/16x16/actions/media-record.png +++ b/mate/16x16/actions/media-record.png diff --git a/mate/16x16/actions/media-seek-backward-rtl.png b/mate/16x16/actions/media-seek-backward-rtl.png Binary files differindex 0c93e1b..a7ed18d 100644..120000 --- a/mate/16x16/actions/media-seek-backward-rtl.png +++ b/mate/16x16/actions/media-seek-backward-rtl.png diff --git a/mate/16x16/actions/media-seek-backward.png b/mate/16x16/actions/media-seek-backward.png Binary files differindex 55ccddd..b9a1052 100644 --- a/mate/16x16/actions/media-seek-backward.png +++ b/mate/16x16/actions/media-seek-backward.png diff --git a/mate/16x16/actions/media-seek-forward-rtl.png b/mate/16x16/actions/media-seek-forward-rtl.png Binary files differindex a67dbc5..f9ec51f 100644..120000 --- a/mate/16x16/actions/media-seek-forward-rtl.png +++ b/mate/16x16/actions/media-seek-forward-rtl.png diff --git a/mate/16x16/actions/media-seek-forward.png b/mate/16x16/actions/media-seek-forward.png Binary files differindex 0c93e1b..bd2f792 100644 --- a/mate/16x16/actions/media-seek-forward.png +++ b/mate/16x16/actions/media-seek-forward.png diff --git a/mate/16x16/actions/media-skip-backward-rtl.png b/mate/16x16/actions/media-skip-backward-rtl.png Binary files differindex b55cfba..b394164 100644..120000 --- a/mate/16x16/actions/media-skip-backward-rtl.png +++ b/mate/16x16/actions/media-skip-backward-rtl.png diff --git a/mate/16x16/actions/media-skip-backward.png b/mate/16x16/actions/media-skip-backward.png Binary files differindex c01a665..6680c64 100644 --- a/mate/16x16/actions/media-skip-backward.png +++ b/mate/16x16/actions/media-skip-backward.png diff --git a/mate/16x16/actions/media-skip-forward-rtl.png b/mate/16x16/actions/media-skip-forward-rtl.png Binary files differindex c01a665..64f866b 100644..120000 --- a/mate/16x16/actions/media-skip-forward-rtl.png +++ b/mate/16x16/actions/media-skip-forward-rtl.png diff --git a/mate/16x16/actions/media-skip-forward.png b/mate/16x16/actions/media-skip-forward.png Binary files differindex b55cfba..671dc14 100644 --- a/mate/16x16/actions/media-skip-forward.png +++ b/mate/16x16/actions/media-skip-forward.png diff --git a/mate/16x16/actions/object-flip-horizontal.png b/mate/16x16/actions/object-flip-horizontal.png Binary files differindex 097a593..905de41 100644 --- a/mate/16x16/actions/object-flip-horizontal.png +++ b/mate/16x16/actions/object-flip-horizontal.png diff --git a/mate/16x16/actions/object-flip-vertical.png b/mate/16x16/actions/object-flip-vertical.png Binary files differindex 9569613..bf4860f 100644 --- a/mate/16x16/actions/object-flip-vertical.png +++ b/mate/16x16/actions/object-flip-vertical.png diff --git a/mate/16x16/actions/object-rotate-left.png b/mate/16x16/actions/object-rotate-left.png Binary files differindex 2ff5570..9bb5111 100644 --- a/mate/16x16/actions/object-rotate-left.png +++ b/mate/16x16/actions/object-rotate-left.png diff --git a/mate/16x16/actions/object-rotate-right.png b/mate/16x16/actions/object-rotate-right.png Binary files differindex d51aaa5..b47e75c 100644 --- a/mate/16x16/actions/object-rotate-right.png +++ b/mate/16x16/actions/object-rotate-right.png diff --git a/mate/16x16/actions/process-stop.png b/mate/16x16/actions/process-stop.png Binary files differindex 7253895..81837d0 100644 --- a/mate/16x16/actions/process-stop.png +++ b/mate/16x16/actions/process-stop.png diff --git a/mate/16x16/actions/system-lock-screen.png b/mate/16x16/actions/system-lock-screen.png Binary files differindex 05e3bd8..be17f65 100644 --- a/mate/16x16/actions/system-lock-screen.png +++ b/mate/16x16/actions/system-lock-screen.png diff --git a/mate/16x16/actions/system-log-out.png b/mate/16x16/actions/system-log-out.png Binary files differindex cbdd986..30c8ad3 100644 --- a/mate/16x16/actions/system-log-out.png +++ b/mate/16x16/actions/system-log-out.png diff --git a/mate/16x16/actions/system-run.png b/mate/16x16/actions/system-run.png Binary files differindex 27357b0..5dd5c6f 100644 --- a/mate/16x16/actions/system-run.png +++ b/mate/16x16/actions/system-run.png diff --git a/mate/16x16/actions/system-search.png b/mate/16x16/actions/system-search.png Binary files differindex a20f45c..6189ea2 100644 --- a/mate/16x16/actions/system-search.png +++ b/mate/16x16/actions/system-search.png diff --git a/mate/16x16/actions/system-shutdown.png b/mate/16x16/actions/system-shutdown.png Binary files differindex 3c628c9..b09f840 100644 --- a/mate/16x16/actions/system-shutdown.png +++ b/mate/16x16/actions/system-shutdown.png diff --git a/mate/16x16/actions/tab-new.png b/mate/16x16/actions/tab-new.png Binary files differindex a73fe6a..c3fee3c 100644 --- a/mate/16x16/actions/tab-new.png +++ b/mate/16x16/actions/tab-new.png diff --git a/mate/16x16/actions/tools-check-spelling.png b/mate/16x16/actions/tools-check-spelling.png Binary files differindex 39643a2..b3ba3db 100644 --- a/mate/16x16/actions/tools-check-spelling.png +++ b/mate/16x16/actions/tools-check-spelling.png diff --git a/mate/16x16/actions/view-fullscreen.png b/mate/16x16/actions/view-fullscreen.png Binary files differindex 53302e7..9988644 100644 --- a/mate/16x16/actions/view-fullscreen.png +++ b/mate/16x16/actions/view-fullscreen.png diff --git a/mate/16x16/actions/view-refresh.png b/mate/16x16/actions/view-refresh.png Binary files differindex 3af6f42..68a03d3 100644 --- a/mate/16x16/actions/view-refresh.png +++ b/mate/16x16/actions/view-refresh.png diff --git a/mate/16x16/actions/view-restore.png b/mate/16x16/actions/view-restore.png Binary files differindex 7ce78c3..411bc1d 100644 --- a/mate/16x16/actions/view-restore.png +++ b/mate/16x16/actions/view-restore.png diff --git a/mate/16x16/actions/view-sort-ascending.png b/mate/16x16/actions/view-sort-ascending.png Binary files differindex 5ee08a7..5568765 100644 --- a/mate/16x16/actions/view-sort-ascending.png +++ b/mate/16x16/actions/view-sort-ascending.png diff --git a/mate/16x16/actions/view-sort-descending.png b/mate/16x16/actions/view-sort-descending.png Binary files differindex 4a64e3c..903bd80 100644 --- a/mate/16x16/actions/view-sort-descending.png +++ b/mate/16x16/actions/view-sort-descending.png diff --git a/mate/16x16/actions/window-close.png b/mate/16x16/actions/window-close.png Binary files differindex a033c4e..8ab7ada 100644 --- a/mate/16x16/actions/window-close.png +++ b/mate/16x16/actions/window-close.png diff --git a/mate/16x16/actions/window-new.png b/mate/16x16/actions/window-new.png Binary files differindex 7ac55cb..ecb30b2 100644 --- a/mate/16x16/actions/window-new.png +++ b/mate/16x16/actions/window-new.png diff --git a/mate/16x16/actions/zoom-fit-best.png b/mate/16x16/actions/zoom-fit-best.png Binary files differindex 2cea443..3d0d65f 100644 --- a/mate/16x16/actions/zoom-fit-best.png +++ b/mate/16x16/actions/zoom-fit-best.png diff --git a/mate/16x16/actions/zoom-in.png b/mate/16x16/actions/zoom-in.png Binary files differindex c5b3936..2753335 100644 --- a/mate/16x16/actions/zoom-in.png +++ b/mate/16x16/actions/zoom-in.png diff --git a/mate/16x16/actions/zoom-original.png b/mate/16x16/actions/zoom-original.png Binary files differindex b089a09..5f0ce49 100644 --- a/mate/16x16/actions/zoom-original.png +++ b/mate/16x16/actions/zoom-original.png diff --git a/mate/16x16/actions/zoom-out.png b/mate/16x16/actions/zoom-out.png Binary files differindex 01399fc..69380cc 100644 --- a/mate/16x16/actions/zoom-out.png +++ b/mate/16x16/actions/zoom-out.png diff --git a/mate/16x16/apps/Makefile.am b/mate/16x16/apps/Makefile.am index d6d962f..2d0f21e 100644 --- a/mate/16x16/apps/Makefile.am +++ b/mate/16x16/apps/Makefile.am @@ -160,7 +160,7 @@ preferences-system-windows.png: ../../../src/preferences-system-windows.svg system-users.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1103:65:1119:81 -w=16 -h=16 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-info.png: ../../../src/users.svg diff --git a/mate/16x16/apps/system-users.png b/mate/16x16/apps/system-users.png Binary files differindex 747adf0..ada8c7a 100644 --- a/mate/16x16/apps/system-users.png +++ b/mate/16x16/apps/system-users.png diff --git a/mate/16x16/emblems/Makefile.am b/mate/16x16/emblems/Makefile.am new file mode 100644 index 0000000..2018f02 --- /dev/null +++ b/mate/16x16/emblems/Makefile.am @@ -0,0 +1,119 @@ +NULL = + +png_icons = \ + emblem-default.png \ + emblem-documents.png \ + emblem-downloads.png \ + emblem-favorite.png \ + emblem-generic.png \ + emblem-important.png \ + emblem-mail.png \ + emblem-new.png \ + emblem-package.png \ + emblem-photos.png \ + emblem-readonly.png \ + emblem-shared.png \ + emblem-symbolic-link.png \ + emblem-synchronizing.png \ + emblem-system.png \ + emblem-unreadable.png \ + emblem-urgent.png \ + emblem-web.png \ + $(NULL) + +emblem-default.png: ../../../src/emblem-default.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-documents.png: ../../../src/emblem-documents.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-downloads.png: ../../../src/emblem-downloads.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-favorite.png: ../../../src/emblem-favorite.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-generic.png: ../../../src/emblem-generic.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-important.png: ../../../src/emblem-important.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-mail.png: ../../../src/emblem-mail.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-new.png: ../../../src/emblem-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-package.png: ../../../src/packages.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-photos.png: ../../../src/emblem-photos.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-readonly.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:65:1119:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-shared.png: ../../../src/emblem-shared.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-symbolic-link.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-synchronizing.png: ../../../src/emblem-synchronizing.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-system.png: ../../../src/emblem-system.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-unreadable.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-urgent.png: ../../../src/emblem-urgent.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-web.png: ../../../src/emblem-web.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -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/16x16/emblems/emblem-default.png b/mate/16x16/emblems/emblem-default.png Binary files differindex 8e07437..f82ddc2 100644 --- a/mate/16x16/emblems/emblem-default.png +++ b/mate/16x16/emblems/emblem-default.png diff --git a/mate/16x16/emblems/emblem-documents.png b/mate/16x16/emblems/emblem-documents.png Binary files differindex 71937d6..e9f5564 100644 --- a/mate/16x16/emblems/emblem-documents.png +++ b/mate/16x16/emblems/emblem-documents.png diff --git a/mate/16x16/emblems/emblem-downloads.png b/mate/16x16/emblems/emblem-downloads.png Binary files differindex 504d94e..95f33e5 100644 --- a/mate/16x16/emblems/emblem-downloads.png +++ b/mate/16x16/emblems/emblem-downloads.png diff --git a/mate/16x16/emblems/emblem-favorite.png b/mate/16x16/emblems/emblem-favorite.png Binary files differindex 6d73609..aabd042 100644 --- a/mate/16x16/emblems/emblem-favorite.png +++ b/mate/16x16/emblems/emblem-favorite.png diff --git a/mate/16x16/emblems/emblem-generic.png b/mate/16x16/emblems/emblem-generic.png Binary files differindex 80f4374..d60eee6 100644 --- a/mate/16x16/emblems/emblem-generic.png +++ b/mate/16x16/emblems/emblem-generic.png diff --git a/mate/16x16/emblems/emblem-important.png b/mate/16x16/emblems/emblem-important.png Binary files differindex c95ed50..3d59143 100644 --- a/mate/16x16/emblems/emblem-important.png +++ b/mate/16x16/emblems/emblem-important.png diff --git a/mate/16x16/emblems/emblem-mail.png b/mate/16x16/emblems/emblem-mail.png Binary files differindex 3ce9425..c469131 100644 --- a/mate/16x16/emblems/emblem-mail.png +++ b/mate/16x16/emblems/emblem-mail.png diff --git a/mate/16x16/emblems/emblem-new.png b/mate/16x16/emblems/emblem-new.png Binary files differindex 9073c3d..636586c 100644 --- a/mate/16x16/emblems/emblem-new.png +++ b/mate/16x16/emblems/emblem-new.png diff --git a/mate/16x16/emblems/emblem-package.png b/mate/16x16/emblems/emblem-package.png Binary files differindex c8c8e2f..58a4628 100644 --- a/mate/16x16/emblems/emblem-package.png +++ b/mate/16x16/emblems/emblem-package.png diff --git a/mate/16x16/emblems/emblem-photos.png b/mate/16x16/emblems/emblem-photos.png Binary files differindex dc95aaa..5d573cc 100644 --- a/mate/16x16/emblems/emblem-photos.png +++ b/mate/16x16/emblems/emblem-photos.png diff --git a/mate/16x16/emblems/emblem-readonly.png b/mate/16x16/emblems/emblem-readonly.png Binary files differindex 2baa4f0..87b3ad5 100644 --- a/mate/16x16/emblems/emblem-readonly.png +++ b/mate/16x16/emblems/emblem-readonly.png diff --git a/mate/16x16/emblems/emblem-shared.png b/mate/16x16/emblems/emblem-shared.png Binary files differindex 374be37..f48ab19 100644 --- a/mate/16x16/emblems/emblem-shared.png +++ b/mate/16x16/emblems/emblem-shared.png diff --git a/mate/16x16/emblems/emblem-symbolic-link.png b/mate/16x16/emblems/emblem-symbolic-link.png Binary files differindex 6847452..778e7bd 100644 --- a/mate/16x16/emblems/emblem-symbolic-link.png +++ b/mate/16x16/emblems/emblem-symbolic-link.png diff --git a/mate/16x16/emblems/emblem-synchronizing.png b/mate/16x16/emblems/emblem-synchronizing.png Binary files differindex 61e854c..4a29a64 100644 --- a/mate/16x16/emblems/emblem-synchronizing.png +++ b/mate/16x16/emblems/emblem-synchronizing.png diff --git a/mate/16x16/emblems/emblem-system.png b/mate/16x16/emblems/emblem-system.png Binary files differindex cf2cea1..8136a7b 100644 --- a/mate/16x16/emblems/emblem-system.png +++ b/mate/16x16/emblems/emblem-system.png diff --git a/mate/16x16/emblems/emblem-unreadable.png b/mate/16x16/emblems/emblem-unreadable.png Binary files differindex 8aa4a46..01fd535 100644 --- a/mate/16x16/emblems/emblem-unreadable.png +++ b/mate/16x16/emblems/emblem-unreadable.png diff --git a/mate/16x16/emblems/emblem-urgent.png b/mate/16x16/emblems/emblem-urgent.png Binary files differindex e5d157b..c0d2b82 100644 --- a/mate/16x16/emblems/emblem-urgent.png +++ b/mate/16x16/emblems/emblem-urgent.png diff --git a/mate/16x16/emblems/emblem-web.png b/mate/16x16/emblems/emblem-web.png Binary files differindex 148126a..7c3ff0a 100644 --- a/mate/16x16/emblems/emblem-web.png +++ b/mate/16x16/emblems/emblem-web.png diff --git a/mate/16x16/places/Makefile.am b/mate/16x16/places/Makefile.am new file mode 100644 index 0000000..5234fe9 --- /dev/null +++ b/mate/16x16/places/Makefile.am @@ -0,0 +1,94 @@ +NULL = + +png_icons = \ + network-server.png \ + network-workgroup.png \ + user-trash.png \ + $(NULL) + +folder-documents.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-download.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:365:719:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-music.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:365:1119:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-pictures.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:965:319:981 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-publicshare.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:65:1519:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-remote.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:665:1119:681 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-saved-search.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:665:719:681 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-templates.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:65:1119:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-videos.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:365:1519:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-server.png: ../../../src/network-server.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-workgroup.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:365:719:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-bookmarks.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1903:65:1919:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-desktop.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1903:365:1919:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-home.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:365:319:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-trash.png: ../../../src/trash.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -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/16x16/places/network-server.png b/mate/16x16/places/network-server.png Binary files differindex aadb1a9..aa00500 100644 --- a/mate/16x16/places/network-server.png +++ b/mate/16x16/places/network-server.png diff --git a/mate/16x16/places/network-workgroup.png b/mate/16x16/places/network-workgroup.png Binary files differindex 697c5ba..08de779 100644 --- a/mate/16x16/places/network-workgroup.png +++ b/mate/16x16/places/network-workgroup.png diff --git a/mate/16x16/places/user-trash.png b/mate/16x16/places/user-trash.png Binary files differindex f403f93..ae64c8b 100644 --- a/mate/16x16/places/user-trash.png +++ b/mate/16x16/places/user-trash.png diff --git a/mate/16x16/status/Makefile.am b/mate/16x16/status/Makefile.am new file mode 100644 index 0000000..14c3be8 --- /dev/null +++ b/mate/16x16/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=303:59:319:75 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +appointment-soon.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:359:719:375 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-high.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:365:319:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-low.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-medium.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:365:719:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-muted.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-off.png: ../../../src/audio-volume-off.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +avatar-default.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-caution-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=323:365:339:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-caution.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:665:1119:681 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-empty.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:-255:719:-239 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full-charged.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:-565:719:-549 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:365:719:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-good-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:65:1119:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-good.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:365:1119:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-low-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:-255:1119:-239 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-low.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:665:719:681 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-missing.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:-255:319:-239 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +changes-allow.png: ../../../src/changes.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +changes-prevent.png: ../../../src/changes.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +computer-fail.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1903:65:1919:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-error.png: ../../../src/dialog-error.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-information.png: ../../../src/dialog-information.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-password.png: ../../../src/dialog-password.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-question.png: ../../../src/dialog-question.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-warning.png: ../../../src/dialog-warning.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-drag-accept.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-open.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-visiting.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +image-loading.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=700:60:716:76 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +image-missing.png: ../../../src/photos.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-attachment.png: ../../../src/mail-attachment.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-read.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-replied.png: ../../../src/mail-replied.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-unread.png: ../../../src/mail-unread.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playlist-repeat.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=33:6:49:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playlist-shuffle.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=13:6:29:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-muted.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=450:74:466:90 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-low.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=530:74:546:90 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-medium.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=610:74:626:90 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-high.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=690:74:706:90 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-error.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:365:1119:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-idle.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-offline.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:365:1519:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-receive.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:65:1519:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-transmit.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:65:1119:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-transmit-receive.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-error.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:59:719:75 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-printing.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:359:719:375 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-high.png: ../../../src/security-high.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-low.png: ../../../src/security-low.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-medium.png: ../../../src/security-medium.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +software-update-available.png: ../../../src/software-update.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +software-update-urgent.png: ../../../src/software-update.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +non-starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=299:64:315:80 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +semi-starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=723:365:739:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +semi-starred-rtl.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=723:65:739:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:365:319:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +task-due.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +task-past-due.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-bronze.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:63:1119:79 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-gold.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:63:319:79 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-silver.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:63:719:79 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-available.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1213:65:1229:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-offline.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1273:65:1289:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-idle.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1333:65:1349:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-away.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1393:65:1409:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-invisible.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1453:65:1469:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-busy.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1513:65:1529:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-trash-full.png: ../../../src/trash.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-clear-night.png: ../../../src/weather-clear-night.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-clear.png: ../../../src/weather-clear.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-few-clouds-night.png: ../../../src/weather-few-clouds-night.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-few-clouds.png: ../../../src/weather-few-clouds.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-fog.png: ../../../src/weather-fog.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-overcast.png: ../../../src/weather-overcast.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-severe-alert.png: ../../../src/weather-severe-alert.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-showers.png: ../../../src/weather-showers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-showers-scattered.png: ../../../src/weather-showers-scattered.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-snow.png: ../../../src/weather-snow.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-storm.png: ../../../src/weather-storm.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -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/16x16/status/appointment-missed.png b/mate/16x16/status/appointment-missed.png Binary files differindex 51339f8..b6abc63 100644 --- a/mate/16x16/status/appointment-missed.png +++ b/mate/16x16/status/appointment-missed.png diff --git a/mate/16x16/status/appointment-soon.png b/mate/16x16/status/appointment-soon.png Binary files differindex f801693..8f36ac4 100644 --- a/mate/16x16/status/appointment-soon.png +++ b/mate/16x16/status/appointment-soon.png diff --git a/mate/16x16/status/audio-volume-high.png b/mate/16x16/status/audio-volume-high.png Binary files differindex 583e26f..15d4b8a 100644 --- a/mate/16x16/status/audio-volume-high.png +++ b/mate/16x16/status/audio-volume-high.png diff --git a/mate/16x16/status/audio-volume-low.png b/mate/16x16/status/audio-volume-low.png Binary files differindex 331af2f..007e33b 100644 --- a/mate/16x16/status/audio-volume-low.png +++ b/mate/16x16/status/audio-volume-low.png diff --git a/mate/16x16/status/audio-volume-medium.png b/mate/16x16/status/audio-volume-medium.png Binary files differindex 4383e35..64276f3 100644 --- a/mate/16x16/status/audio-volume-medium.png +++ b/mate/16x16/status/audio-volume-medium.png diff --git a/mate/16x16/status/audio-volume-muted.png b/mate/16x16/status/audio-volume-muted.png Binary files differindex b39a1b5..2ec84f4 100644 --- a/mate/16x16/status/audio-volume-muted.png +++ b/mate/16x16/status/audio-volume-muted.png diff --git a/mate/16x16/status/audio-volume-off.png b/mate/16x16/status/audio-volume-off.png Binary files differindex 89d07da..8b38505 100644 --- a/mate/16x16/status/audio-volume-off.png +++ b/mate/16x16/status/audio-volume-off.png diff --git a/mate/16x16/status/avatar-default.png b/mate/16x16/status/avatar-default.png Binary files differindex 0d231ee..747adf0 100644 --- a/mate/16x16/status/avatar-default.png +++ b/mate/16x16/status/avatar-default.png diff --git a/mate/16x16/status/battery-caution-charging.png b/mate/16x16/status/battery-caution-charging.png Binary files differindex ae57414..78912f5 100644 --- a/mate/16x16/status/battery-caution-charging.png +++ b/mate/16x16/status/battery-caution-charging.png diff --git a/mate/16x16/status/battery-caution.png b/mate/16x16/status/battery-caution.png Binary files differindex 4c9c132..18be461 100644 --- a/mate/16x16/status/battery-caution.png +++ b/mate/16x16/status/battery-caution.png diff --git a/mate/16x16/status/battery-empty.png b/mate/16x16/status/battery-empty.png Binary files differindex 68b4d02..b59fbbe 100644 --- a/mate/16x16/status/battery-empty.png +++ b/mate/16x16/status/battery-empty.png diff --git a/mate/16x16/status/battery-full-charged.png b/mate/16x16/status/battery-full-charged.png Binary files differindex 6264182..7a4b6f9 100644 --- a/mate/16x16/status/battery-full-charged.png +++ b/mate/16x16/status/battery-full-charged.png diff --git a/mate/16x16/status/battery-full-charging.png b/mate/16x16/status/battery-full-charging.png Binary files differindex ee4e862..6037e43 100644 --- a/mate/16x16/status/battery-full-charging.png +++ b/mate/16x16/status/battery-full-charging.png diff --git a/mate/16x16/status/battery-full.png b/mate/16x16/status/battery-full.png Binary files differindex 1f1314f..2557750 100644 --- a/mate/16x16/status/battery-full.png +++ b/mate/16x16/status/battery-full.png diff --git a/mate/16x16/status/battery-good-charging.png b/mate/16x16/status/battery-good-charging.png Binary files differindex 4291d53..494cdee 100644 --- a/mate/16x16/status/battery-good-charging.png +++ b/mate/16x16/status/battery-good-charging.png diff --git a/mate/16x16/status/battery-good.png b/mate/16x16/status/battery-good.png Binary files differindex 4d21410..0210f1b 100644 --- a/mate/16x16/status/battery-good.png +++ b/mate/16x16/status/battery-good.png diff --git a/mate/16x16/status/battery-low-charging.png b/mate/16x16/status/battery-low-charging.png Binary files differindex 20f2d22..74aa256 100644 --- a/mate/16x16/status/battery-low-charging.png +++ b/mate/16x16/status/battery-low-charging.png diff --git a/mate/16x16/status/battery-low.png b/mate/16x16/status/battery-low.png Binary files differindex 4d00dc2..d69874d 100644 --- a/mate/16x16/status/battery-low.png +++ b/mate/16x16/status/battery-low.png diff --git a/mate/16x16/status/battery-missing.png b/mate/16x16/status/battery-missing.png Binary files differindex 56121af..b21d1a4 100644 --- a/mate/16x16/status/battery-missing.png +++ b/mate/16x16/status/battery-missing.png diff --git a/mate/16x16/status/changes-allow.png b/mate/16x16/status/changes-allow.png Binary files differindex 9716a05..a77550a 100644 --- a/mate/16x16/status/changes-allow.png +++ b/mate/16x16/status/changes-allow.png diff --git a/mate/16x16/status/changes-prevent.png b/mate/16x16/status/changes-prevent.png Binary files differindex 1dc97d9..8825c92 100644 --- a/mate/16x16/status/changes-prevent.png +++ b/mate/16x16/status/changes-prevent.png diff --git a/mate/16x16/status/computer-fail.png b/mate/16x16/status/computer-fail.png Binary files differindex 3960c52..cfd7df4 100644 --- a/mate/16x16/status/computer-fail.png +++ b/mate/16x16/status/computer-fail.png diff --git a/mate/16x16/status/dialog-error.png b/mate/16x16/status/dialog-error.png Binary files differindex 0b0d8be..a434d79 100644 --- a/mate/16x16/status/dialog-error.png +++ b/mate/16x16/status/dialog-error.png diff --git a/mate/16x16/status/dialog-information.png b/mate/16x16/status/dialog-information.png Binary files differindex a90c024..90e981a 100644 --- a/mate/16x16/status/dialog-information.png +++ b/mate/16x16/status/dialog-information.png diff --git a/mate/16x16/status/dialog-password.png b/mate/16x16/status/dialog-password.png Binary files differindex 56a8d3c..6b45f48 100644 --- a/mate/16x16/status/dialog-password.png +++ b/mate/16x16/status/dialog-password.png diff --git a/mate/16x16/status/dialog-question.png b/mate/16x16/status/dialog-question.png Binary files differindex b8fe1ac..198c501 100644 --- a/mate/16x16/status/dialog-question.png +++ b/mate/16x16/status/dialog-question.png diff --git a/mate/16x16/status/dialog-warning.png b/mate/16x16/status/dialog-warning.png Binary files differindex 219432c..c11a418 100644 --- a/mate/16x16/status/dialog-warning.png +++ b/mate/16x16/status/dialog-warning.png diff --git a/mate/16x16/status/image-loading.png b/mate/16x16/status/image-loading.png Binary files differindex 9966320..661cff9 100644 --- a/mate/16x16/status/image-loading.png +++ b/mate/16x16/status/image-loading.png diff --git a/mate/16x16/status/image-missing.png b/mate/16x16/status/image-missing.png Binary files differindex a86106e..a8ed81f 100644 --- a/mate/16x16/status/image-missing.png +++ b/mate/16x16/status/image-missing.png diff --git a/mate/16x16/status/mail-attachment.png b/mate/16x16/status/mail-attachment.png Binary files differindex 3bd5dc0..283191b 100644 --- a/mate/16x16/status/mail-attachment.png +++ b/mate/16x16/status/mail-attachment.png diff --git a/mate/16x16/status/mail-read.png b/mate/16x16/status/mail-read.png Binary files differindex 94950a6..13e3bd2 100644 --- a/mate/16x16/status/mail-read.png +++ b/mate/16x16/status/mail-read.png diff --git a/mate/16x16/status/mail-replied.png b/mate/16x16/status/mail-replied.png Binary files differindex b1f0b56..301d25b 100644 --- a/mate/16x16/status/mail-replied.png +++ b/mate/16x16/status/mail-replied.png diff --git a/mate/16x16/status/mail-unread.png b/mate/16x16/status/mail-unread.png Binary files differindex 7f81c36..6241d54 100644 --- a/mate/16x16/status/mail-unread.png +++ b/mate/16x16/status/mail-unread.png diff --git a/mate/16x16/status/media-playlist-repeat.png b/mate/16x16/status/media-playlist-repeat.png Binary files differindex 4de83e5..dd2fe67 100644 --- a/mate/16x16/status/media-playlist-repeat.png +++ b/mate/16x16/status/media-playlist-repeat.png diff --git a/mate/16x16/status/media-playlist-shuffle.png b/mate/16x16/status/media-playlist-shuffle.png Binary files differindex 8210ef8..36d618c 100644 --- a/mate/16x16/status/media-playlist-shuffle.png +++ b/mate/16x16/status/media-playlist-shuffle.png diff --git a/mate/16x16/status/microphone-sensitivity-high.png b/mate/16x16/status/microphone-sensitivity-high.png Binary files differindex eaa708b..5aee8ae 100644 --- a/mate/16x16/status/microphone-sensitivity-high.png +++ b/mate/16x16/status/microphone-sensitivity-high.png diff --git a/mate/16x16/status/microphone-sensitivity-low.png b/mate/16x16/status/microphone-sensitivity-low.png Binary files differindex c6d5896..af474a5 100644 --- a/mate/16x16/status/microphone-sensitivity-low.png +++ b/mate/16x16/status/microphone-sensitivity-low.png diff --git a/mate/16x16/status/microphone-sensitivity-medium.png b/mate/16x16/status/microphone-sensitivity-medium.png Binary files differindex cc80115..8c4b35d 100644 --- a/mate/16x16/status/microphone-sensitivity-medium.png +++ b/mate/16x16/status/microphone-sensitivity-medium.png diff --git a/mate/16x16/status/microphone-sensitivity-muted.png b/mate/16x16/status/microphone-sensitivity-muted.png Binary files differindex d4937a9..03ae5f7 100644 --- a/mate/16x16/status/microphone-sensitivity-muted.png +++ b/mate/16x16/status/microphone-sensitivity-muted.png diff --git a/mate/16x16/status/network-error.png b/mate/16x16/status/network-error.png Binary files differindex ac952ba..ae1bed0 100644 --- a/mate/16x16/status/network-error.png +++ b/mate/16x16/status/network-error.png diff --git a/mate/16x16/status/network-idle.png b/mate/16x16/status/network-idle.png Binary files differindex cda5785..2a2029a 100644 --- a/mate/16x16/status/network-idle.png +++ b/mate/16x16/status/network-idle.png diff --git a/mate/16x16/status/network-offline.png b/mate/16x16/status/network-offline.png Binary files differindex e698da1..0c51cff 100644 --- a/mate/16x16/status/network-offline.png +++ b/mate/16x16/status/network-offline.png diff --git a/mate/16x16/status/network-receive.png b/mate/16x16/status/network-receive.png Binary files differindex a374062..399ab84 100644 --- a/mate/16x16/status/network-receive.png +++ b/mate/16x16/status/network-receive.png diff --git a/mate/16x16/status/network-transmit-receive.png b/mate/16x16/status/network-transmit-receive.png Binary files differindex d3310c1..dc25707 100644 --- a/mate/16x16/status/network-transmit-receive.png +++ b/mate/16x16/status/network-transmit-receive.png diff --git a/mate/16x16/status/network-transmit.png b/mate/16x16/status/network-transmit.png Binary files differindex 9cb4673..25bd052 100644 --- a/mate/16x16/status/network-transmit.png +++ b/mate/16x16/status/network-transmit.png diff --git a/mate/16x16/status/non-starred.png b/mate/16x16/status/non-starred.png Binary files differindex 03c35eb..be12c22 100644 --- a/mate/16x16/status/non-starred.png +++ b/mate/16x16/status/non-starred.png diff --git a/mate/16x16/status/printer-error.png b/mate/16x16/status/printer-error.png Binary files differindex ce8db60..669e3cf 100644 --- a/mate/16x16/status/printer-error.png +++ b/mate/16x16/status/printer-error.png diff --git a/mate/16x16/status/printer-printing.png b/mate/16x16/status/printer-printing.png Binary files differindex 7aded06..9e86aaa 100644 --- a/mate/16x16/status/printer-printing.png +++ b/mate/16x16/status/printer-printing.png diff --git a/mate/16x16/status/security-high.png b/mate/16x16/status/security-high.png Binary files differindex beb8099..7766345 100644 --- a/mate/16x16/status/security-high.png +++ b/mate/16x16/status/security-high.png diff --git a/mate/16x16/status/security-low.png b/mate/16x16/status/security-low.png Binary files differindex ccdcb1e..2d87574 100644 --- a/mate/16x16/status/security-low.png +++ b/mate/16x16/status/security-low.png diff --git a/mate/16x16/status/security-medium.png b/mate/16x16/status/security-medium.png Binary files differindex e27c5a6..41d7762 100644 --- a/mate/16x16/status/security-medium.png +++ b/mate/16x16/status/security-medium.png diff --git a/mate/16x16/status/semi-starred-rtl.png b/mate/16x16/status/semi-starred-rtl.png Binary files differindex ed8fb5c..e1367e9 100644 --- a/mate/16x16/status/semi-starred-rtl.png +++ b/mate/16x16/status/semi-starred-rtl.png diff --git a/mate/16x16/status/semi-starred.png b/mate/16x16/status/semi-starred.png Binary files differindex 44dd499..c1ac572 100644 --- a/mate/16x16/status/semi-starred.png +++ b/mate/16x16/status/semi-starred.png diff --git a/mate/16x16/status/software-update-available.png b/mate/16x16/status/software-update-available.png Binary files differindex 518414f..10d1d4c 100644 --- a/mate/16x16/status/software-update-available.png +++ b/mate/16x16/status/software-update-available.png diff --git a/mate/16x16/status/software-update-urgent.png b/mate/16x16/status/software-update-urgent.png Binary files differindex 99e31cd..be452c2 100644 --- a/mate/16x16/status/software-update-urgent.png +++ b/mate/16x16/status/software-update-urgent.png diff --git a/mate/16x16/status/starred.png b/mate/16x16/status/starred.png Binary files differindex 3be364a..7fde9e6 100644 --- a/mate/16x16/status/starred.png +++ b/mate/16x16/status/starred.png diff --git a/mate/16x16/status/task-due.png b/mate/16x16/status/task-due.png Binary files differindex 97c8181..89362be 100644 --- a/mate/16x16/status/task-due.png +++ b/mate/16x16/status/task-due.png diff --git a/mate/16x16/status/task-past-due.png b/mate/16x16/status/task-past-due.png Binary files differindex a8d66b4..67835fe 100644 --- a/mate/16x16/status/task-past-due.png +++ b/mate/16x16/status/task-past-due.png diff --git a/mate/16x16/status/trophy-bronze.png b/mate/16x16/status/trophy-bronze.png Binary files differindex b8ed2ba..e05c3d6 100644 --- a/mate/16x16/status/trophy-bronze.png +++ b/mate/16x16/status/trophy-bronze.png diff --git a/mate/16x16/status/trophy-gold.png b/mate/16x16/status/trophy-gold.png Binary files differindex 314137d..7fe25e7 100644 --- a/mate/16x16/status/trophy-gold.png +++ b/mate/16x16/status/trophy-gold.png diff --git a/mate/16x16/status/trophy-silver.png b/mate/16x16/status/trophy-silver.png Binary files differindex 025bcb5..5758422 100644 --- a/mate/16x16/status/trophy-silver.png +++ b/mate/16x16/status/trophy-silver.png diff --git a/mate/16x16/status/user-available.png b/mate/16x16/status/user-available.png Binary files differindex ac75b95..a24bb3c 100644 --- a/mate/16x16/status/user-available.png +++ b/mate/16x16/status/user-available.png diff --git a/mate/16x16/status/user-away.png b/mate/16x16/status/user-away.png Binary files differindex bfcbd5c..e2bb720 100644 --- a/mate/16x16/status/user-away.png +++ b/mate/16x16/status/user-away.png diff --git a/mate/16x16/status/user-busy.png b/mate/16x16/status/user-busy.png Binary files differindex fc18acc..9b9cf44 100644 --- a/mate/16x16/status/user-busy.png +++ b/mate/16x16/status/user-busy.png diff --git a/mate/16x16/status/user-idle.png b/mate/16x16/status/user-idle.png Binary files differindex b5c84c2..a1c2592 100644 --- a/mate/16x16/status/user-idle.png +++ b/mate/16x16/status/user-idle.png diff --git a/mate/16x16/status/user-invisible.png b/mate/16x16/status/user-invisible.png Binary files differindex 24e2cb9..9e695a6 100644 --- a/mate/16x16/status/user-invisible.png +++ b/mate/16x16/status/user-invisible.png diff --git a/mate/16x16/status/user-offline.png b/mate/16x16/status/user-offline.png Binary files differindex e381c9a..0e3fcc4 100644 --- a/mate/16x16/status/user-offline.png +++ b/mate/16x16/status/user-offline.png diff --git a/mate/16x16/status/user-trash-full.png b/mate/16x16/status/user-trash-full.png Binary files differindex 4a5278a..8953301 100644 --- a/mate/16x16/status/user-trash-full.png +++ b/mate/16x16/status/user-trash-full.png diff --git a/mate/16x16/status/weather-clear-night.png b/mate/16x16/status/weather-clear-night.png Binary files differindex 6d0ed5b..5b2486e 100644 --- a/mate/16x16/status/weather-clear-night.png +++ b/mate/16x16/status/weather-clear-night.png diff --git a/mate/16x16/status/weather-clear.png b/mate/16x16/status/weather-clear.png Binary files differindex a22bd73..3e54ca1 100644 --- a/mate/16x16/status/weather-clear.png +++ b/mate/16x16/status/weather-clear.png diff --git a/mate/16x16/status/weather-few-clouds-night.png b/mate/16x16/status/weather-few-clouds-night.png Binary files differindex 514c90b..7d293db 100644 --- a/mate/16x16/status/weather-few-clouds-night.png +++ b/mate/16x16/status/weather-few-clouds-night.png diff --git a/mate/16x16/status/weather-few-clouds.png b/mate/16x16/status/weather-few-clouds.png Binary files differindex ad7631b..5bffa55 100644 --- a/mate/16x16/status/weather-few-clouds.png +++ b/mate/16x16/status/weather-few-clouds.png diff --git a/mate/16x16/status/weather-fog.png b/mate/16x16/status/weather-fog.png Binary files differindex fab8146..3e70804 100644 --- a/mate/16x16/status/weather-fog.png +++ b/mate/16x16/status/weather-fog.png diff --git a/mate/16x16/status/weather-overcast.png b/mate/16x16/status/weather-overcast.png Binary files differindex ae4524c..002ea67 100644 --- a/mate/16x16/status/weather-overcast.png +++ b/mate/16x16/status/weather-overcast.png diff --git a/mate/16x16/status/weather-severe-alert.png b/mate/16x16/status/weather-severe-alert.png Binary files differindex 34d945b..de66a9b 100644 --- a/mate/16x16/status/weather-severe-alert.png +++ b/mate/16x16/status/weather-severe-alert.png diff --git a/mate/16x16/status/weather-showers-scattered.png b/mate/16x16/status/weather-showers-scattered.png Binary files differindex 7991b25..d677d9d 100644 --- a/mate/16x16/status/weather-showers-scattered.png +++ b/mate/16x16/status/weather-showers-scattered.png diff --git a/mate/16x16/status/weather-showers.png b/mate/16x16/status/weather-showers.png Binary files differindex 902f585..4d5e556 100644 --- a/mate/16x16/status/weather-showers.png +++ b/mate/16x16/status/weather-showers.png diff --git a/mate/16x16/status/weather-snow.png b/mate/16x16/status/weather-snow.png Binary files differindex d0e0d45..6505141 100644 --- a/mate/16x16/status/weather-snow.png +++ b/mate/16x16/status/weather-snow.png diff --git a/mate/16x16/status/weather-storm.png b/mate/16x16/status/weather-storm.png Binary files differindex 2a326ed..03af46c 100644 --- a/mate/16x16/status/weather-storm.png +++ b/mate/16x16/status/weather-storm.png diff --git a/mate/22x22/Makefile.am b/mate/22x22/Makefile.am index b3dafbb..160fec0 100644 --- a/mate/22x22/Makefile.am +++ b/mate/22x22/Makefile.am @@ -1,13 +1,21 @@ NULL = DIST_SUBDIRS = \ + actions \ apps \ categories \ devices \ + emblems \ + places \ + status \ $(NULL) SUBDIRS = \ + actions \ apps \ categories \ devices \ + emblems \ + places \ + status \ $(NULL) diff --git a/mate/22x22/actions/Makefile.am b/mate/22x22/actions/Makefile.am new file mode 100644 index 0000000..fd84a40 --- /dev/null +++ b/mate/22x22/actions/Makefile.am @@ -0,0 +1,670 @@ +NULL = + +png_icons = \ + address-book-new.png \ + application-exit.png \ + appointment-new.png \ + bookmark-new.png \ + call-start.png \ + call-stop.png \ + contact-new.png \ + document-new.png \ + document-open-recent.png \ + document-page-setup.png \ + document-print.png \ + document-print-preview.png \ + document-properties.png \ + document-revert.png \ + document-revert-rtl.png \ + document-save-as.png \ + document-save.png \ + document-send.png \ + edit-clear.png \ + edit-clear-rtl.png \ + edit-copy.png \ + edit-cut.png \ + edit-delete.png \ + edit-find.png \ + edit-find-replace.png \ + edit-paste.png \ + edit-redo.png \ + edit-redo-rtl.png \ + edit-select-all.png \ + edit-undo.png \ + edit-undo-rtl.png \ + format-indent-less.png \ + format-indent-less-rtl.png \ + format-indent-more.png \ + format-indent-more-rtl.png \ + format-justify-center.png \ + format-justify-fill.png \ + format-justify-left.png \ + format-justify-right.png \ + format-text-bold.png \ + format-text-direction-ltr.png \ + format-text-direction-rtl.png \ + format-text-italic.png \ + format-text-strikethrough.png \ + format-text-underline.png \ + go-bottom.png \ + go-down.png \ + go-first.png \ + go-home.png \ + go-jump.png \ + go-last.png \ + go-next.png \ + go-previous.png \ + go-top.png \ + go-up.png \ + help-about.png \ + help-faq.png \ + insert-image.png \ + insert-link.png \ + insert-object.png \ + insert-text.png \ + list-add.png \ + list-remove.png \ + mail-forward.png \ + mail-mark-important.png \ + mail-mark-junk.png \ + mail-mark-notjunk.png \ + mail-mark-read.png \ + mail-mark-unread.png \ + mail-message-new.png \ + mail-reply-all.png \ + mail-reply-sender.png \ + mail-send.png \ + mail-send-receive.png \ + mark-location.png \ + media-eject.png \ + media-playback-pause.png \ + media-playback-start.png \ + media-playback-start-rtl.png \ + media-playback-stop.png \ + media-record.png \ + media-seek-backward.png \ + media-seek-forward.png \ + media-skip-backward.png \ + media-skip-forward.png \ + object-flip-horizontal.png \ + object-flip-vertical.png \ + object-rotate-left.png \ + object-rotate-right.png \ + process-stop.png \ + system-lock-screen.png \ + system-log-out.png \ + system-run.png \ + system-search.png \ + system-shutdown.png \ + tab-new.png \ + tools-check-spelling.png \ + view-fullscreen.png \ + view-refresh.png \ + view-restore.png \ + view-sort-ascending.png \ + view-sort-descending.png \ + window-close.png \ + window-new.png \ + zoom-fit-best.png \ + zoom-in.png \ + zoom-original.png \ + zoom-out.png \ + $(NULL) + +address-book-new.png: ../../../src/x-office-address-book.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +application-exit.png:../../../src/application-exit.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +appointment-new.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:396:325:418 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +bookmark-new.png: ../../../src/bookmark-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +call-start.png: ../../../src/call-start.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +call-stop.png: ../../../src/call-stop.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +contact-new.png: ../../../src/contact-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-new.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=701:398:723:420 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:701:1525:723 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open-recent.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:96:725:118 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-page-setup.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=301:98:323:120 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:94:325:116 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print-preview.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:395:1125:417 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-properties.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1101:398:1123:420 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1901:398:1923:420 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert-rtl.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1500:98:1522:120 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save-as.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:101:1125:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:101:725:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-send.png: ../../../src/document-send.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-clear.png: ../../../src/edit-clear-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-clear-rtl.png: ../../../src/edit-clear-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -flop $@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-copy.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:401:725:423 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-cut.png: ../../../src/edit-cut.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-delete.png: ../../../src/edit-delete.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=301:101:323:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find-replace.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=701:101:723:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-paste.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:401:325:423 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-undo.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=23:62:45:84 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-redo.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=83:62:105:84 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-select-all.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1501:398:1523:420 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-redo-rtl.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=144:62:166:84 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-undo-rtl.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=202:62:224:84 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-new.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:701:325:723 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-less-rtl.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=-107:42:-85:64 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-more-rtl.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=-47:42:-25:64 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-less.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=13:42:35:64 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-more.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=73:42:95:64 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-left.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=133:42:155:64 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-center.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=193:42:215:64 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-right.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=253:42:275:64 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-fill.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=313:42:335:64 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-bold.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=373:42:395:64 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-direction-ltr.png: ../../../src/format-text-direction-ltr.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-direction-rtl.png: ../../../src/format-text-direction-rtl.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-italic.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=434:42:456:64 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-strikethrough.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=493:42:515:64 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-underline.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=553:42:575:64 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-jump.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=33:57:55:79 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-bottom.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=113:57:135:79 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-down.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=193:57:215:79 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-top.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=283:57:305:79 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-up.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=373:57:395:79 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-first.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=463:57:485:79 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-previous.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=543:57:565:79 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-refresh.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=623:57:645:79 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +process-stop.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:57:725:79 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-next.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=783:57:805:79 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-last.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=863:57:885:79 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-home.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=943:57:965:79 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +help-about.png: ../../../src/help-about.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +help-faq.png: ../../../src/help-faq.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-image.png: ../../../src/insert-image.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-link.png: ../../../src/insert-link.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-object.png: ../../../src/insert-object.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-text.png: ../../../src/insert-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +list-add.png: ../../../src/list-add-remove.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +list-remove.png: ../../../src/list-add-remove.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:101:725:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-forward.png: ../../../src/mail-forward.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-important.png: ../../../src/mail-mark-important.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-junk.png: ../../../src/mail-mark-junk.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-notjunk.png: ../../../src/mail-mark-notjunk.svg + @echo " "$@ + @inkscape -z $^ --export-area=297:123:319:145 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-read.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:101:1525:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-unread.png: ../../../src/mail-mark-unread.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-message-new.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-reply-all.png: ../../../src/mail-reply-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-reply-sender.png: ../../../src/mail-reply-sender.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-send.png: ../../../src/mail-send.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-send-receive.png: ../../../src/mail-send-receive.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mark-location.png: ../../../src/mark-location.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-eject.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=73:31:95:53 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-skip-backward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=103:31:125:53 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-seek-backward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=133:31:155:53 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-pause.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=163:31:185:53 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-start.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=193:31:215:53 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-stop.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=223:31:245:53 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-seek-forward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=253:31:275:53 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-skip-forward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=283:31:305:53 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-record.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=313:31:335:53 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-start-rtl.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=353:31:375:53 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-flip-horizontal.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:61:44:83 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-flip-vertical.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=52:61:74:83 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-rotate-left.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=83:61:105:83 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-rotate-right.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=112:61:134:83 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-lock-screen.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:101:725:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-log-out.png: ../../../src/system-log-out.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-run.png: ../../../src/system-run.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-search.png: ../../../src/system-search.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-shutdown.png: ../../../src/system-shutdown.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +tab-new.png: ../../../src/tab-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +tools-check-spelling.png: ../../../src/tools-check-spelling.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-fullscreen.png: ../../../src/view-fullscreen-restore.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-restore.png: ../../../src/view-fullscreen-restore.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:101:725:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-sort-ascending.png: ../../../src/view-sort.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:101:44:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-sort-descending.png: ../../../src/view-sort.svg + @echo " "$@ + @inkscape -z $^ --export-area=82:101:105:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +window-close.png: ../../../src/window-close.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +window-new.png: ../../../src/window-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-fit-best.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:101:725:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-in.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:401:325:423 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-original.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-out.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:401:725:423 -w=22 -h=22 -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/22x22/actions/address-book-new.png b/mate/22x22/actions/address-book-new.png Binary files differindex e37385c..88d5b63 100644 --- a/mate/22x22/actions/address-book-new.png +++ b/mate/22x22/actions/address-book-new.png diff --git a/mate/22x22/actions/application-exit.png b/mate/22x22/actions/application-exit.png Binary files differindex c6c81f6..9ced36f 100644 --- a/mate/22x22/actions/application-exit.png +++ b/mate/22x22/actions/application-exit.png diff --git a/mate/22x22/actions/appointment-new.png b/mate/22x22/actions/appointment-new.png Binary files differindex dfe11c7..65f8a01 100644 --- a/mate/22x22/actions/appointment-new.png +++ b/mate/22x22/actions/appointment-new.png diff --git a/mate/22x22/actions/bookmark-new.png b/mate/22x22/actions/bookmark-new.png Binary files differindex 9ca58cf..c3e5520 100644 --- a/mate/22x22/actions/bookmark-new.png +++ b/mate/22x22/actions/bookmark-new.png diff --git a/mate/22x22/actions/call-start.png b/mate/22x22/actions/call-start.png Binary files differindex 19abca8..118bee8 100644 --- a/mate/22x22/actions/call-start.png +++ b/mate/22x22/actions/call-start.png diff --git a/mate/22x22/actions/call-stop.png b/mate/22x22/actions/call-stop.png Binary files differindex b20342a..40f7feb 100644 --- a/mate/22x22/actions/call-stop.png +++ b/mate/22x22/actions/call-stop.png diff --git a/mate/22x22/actions/contact-new.png b/mate/22x22/actions/contact-new.png Binary files differindex f95029e..c82920b 100644 --- a/mate/22x22/actions/contact-new.png +++ b/mate/22x22/actions/contact-new.png diff --git a/mate/22x22/actions/document-new.png b/mate/22x22/actions/document-new.png Binary files differindex d78eb61..06b1151 100644 --- a/mate/22x22/actions/document-new.png +++ b/mate/22x22/actions/document-new.png diff --git a/mate/22x22/actions/document-open-recent.png b/mate/22x22/actions/document-open-recent.png Binary files differindex 945b4da..90d882b 100644 --- a/mate/22x22/actions/document-open-recent.png +++ b/mate/22x22/actions/document-open-recent.png diff --git a/mate/22x22/actions/document-page-setup.png b/mate/22x22/actions/document-page-setup.png Binary files differindex 060a7c1..40f47c9 100644 --- a/mate/22x22/actions/document-page-setup.png +++ b/mate/22x22/actions/document-page-setup.png diff --git a/mate/22x22/actions/document-print-preview.png b/mate/22x22/actions/document-print-preview.png Binary files differindex b78e4d1..4601026 100644 --- a/mate/22x22/actions/document-print-preview.png +++ b/mate/22x22/actions/document-print-preview.png diff --git a/mate/22x22/actions/document-print.png b/mate/22x22/actions/document-print.png Binary files differindex 875ece0..8b46561 100644 --- a/mate/22x22/actions/document-print.png +++ b/mate/22x22/actions/document-print.png diff --git a/mate/22x22/actions/document-properties.png b/mate/22x22/actions/document-properties.png Binary files differindex 711d9c8..2af5cb9 100644 --- a/mate/22x22/actions/document-properties.png +++ b/mate/22x22/actions/document-properties.png diff --git a/mate/22x22/actions/document-revert-rtl.png b/mate/22x22/actions/document-revert-rtl.png Binary files differindex 0289815..8057170 100644 --- a/mate/22x22/actions/document-revert-rtl.png +++ b/mate/22x22/actions/document-revert-rtl.png diff --git a/mate/22x22/actions/document-revert.png b/mate/22x22/actions/document-revert.png Binary files differindex 2e68dc1..73df3fb 100644 --- a/mate/22x22/actions/document-revert.png +++ b/mate/22x22/actions/document-revert.png diff --git a/mate/22x22/actions/document-save-as.png b/mate/22x22/actions/document-save-as.png Binary files differindex 78cd36a..5e50310 100644 --- a/mate/22x22/actions/document-save-as.png +++ b/mate/22x22/actions/document-save-as.png diff --git a/mate/22x22/actions/document-save.png b/mate/22x22/actions/document-save.png Binary files differindex ddc3ffe..8ad634e 100644 --- a/mate/22x22/actions/document-save.png +++ b/mate/22x22/actions/document-save.png diff --git a/mate/22x22/actions/document-send.png b/mate/22x22/actions/document-send.png Binary files differindex e939d6c..5590bba 100644 --- a/mate/22x22/actions/document-send.png +++ b/mate/22x22/actions/document-send.png diff --git a/mate/22x22/actions/edit-clear-rtl.png b/mate/22x22/actions/edit-clear-rtl.png Binary files differindex af1cde5..be8bf17 100644 --- a/mate/22x22/actions/edit-clear-rtl.png +++ b/mate/22x22/actions/edit-clear-rtl.png diff --git a/mate/22x22/actions/edit-clear.png b/mate/22x22/actions/edit-clear.png Binary files differindex 3b0a5e9..26c7e03 100644 --- a/mate/22x22/actions/edit-clear.png +++ b/mate/22x22/actions/edit-clear.png diff --git a/mate/22x22/actions/edit-copy.png b/mate/22x22/actions/edit-copy.png Binary files differindex 8c6e0d9..6247ae6 100644 --- a/mate/22x22/actions/edit-copy.png +++ b/mate/22x22/actions/edit-copy.png diff --git a/mate/22x22/actions/edit-cut.png b/mate/22x22/actions/edit-cut.png Binary files differindex 45723b5..b8e8f60 100644 --- a/mate/22x22/actions/edit-cut.png +++ b/mate/22x22/actions/edit-cut.png diff --git a/mate/22x22/actions/edit-delete.png b/mate/22x22/actions/edit-delete.png Binary files differindex 845a62e..e8843a3 100644 --- a/mate/22x22/actions/edit-delete.png +++ b/mate/22x22/actions/edit-delete.png diff --git a/mate/22x22/actions/edit-find-replace.png b/mate/22x22/actions/edit-find-replace.png Binary files differindex f77b07c..195f31c 100644 --- a/mate/22x22/actions/edit-find-replace.png +++ b/mate/22x22/actions/edit-find-replace.png diff --git a/mate/22x22/actions/edit-find.png b/mate/22x22/actions/edit-find.png Binary files differindex 8cc0349..5a82d44 100644 --- a/mate/22x22/actions/edit-find.png +++ b/mate/22x22/actions/edit-find.png diff --git a/mate/22x22/actions/edit-paste.png b/mate/22x22/actions/edit-paste.png Binary files differindex 9a21dd5..d0b0af3 100644 --- a/mate/22x22/actions/edit-paste.png +++ b/mate/22x22/actions/edit-paste.png diff --git a/mate/22x22/actions/edit-redo-rtl.png b/mate/22x22/actions/edit-redo-rtl.png Binary files differindex 03e5995..4a4d10d 100644 --- a/mate/22x22/actions/edit-redo-rtl.png +++ b/mate/22x22/actions/edit-redo-rtl.png diff --git a/mate/22x22/actions/edit-redo.png b/mate/22x22/actions/edit-redo.png Binary files differindex c2a5882..66f5c58 100644 --- a/mate/22x22/actions/edit-redo.png +++ b/mate/22x22/actions/edit-redo.png diff --git a/mate/22x22/actions/edit-select-all.png b/mate/22x22/actions/edit-select-all.png Binary files differindex 93d9e64..5b9dd30 100644 --- a/mate/22x22/actions/edit-select-all.png +++ b/mate/22x22/actions/edit-select-all.png diff --git a/mate/22x22/actions/edit-undo-rtl.png b/mate/22x22/actions/edit-undo-rtl.png Binary files differindex c9893b6..a69a18a 100644 --- a/mate/22x22/actions/edit-undo-rtl.png +++ b/mate/22x22/actions/edit-undo-rtl.png diff --git a/mate/22x22/actions/edit-undo.png b/mate/22x22/actions/edit-undo.png Binary files differindex 428bfff..001e313 100644 --- a/mate/22x22/actions/edit-undo.png +++ b/mate/22x22/actions/edit-undo.png diff --git a/mate/22x22/actions/format-indent-less-rtl.png b/mate/22x22/actions/format-indent-less-rtl.png Binary files differindex 46e018f..69c5d0e 100644 --- a/mate/22x22/actions/format-indent-less-rtl.png +++ b/mate/22x22/actions/format-indent-less-rtl.png diff --git a/mate/22x22/actions/format-indent-less.png b/mate/22x22/actions/format-indent-less.png Binary files differindex ddf0161..7077284 100644 --- a/mate/22x22/actions/format-indent-less.png +++ b/mate/22x22/actions/format-indent-less.png diff --git a/mate/22x22/actions/format-indent-more-rtl.png b/mate/22x22/actions/format-indent-more-rtl.png Binary files differindex 1771eaa..f6aafc8 100644 --- a/mate/22x22/actions/format-indent-more-rtl.png +++ b/mate/22x22/actions/format-indent-more-rtl.png diff --git a/mate/22x22/actions/format-indent-more.png b/mate/22x22/actions/format-indent-more.png Binary files differindex fd3ddb4..c0f9d0e 100644 --- a/mate/22x22/actions/format-indent-more.png +++ b/mate/22x22/actions/format-indent-more.png diff --git a/mate/22x22/actions/format-justify-center.png b/mate/22x22/actions/format-justify-center.png Binary files differindex e5a8590..73f91ee 100644 --- a/mate/22x22/actions/format-justify-center.png +++ b/mate/22x22/actions/format-justify-center.png diff --git a/mate/22x22/actions/format-justify-fill.png b/mate/22x22/actions/format-justify-fill.png Binary files differindex edecc74..86602c3 100644 --- a/mate/22x22/actions/format-justify-fill.png +++ b/mate/22x22/actions/format-justify-fill.png diff --git a/mate/22x22/actions/format-justify-left.png b/mate/22x22/actions/format-justify-left.png Binary files differindex de9b5e5..d5c82a9 100644 --- a/mate/22x22/actions/format-justify-left.png +++ b/mate/22x22/actions/format-justify-left.png diff --git a/mate/22x22/actions/format-justify-right.png b/mate/22x22/actions/format-justify-right.png Binary files differindex 31c7df4..5b31af8 100644 --- a/mate/22x22/actions/format-justify-right.png +++ b/mate/22x22/actions/format-justify-right.png diff --git a/mate/22x22/actions/format-text-bold.png b/mate/22x22/actions/format-text-bold.png Binary files differindex fe56e31..73dceff 100644 --- a/mate/22x22/actions/format-text-bold.png +++ b/mate/22x22/actions/format-text-bold.png diff --git a/mate/22x22/actions/format-text-direction-ltr.png b/mate/22x22/actions/format-text-direction-ltr.png Binary files differindex 2814d26..e6b8a54 100644 --- a/mate/22x22/actions/format-text-direction-ltr.png +++ b/mate/22x22/actions/format-text-direction-ltr.png diff --git a/mate/22x22/actions/format-text-direction-rtl.png b/mate/22x22/actions/format-text-direction-rtl.png Binary files differindex ddae2f1..1dee6ca 100644 --- a/mate/22x22/actions/format-text-direction-rtl.png +++ b/mate/22x22/actions/format-text-direction-rtl.png diff --git a/mate/22x22/actions/format-text-italic.png b/mate/22x22/actions/format-text-italic.png Binary files differindex 6a81b6e..6bfa072 100644 --- a/mate/22x22/actions/format-text-italic.png +++ b/mate/22x22/actions/format-text-italic.png diff --git a/mate/22x22/actions/format-text-strikethrough.png b/mate/22x22/actions/format-text-strikethrough.png Binary files differindex cd7b391..4db07cd 100644 --- a/mate/22x22/actions/format-text-strikethrough.png +++ b/mate/22x22/actions/format-text-strikethrough.png diff --git a/mate/22x22/actions/format-text-underline.png b/mate/22x22/actions/format-text-underline.png Binary files differindex c59c1fe..dc9113d 100644 --- a/mate/22x22/actions/format-text-underline.png +++ b/mate/22x22/actions/format-text-underline.png diff --git a/mate/22x22/actions/go-bottom.png b/mate/22x22/actions/go-bottom.png Binary files differindex c08764f..9b68c0d 100644 --- a/mate/22x22/actions/go-bottom.png +++ b/mate/22x22/actions/go-bottom.png diff --git a/mate/22x22/actions/go-down.png b/mate/22x22/actions/go-down.png Binary files differindex 055b2d7..2965115 100644 --- a/mate/22x22/actions/go-down.png +++ b/mate/22x22/actions/go-down.png diff --git a/mate/22x22/actions/go-first-rtl.png b/mate/22x22/actions/go-first-rtl.png Binary files differindex e31b736..dde1cf6 100644..120000 --- a/mate/22x22/actions/go-first-rtl.png +++ b/mate/22x22/actions/go-first-rtl.png diff --git a/mate/22x22/actions/go-first.png b/mate/22x22/actions/go-first.png Binary files differindex 3035290..96ff7e2 100644 --- a/mate/22x22/actions/go-first.png +++ b/mate/22x22/actions/go-first.png diff --git a/mate/22x22/actions/go-home.png b/mate/22x22/actions/go-home.png Binary files differindex 1901374..a9629c4 100644 --- a/mate/22x22/actions/go-home.png +++ b/mate/22x22/actions/go-home.png diff --git a/mate/22x22/actions/go-jump.png b/mate/22x22/actions/go-jump.png Binary files differindex 4a61b89..ce73ad3 100644 --- a/mate/22x22/actions/go-jump.png +++ b/mate/22x22/actions/go-jump.png diff --git a/mate/22x22/actions/go-last-rtl.png b/mate/22x22/actions/go-last-rtl.png Binary files differindex 3035290..96ffa73 100644..120000 --- a/mate/22x22/actions/go-last-rtl.png +++ b/mate/22x22/actions/go-last-rtl.png diff --git a/mate/22x22/actions/go-last.png b/mate/22x22/actions/go-last.png Binary files differindex e31b736..eca1c77 100644 --- a/mate/22x22/actions/go-last.png +++ b/mate/22x22/actions/go-last.png diff --git a/mate/22x22/actions/go-next-rtl.png b/mate/22x22/actions/go-next-rtl.png Binary files differindex cea9d80..56c7bd8 100644..120000 --- a/mate/22x22/actions/go-next-rtl.png +++ b/mate/22x22/actions/go-next-rtl.png diff --git a/mate/22x22/actions/go-next.png b/mate/22x22/actions/go-next.png Binary files differindex a23875c..5a1a150 100644 --- a/mate/22x22/actions/go-next.png +++ b/mate/22x22/actions/go-next.png diff --git a/mate/22x22/actions/go-previous-rtl.png b/mate/22x22/actions/go-previous-rtl.png Binary files differindex a23875c..c1febf9 100644..120000 --- a/mate/22x22/actions/go-previous-rtl.png +++ b/mate/22x22/actions/go-previous-rtl.png diff --git a/mate/22x22/actions/go-previous.png b/mate/22x22/actions/go-previous.png Binary files differindex 725362e..77332e3 100644 --- a/mate/22x22/actions/go-previous.png +++ b/mate/22x22/actions/go-previous.png diff --git a/mate/22x22/actions/go-top.png b/mate/22x22/actions/go-top.png Binary files differindex bdcacb9..25a8b74 100644 --- a/mate/22x22/actions/go-top.png +++ b/mate/22x22/actions/go-top.png diff --git a/mate/22x22/actions/go-up.png b/mate/22x22/actions/go-up.png Binary files differindex e393661..494224f 100644 --- a/mate/22x22/actions/go-up.png +++ b/mate/22x22/actions/go-up.png diff --git a/mate/22x22/actions/help-about.png b/mate/22x22/actions/help-about.png Binary files differindex 435ea0e..7ab049f 100644 --- a/mate/22x22/actions/help-about.png +++ b/mate/22x22/actions/help-about.png diff --git a/mate/22x22/actions/help-faq.png b/mate/22x22/actions/help-faq.png Binary files differindex 69e0ce1..da2e293 100644 --- a/mate/22x22/actions/help-faq.png +++ b/mate/22x22/actions/help-faq.png diff --git a/mate/22x22/actions/insert-image.png b/mate/22x22/actions/insert-image.png Binary files differindex fd4eb24..7e0fcbe 100644 --- a/mate/22x22/actions/insert-image.png +++ b/mate/22x22/actions/insert-image.png diff --git a/mate/22x22/actions/insert-link.png b/mate/22x22/actions/insert-link.png Binary files differindex 5e429a7..0ea86a8 100644 --- a/mate/22x22/actions/insert-link.png +++ b/mate/22x22/actions/insert-link.png diff --git a/mate/22x22/actions/insert-object.png b/mate/22x22/actions/insert-object.png Binary files differindex 5f1486e..db3aad4 100644 --- a/mate/22x22/actions/insert-object.png +++ b/mate/22x22/actions/insert-object.png diff --git a/mate/22x22/actions/insert-text.png b/mate/22x22/actions/insert-text.png Binary files differindex 1506f03..ee4df75 100644 --- a/mate/22x22/actions/insert-text.png +++ b/mate/22x22/actions/insert-text.png diff --git a/mate/22x22/actions/list-add.png b/mate/22x22/actions/list-add.png Binary files differindex 0dd5d82..d799f09 100644 --- a/mate/22x22/actions/list-add.png +++ b/mate/22x22/actions/list-add.png diff --git a/mate/22x22/actions/list-remove.png b/mate/22x22/actions/list-remove.png Binary files differindex 8b32f74..561c394 100644 --- a/mate/22x22/actions/list-remove.png +++ b/mate/22x22/actions/list-remove.png diff --git a/mate/22x22/actions/mail-forward.png b/mate/22x22/actions/mail-forward.png Binary files differindex 39db0ef..26566c5 100644 --- a/mate/22x22/actions/mail-forward.png +++ b/mate/22x22/actions/mail-forward.png diff --git a/mate/22x22/actions/mail-mark-important.png b/mate/22x22/actions/mail-mark-important.png Binary files differindex e0b319b..740f10e 100644 --- a/mate/22x22/actions/mail-mark-important.png +++ b/mate/22x22/actions/mail-mark-important.png diff --git a/mate/22x22/actions/mail-mark-junk.png b/mate/22x22/actions/mail-mark-junk.png Binary files differindex 7f59c11..f7c71ac 100644 --- a/mate/22x22/actions/mail-mark-junk.png +++ b/mate/22x22/actions/mail-mark-junk.png diff --git a/mate/22x22/actions/mail-mark-notjunk.png b/mate/22x22/actions/mail-mark-notjunk.png Binary files differindex fabd93a..96a72d4 100644 --- a/mate/22x22/actions/mail-mark-notjunk.png +++ b/mate/22x22/actions/mail-mark-notjunk.png diff --git a/mate/22x22/actions/mail-mark-read.png b/mate/22x22/actions/mail-mark-read.png Binary files differindex 1bff057..d4ac746 100644 --- a/mate/22x22/actions/mail-mark-read.png +++ b/mate/22x22/actions/mail-mark-read.png diff --git a/mate/22x22/actions/mail-mark-unread.png b/mate/22x22/actions/mail-mark-unread.png Binary files differindex 058fd3a..de01004 100644 --- a/mate/22x22/actions/mail-mark-unread.png +++ b/mate/22x22/actions/mail-mark-unread.png diff --git a/mate/22x22/actions/mail-message-new.png b/mate/22x22/actions/mail-message-new.png Binary files differindex 2d9caca..8bbbe8d 100644 --- a/mate/22x22/actions/mail-message-new.png +++ b/mate/22x22/actions/mail-message-new.png diff --git a/mate/22x22/actions/mail-reply-all.png b/mate/22x22/actions/mail-reply-all.png Binary files differindex 76e510a..c7f41e0 100644 --- a/mate/22x22/actions/mail-reply-all.png +++ b/mate/22x22/actions/mail-reply-all.png diff --git a/mate/22x22/actions/mail-reply-sender.png b/mate/22x22/actions/mail-reply-sender.png Binary files differindex 4fa282c..d76f079 100644 --- a/mate/22x22/actions/mail-reply-sender.png +++ b/mate/22x22/actions/mail-reply-sender.png diff --git a/mate/22x22/actions/mail-send-receive.png b/mate/22x22/actions/mail-send-receive.png Binary files differindex 5b8b71f..f07837c 100644 --- a/mate/22x22/actions/mail-send-receive.png +++ b/mate/22x22/actions/mail-send-receive.png diff --git a/mate/22x22/actions/mail-send.png b/mate/22x22/actions/mail-send.png Binary files differindex 93be0c8..9cdd73b 100644 --- a/mate/22x22/actions/mail-send.png +++ b/mate/22x22/actions/mail-send.png diff --git a/mate/22x22/actions/mark-location.png b/mate/22x22/actions/mark-location.png Binary files differindex 0706337..08f51a1 100644 --- a/mate/22x22/actions/mark-location.png +++ b/mate/22x22/actions/mark-location.png diff --git a/mate/22x22/actions/media-eject.png b/mate/22x22/actions/media-eject.png Binary files differindex d60c8a9..458b223 100644 --- a/mate/22x22/actions/media-eject.png +++ b/mate/22x22/actions/media-eject.png diff --git a/mate/22x22/actions/media-playback-pause.png b/mate/22x22/actions/media-playback-pause.png Binary files differindex f11192f..6b466d7 100644 --- a/mate/22x22/actions/media-playback-pause.png +++ b/mate/22x22/actions/media-playback-pause.png diff --git a/mate/22x22/actions/media-playback-start-rtl.png b/mate/22x22/actions/media-playback-start-rtl.png Binary files differindex 56a626d..2fa963b 100644 --- a/mate/22x22/actions/media-playback-start-rtl.png +++ b/mate/22x22/actions/media-playback-start-rtl.png diff --git a/mate/22x22/actions/media-playback-start.png b/mate/22x22/actions/media-playback-start.png Binary files differindex 3a285e5..353d9b6 100644 --- a/mate/22x22/actions/media-playback-start.png +++ b/mate/22x22/actions/media-playback-start.png diff --git a/mate/22x22/actions/media-playback-stop.png b/mate/22x22/actions/media-playback-stop.png Binary files differindex 221d591..0bbb273 100644 --- a/mate/22x22/actions/media-playback-stop.png +++ b/mate/22x22/actions/media-playback-stop.png diff --git a/mate/22x22/actions/media-record.png b/mate/22x22/actions/media-record.png Binary files differindex bc4fb47..da41497 100644 --- a/mate/22x22/actions/media-record.png +++ b/mate/22x22/actions/media-record.png diff --git a/mate/22x22/actions/media-seek-backward-rtl.png b/mate/22x22/actions/media-seek-backward-rtl.png Binary files differindex 5d94eb5..a7ed18d 100644..120000 --- a/mate/22x22/actions/media-seek-backward-rtl.png +++ b/mate/22x22/actions/media-seek-backward-rtl.png diff --git a/mate/22x22/actions/media-seek-backward.png b/mate/22x22/actions/media-seek-backward.png Binary files differindex b06b344..42d3612 100644 --- a/mate/22x22/actions/media-seek-backward.png +++ b/mate/22x22/actions/media-seek-backward.png diff --git a/mate/22x22/actions/media-seek-forward-rtl.png b/mate/22x22/actions/media-seek-forward-rtl.png Binary files differindex 5045af5..f9ec51f 100644..120000 --- a/mate/22x22/actions/media-seek-forward-rtl.png +++ b/mate/22x22/actions/media-seek-forward-rtl.png diff --git a/mate/22x22/actions/media-seek-forward.png b/mate/22x22/actions/media-seek-forward.png Binary files differindex 5d94eb5..9d38cd6 100644 --- a/mate/22x22/actions/media-seek-forward.png +++ b/mate/22x22/actions/media-seek-forward.png diff --git a/mate/22x22/actions/media-skip-backward-rtl.png b/mate/22x22/actions/media-skip-backward-rtl.png Binary files differindex 520e559..b394164 100644..120000 --- a/mate/22x22/actions/media-skip-backward-rtl.png +++ b/mate/22x22/actions/media-skip-backward-rtl.png diff --git a/mate/22x22/actions/media-skip-backward.png b/mate/22x22/actions/media-skip-backward.png Binary files differindex 28c6f59..c4e1f22 100644 --- a/mate/22x22/actions/media-skip-backward.png +++ b/mate/22x22/actions/media-skip-backward.png diff --git a/mate/22x22/actions/media-skip-forward-rtl.png b/mate/22x22/actions/media-skip-forward-rtl.png Binary files differindex 28c6f59..64f866b 100644..120000 --- a/mate/22x22/actions/media-skip-forward-rtl.png +++ b/mate/22x22/actions/media-skip-forward-rtl.png diff --git a/mate/22x22/actions/media-skip-forward.png b/mate/22x22/actions/media-skip-forward.png Binary files differindex 520e559..1fb0f7a 100644 --- a/mate/22x22/actions/media-skip-forward.png +++ b/mate/22x22/actions/media-skip-forward.png diff --git a/mate/22x22/actions/object-flip-horizontal.png b/mate/22x22/actions/object-flip-horizontal.png Binary files differindex 7627d42..dec5f98 100644 --- a/mate/22x22/actions/object-flip-horizontal.png +++ b/mate/22x22/actions/object-flip-horizontal.png diff --git a/mate/22x22/actions/object-flip-vertical.png b/mate/22x22/actions/object-flip-vertical.png Binary files differindex 0bf13c1..eb6296d 100644 --- a/mate/22x22/actions/object-flip-vertical.png +++ b/mate/22x22/actions/object-flip-vertical.png diff --git a/mate/22x22/actions/object-rotate-left.png b/mate/22x22/actions/object-rotate-left.png Binary files differindex 9490356..99bb487 100644 --- a/mate/22x22/actions/object-rotate-left.png +++ b/mate/22x22/actions/object-rotate-left.png diff --git a/mate/22x22/actions/object-rotate-right.png b/mate/22x22/actions/object-rotate-right.png Binary files differindex 6c44e83..6ae67e1 100644 --- a/mate/22x22/actions/object-rotate-right.png +++ b/mate/22x22/actions/object-rotate-right.png diff --git a/mate/22x22/actions/process-stop.png b/mate/22x22/actions/process-stop.png Binary files differindex df8da3f..555cd1c 100644 --- a/mate/22x22/actions/process-stop.png +++ b/mate/22x22/actions/process-stop.png diff --git a/mate/22x22/actions/system-lock-screen.png b/mate/22x22/actions/system-lock-screen.png Binary files differindex 7e0048d..b60ebe9 100644 --- a/mate/22x22/actions/system-lock-screen.png +++ b/mate/22x22/actions/system-lock-screen.png diff --git a/mate/22x22/actions/system-log-out.png b/mate/22x22/actions/system-log-out.png Binary files differindex ae55fc4..e7096f0 100644 --- a/mate/22x22/actions/system-log-out.png +++ b/mate/22x22/actions/system-log-out.png diff --git a/mate/22x22/actions/system-run.png b/mate/22x22/actions/system-run.png Binary files differindex 11eef9e..128a0a0 100644 --- a/mate/22x22/actions/system-run.png +++ b/mate/22x22/actions/system-run.png diff --git a/mate/22x22/actions/system-search.png b/mate/22x22/actions/system-search.png Binary files differindex fe55f4d..7dc0c49 100644 --- a/mate/22x22/actions/system-search.png +++ b/mate/22x22/actions/system-search.png diff --git a/mate/22x22/actions/system-shutdown.png b/mate/22x22/actions/system-shutdown.png Binary files differindex fa85b5e..3ded40d 100644 --- a/mate/22x22/actions/system-shutdown.png +++ b/mate/22x22/actions/system-shutdown.png diff --git a/mate/22x22/actions/tab-new.png b/mate/22x22/actions/tab-new.png Binary files differindex 62ef41d..da3c4eb 100644 --- a/mate/22x22/actions/tab-new.png +++ b/mate/22x22/actions/tab-new.png diff --git a/mate/22x22/actions/tools-check-spelling.png b/mate/22x22/actions/tools-check-spelling.png Binary files differindex 91ecec5..07a7365 100644 --- a/mate/22x22/actions/tools-check-spelling.png +++ b/mate/22x22/actions/tools-check-spelling.png diff --git a/mate/22x22/actions/view-fullscreen.png b/mate/22x22/actions/view-fullscreen.png Binary files differindex 9b0f0db..0906464 100644 --- a/mate/22x22/actions/view-fullscreen.png +++ b/mate/22x22/actions/view-fullscreen.png diff --git a/mate/22x22/actions/view-refresh.png b/mate/22x22/actions/view-refresh.png Binary files differindex 0db557e..7940695 100644 --- a/mate/22x22/actions/view-refresh.png +++ b/mate/22x22/actions/view-refresh.png diff --git a/mate/22x22/actions/view-restore.png b/mate/22x22/actions/view-restore.png Binary files differindex 0c96ab8..639e398 100644 --- a/mate/22x22/actions/view-restore.png +++ b/mate/22x22/actions/view-restore.png diff --git a/mate/22x22/actions/view-sort-ascending.png b/mate/22x22/actions/view-sort-ascending.png Binary files differindex ebf95a0..a438160 100644 --- a/mate/22x22/actions/view-sort-ascending.png +++ b/mate/22x22/actions/view-sort-ascending.png diff --git a/mate/22x22/actions/view-sort-descending.png b/mate/22x22/actions/view-sort-descending.png Binary files differindex 9b555c0..4db8d21 100644 --- a/mate/22x22/actions/view-sort-descending.png +++ b/mate/22x22/actions/view-sort-descending.png diff --git a/mate/22x22/actions/window-close.png b/mate/22x22/actions/window-close.png Binary files differindex 88e19cf..ddefd3d 100644 --- a/mate/22x22/actions/window-close.png +++ b/mate/22x22/actions/window-close.png diff --git a/mate/22x22/actions/window-new.png b/mate/22x22/actions/window-new.png Binary files differindex 337f2bb..97baff5 100644 --- a/mate/22x22/actions/window-new.png +++ b/mate/22x22/actions/window-new.png diff --git a/mate/22x22/actions/zoom-fit-best.png b/mate/22x22/actions/zoom-fit-best.png Binary files differindex 06139f2..fc6c34e 100644 --- a/mate/22x22/actions/zoom-fit-best.png +++ b/mate/22x22/actions/zoom-fit-best.png diff --git a/mate/22x22/actions/zoom-in.png b/mate/22x22/actions/zoom-in.png Binary files differindex 23cacb2..0888b92 100644 --- a/mate/22x22/actions/zoom-in.png +++ b/mate/22x22/actions/zoom-in.png diff --git a/mate/22x22/actions/zoom-original.png b/mate/22x22/actions/zoom-original.png Binary files differindex 05fddca..7c69a40 100644 --- a/mate/22x22/actions/zoom-original.png +++ b/mate/22x22/actions/zoom-original.png diff --git a/mate/22x22/actions/zoom-out.png b/mate/22x22/actions/zoom-out.png Binary files differindex bea4503..7b6980d 100644 --- a/mate/22x22/actions/zoom-out.png +++ b/mate/22x22/actions/zoom-out.png diff --git a/mate/22x22/apps/Makefile.am b/mate/22x22/apps/Makefile.am index 045fd0b..5eb7092 100644 --- a/mate/22x22/apps/Makefile.am +++ b/mate/22x22/apps/Makefile.am @@ -160,7 +160,7 @@ preferences-system-windows.png: ../../../src/preferences-system-windows.svg system-users.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1103:101:1125:123 -w=22 -h=22 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-info.png: ../../../src/users.svg diff --git a/mate/22x22/apps/system-users.png b/mate/22x22/apps/system-users.png Binary files differindex e301593..f78d756 100644 --- a/mate/22x22/apps/system-users.png +++ b/mate/22x22/apps/system-users.png diff --git a/mate/22x22/devices/Makefile.am b/mate/22x22/devices/Makefile.am index 0bbeb8a..4121052 100644 --- a/mate/22x22/devices/Makefile.am +++ b/mate/22x22/devices/Makefile.am @@ -208,7 +208,7 @@ phone.png: ../../../src/phone.svg printer.png: ../../../src/printers.svg @echo " "$@ - @inkscape -z $^ --export-area=303:94:325:116 -w=22 -h=22 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=603:94:625:116 -w=22 -h=22 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ printer-network.png: ../../../src/printer-network.svg diff --git a/mate/22x22/devices/printer.png b/mate/22x22/devices/printer.png Binary files differindex 8b46561..c39a05c 100644 --- a/mate/22x22/devices/printer.png +++ b/mate/22x22/devices/printer.png diff --git a/mate/22x22/emblems/Makefile.am b/mate/22x22/emblems/Makefile.am new file mode 100644 index 0000000..a96ffa8 --- /dev/null +++ b/mate/22x22/emblems/Makefile.am @@ -0,0 +1,119 @@ +NULL = + +png_icons = \ + emblem-default.png \ + emblem-documents.png \ + emblem-downloads.png \ + emblem-favorite.png \ + emblem-generic.png \ + emblem-important.png \ + emblem-mail.png \ + emblem-new.png \ + emblem-package.png \ + emblem-photos.png \ + emblem-readonly.png \ + emblem-shared.png \ + emblem-symbolic-link.png \ + emblem-synchronizing.png \ + emblem-system.png \ + emblem-unreadable.png \ + emblem-urgent.png \ + emblem-web.png \ + $(NULL) + +emblem-default.png: ../../../src/emblem-default.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-documents.png: ../../../src/emblem-documents.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-downloads.png: ../../../src/emblem-downloads.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-favorite.png: ../../../src/emblem-favorite.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-generic.png: ../../../src/emblem-generic.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-important.png: ../../../src/emblem-important.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-mail.png: ../../../src/emblem-mail.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-new.png: ../../../src/emblem-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-package.png: ../../../src/packages.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:102:325:124 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-photos.png: ../../../src/emblem-photos.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-readonly.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:100:1125:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-shared.png: ../../../src/emblem-shared.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-symbolic-link.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-synchronizing.png: ../../../src/emblem-synchronizing.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-system.png: ../../../src/emblem-system.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-unreadable.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:100:725:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-urgent.png: ../../../src/emblem-urgent.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-web.png: ../../../src/emblem-web.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -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/22x22/emblems/emblem-default.png b/mate/22x22/emblems/emblem-default.png Binary files differindex 870faff..d0bcdcc 100644 --- a/mate/22x22/emblems/emblem-default.png +++ b/mate/22x22/emblems/emblem-default.png diff --git a/mate/22x22/emblems/emblem-documents.png b/mate/22x22/emblems/emblem-documents.png Binary files differindex 6e68a77..5bf48c4 100644 --- a/mate/22x22/emblems/emblem-documents.png +++ b/mate/22x22/emblems/emblem-documents.png diff --git a/mate/22x22/emblems/emblem-downloads.png b/mate/22x22/emblems/emblem-downloads.png Binary files differindex 64bc680..a78f4df 100644 --- a/mate/22x22/emblems/emblem-downloads.png +++ b/mate/22x22/emblems/emblem-downloads.png diff --git a/mate/22x22/emblems/emblem-favorite.png b/mate/22x22/emblems/emblem-favorite.png Binary files differindex f21a747..8526a26 100644 --- a/mate/22x22/emblems/emblem-favorite.png +++ b/mate/22x22/emblems/emblem-favorite.png diff --git a/mate/22x22/emblems/emblem-generic.png b/mate/22x22/emblems/emblem-generic.png Binary files differindex 0f11ae1..cca825c 100644 --- a/mate/22x22/emblems/emblem-generic.png +++ b/mate/22x22/emblems/emblem-generic.png diff --git a/mate/22x22/emblems/emblem-important.png b/mate/22x22/emblems/emblem-important.png Binary files differindex d614a96..eeed962 100644 --- a/mate/22x22/emblems/emblem-important.png +++ b/mate/22x22/emblems/emblem-important.png diff --git a/mate/22x22/emblems/emblem-mail.png b/mate/22x22/emblems/emblem-mail.png Binary files differindex 92fb336..3346a5f 100644 --- a/mate/22x22/emblems/emblem-mail.png +++ b/mate/22x22/emblems/emblem-mail.png diff --git a/mate/22x22/emblems/emblem-new.png b/mate/22x22/emblems/emblem-new.png Binary files differindex 02c009c..bde323f 100644 --- a/mate/22x22/emblems/emblem-new.png +++ b/mate/22x22/emblems/emblem-new.png diff --git a/mate/22x22/emblems/emblem-package.png b/mate/22x22/emblems/emblem-package.png Binary files differindex e54cfd3..c6b3287 100644 --- a/mate/22x22/emblems/emblem-package.png +++ b/mate/22x22/emblems/emblem-package.png diff --git a/mate/22x22/emblems/emblem-photos.png b/mate/22x22/emblems/emblem-photos.png Binary files differindex e50f804..156d1c2 100644 --- a/mate/22x22/emblems/emblem-photos.png +++ b/mate/22x22/emblems/emblem-photos.png diff --git a/mate/22x22/emblems/emblem-readonly.png b/mate/22x22/emblems/emblem-readonly.png Binary files differindex 4b0256b..8f0ad68 100644 --- a/mate/22x22/emblems/emblem-readonly.png +++ b/mate/22x22/emblems/emblem-readonly.png diff --git a/mate/22x22/emblems/emblem-shared.png b/mate/22x22/emblems/emblem-shared.png Binary files differindex 839d6a9..1d25ab8 100644 --- a/mate/22x22/emblems/emblem-shared.png +++ b/mate/22x22/emblems/emblem-shared.png diff --git a/mate/22x22/emblems/emblem-symbolic-link.png b/mate/22x22/emblems/emblem-symbolic-link.png Binary files differindex ba34bca..129a8db 100644 --- a/mate/22x22/emblems/emblem-symbolic-link.png +++ b/mate/22x22/emblems/emblem-symbolic-link.png diff --git a/mate/22x22/emblems/emblem-synchronizing.png b/mate/22x22/emblems/emblem-synchronizing.png Binary files differindex 49b648a..7dea4cb 100644 --- a/mate/22x22/emblems/emblem-synchronizing.png +++ b/mate/22x22/emblems/emblem-synchronizing.png diff --git a/mate/22x22/emblems/emblem-system.png b/mate/22x22/emblems/emblem-system.png Binary files differindex 43345e8..a998b75 100644 --- a/mate/22x22/emblems/emblem-system.png +++ b/mate/22x22/emblems/emblem-system.png diff --git a/mate/22x22/emblems/emblem-unreadable.png b/mate/22x22/emblems/emblem-unreadable.png Binary files differindex 5b9f626..77936cf 100644 --- a/mate/22x22/emblems/emblem-unreadable.png +++ b/mate/22x22/emblems/emblem-unreadable.png diff --git a/mate/22x22/emblems/emblem-urgent.png b/mate/22x22/emblems/emblem-urgent.png Binary files differindex 1c395b0..b84de7e 100644 --- a/mate/22x22/emblems/emblem-urgent.png +++ b/mate/22x22/emblems/emblem-urgent.png diff --git a/mate/22x22/emblems/emblem-web.png b/mate/22x22/emblems/emblem-web.png Binary files differindex cb0ca8a..06f9d2a 100644 --- a/mate/22x22/emblems/emblem-web.png +++ b/mate/22x22/emblems/emblem-web.png diff --git a/mate/22x22/places/Makefile.am b/mate/22x22/places/Makefile.am new file mode 100644 index 0000000..d79c60d --- /dev/null +++ b/mate/22x22/places/Makefile.am @@ -0,0 +1,94 @@ +NULL = + +png_icons = \ + network-server.png \ + network-workgroup.png \ + user-trash.png \ + $(NULL) + +folder-documents.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:101:725:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-download.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:401:725:423 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-music.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:401:1125:423 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-pictures.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1203:101:1225:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-publicshare.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:101:1525:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-remote.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:701:1125:723 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-saved-search.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:701:725:723 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-templates.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:101:1125:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-videos.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:401:1525:423 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-server.png: ../../../src/network-server.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-workgroup.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:401:725:423 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-bookmarks.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1903:101:1925:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-desktop.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1903:401:1925:423 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-home.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:401:325:423 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-trash.png: ../../../src/trash.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:101:725:123 -w=22 -h=22 -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/22x22/places/network-server.png b/mate/22x22/places/network-server.png Binary files differindex 9416138..ff9762c 100644 --- a/mate/22x22/places/network-server.png +++ b/mate/22x22/places/network-server.png diff --git a/mate/22x22/places/network-workgroup.png b/mate/22x22/places/network-workgroup.png Binary files differindex 8a84a45..b67c6fc 100644 --- a/mate/22x22/places/network-workgroup.png +++ b/mate/22x22/places/network-workgroup.png diff --git a/mate/22x22/places/user-trash.png b/mate/22x22/places/user-trash.png Binary files differindex 80f4594..ffa1ead 100644 --- a/mate/22x22/places/user-trash.png +++ b/mate/22x22/places/user-trash.png diff --git a/mate/22x22/status/Makefile.am b/mate/22x22/status/Makefile.am new file mode 100644 index 0000000..d6895e2 --- /dev/null +++ b/mate/22x22/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=303:96:325:118 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +appointment-soon.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:396:725:418 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-high.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=304:401:326:423 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-low.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=304:101:326:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-medium.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=704:401:726:423 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-muted.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=704:101:726:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-off.png: ../../../src/audio-volume-off.svg + @echo " "$@ + @inkscape -z $^ --export-area=304:101:326:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +avatar-default.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-caution-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=323:401:345:423 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-caution.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:701:1125:723 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-empty.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:-219:725:-197 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full-charged.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:-529:725:-507 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:101:725:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:401:725:423 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-good-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:101:1125:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-good.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:401:1125:423 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-low-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:-219:1125:-197 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-low.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:701:725:723 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-missing.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=302:-221:326:-197 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +changes-allow.png: ../../../src/changes.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:101:725:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +changes-prevent.png: ../../../src/changes.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +computer-fail.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1903:102:1925:124 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-error.png: ../../../src/dialog-error.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-information.png: ../../../src/dialog-information.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-password.png: ../../../src/dialog-password.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-question.png: ../../../src/dialog-question.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-warning.png: ../../../src/dialog-warning.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-drag-accept.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-open.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-visiting.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +image-loading.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=701:97:723:119 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +image-missing.png: ../../../src/photos.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:101:725:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-attachment.png: ../../../src/mail-attachment.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-read.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-replied.png: ../../../src/mail-replied.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-unread.png: ../../../src/mail-unread.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playlist-repeat.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=43:31:65:53 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playlist-shuffle.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=13:31:35:53 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-muted.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=450:111:474:135 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-low.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=530:111:554:135 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-medium.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=610:111:634:135 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-high.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=690:111:714:135 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-error.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:401:1125:423 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-idle.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-offline.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:401:1525:423 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-receive.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:101:1525:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-transmit.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:101:1125:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-transmit-receive.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:101:725:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-error.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:94:725:116 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-printing.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:394:725:416 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-high.png: ../../../src/security-high.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-low.png: ../../../src/security-low.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-medium.png: ../../../src/security-medium.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +software-update-available.png: ../../../src/software-update.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +software-update-urgent.png: ../../../src/software-update.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:101:725:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +non-starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=301:101:323:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +semi-starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=723:401:745:423 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +semi-starred-rtl.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=723:101:745:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:401:325:423 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +task-due.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +task-past-due.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:101:725:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-bronze.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:99:1125:121 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-gold.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:99:325:121 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-silver.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:99:725:121 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-available.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1213:101:1235:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-offline.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1273:101:1295:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-idle.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1333:101:1355:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-away.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1393:101:1415:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-invisible.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1453:101:1475:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-busy.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1513:101:1535:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-trash-full.png: ../../../src/trash.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-clear-night.png: ../../../src/weather-clear-night.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-clear.png: ../../../src/weather-clear.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-few-clouds-night.png: ../../../src/weather-few-clouds-night.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-few-clouds.png: ../../../src/weather-few-clouds.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-fog.png: ../../../src/weather-fog.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-overcast.png: ../../../src/weather-overcast.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-severe-alert.png: ../../../src/weather-severe-alert.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-showers.png: ../../../src/weather-showers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-showers-scattered.png: ../../../src/weather-showers-scattered.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-snow.png: ../../../src/weather-snow.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-storm.png: ../../../src/weather-storm.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -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/22x22/status/appointment-missed.png b/mate/22x22/status/appointment-missed.png Binary files differindex 73c97de..41d218a 100644 --- a/mate/22x22/status/appointment-missed.png +++ b/mate/22x22/status/appointment-missed.png diff --git a/mate/22x22/status/appointment-soon.png b/mate/22x22/status/appointment-soon.png Binary files differindex 9c45d7f..3d184ee 100644 --- a/mate/22x22/status/appointment-soon.png +++ b/mate/22x22/status/appointment-soon.png diff --git a/mate/22x22/status/audio-volume-high.png b/mate/22x22/status/audio-volume-high.png Binary files differindex 3f00015..0cf2ed3 100644 --- a/mate/22x22/status/audio-volume-high.png +++ b/mate/22x22/status/audio-volume-high.png diff --git a/mate/22x22/status/audio-volume-low.png b/mate/22x22/status/audio-volume-low.png Binary files differindex 2487c17..2adfc5f 100644 --- a/mate/22x22/status/audio-volume-low.png +++ b/mate/22x22/status/audio-volume-low.png diff --git a/mate/22x22/status/audio-volume-medium.png b/mate/22x22/status/audio-volume-medium.png Binary files differindex fe198fa..c350464 100644 --- a/mate/22x22/status/audio-volume-medium.png +++ b/mate/22x22/status/audio-volume-medium.png diff --git a/mate/22x22/status/audio-volume-muted.png b/mate/22x22/status/audio-volume-muted.png Binary files differindex 9b9c0c0..1c874be 100644 --- a/mate/22x22/status/audio-volume-muted.png +++ b/mate/22x22/status/audio-volume-muted.png diff --git a/mate/22x22/status/audio-volume-off.png b/mate/22x22/status/audio-volume-off.png Binary files differindex 4ba0a3c..7ea8848 100644 --- a/mate/22x22/status/audio-volume-off.png +++ b/mate/22x22/status/audio-volume-off.png diff --git a/mate/22x22/status/avatar-default.png b/mate/22x22/status/avatar-default.png Binary files differindex 76956c2..e301593 100644 --- a/mate/22x22/status/avatar-default.png +++ b/mate/22x22/status/avatar-default.png diff --git a/mate/22x22/status/battery-caution-charging.png b/mate/22x22/status/battery-caution-charging.png Binary files differindex 856c91e..bce6ccf 100644 --- a/mate/22x22/status/battery-caution-charging.png +++ b/mate/22x22/status/battery-caution-charging.png diff --git a/mate/22x22/status/battery-caution.png b/mate/22x22/status/battery-caution.png Binary files differindex 798af3f..e2b73f0 100644 --- a/mate/22x22/status/battery-caution.png +++ b/mate/22x22/status/battery-caution.png diff --git a/mate/22x22/status/battery-empty.png b/mate/22x22/status/battery-empty.png Binary files differindex 1b08ebb..cc08703 100644 --- a/mate/22x22/status/battery-empty.png +++ b/mate/22x22/status/battery-empty.png diff --git a/mate/22x22/status/battery-full-charged.png b/mate/22x22/status/battery-full-charged.png Binary files differindex db67ec6..be44931 100644 --- a/mate/22x22/status/battery-full-charged.png +++ b/mate/22x22/status/battery-full-charged.png diff --git a/mate/22x22/status/battery-full-charging.png b/mate/22x22/status/battery-full-charging.png Binary files differindex 22840df..21dacbd 100644 --- a/mate/22x22/status/battery-full-charging.png +++ b/mate/22x22/status/battery-full-charging.png diff --git a/mate/22x22/status/battery-full.png b/mate/22x22/status/battery-full.png Binary files differindex 231e42d..eb8e800 100644 --- a/mate/22x22/status/battery-full.png +++ b/mate/22x22/status/battery-full.png diff --git a/mate/22x22/status/battery-good-charging.png b/mate/22x22/status/battery-good-charging.png Binary files differindex 3adb593..b72e9ae 100644 --- a/mate/22x22/status/battery-good-charging.png +++ b/mate/22x22/status/battery-good-charging.png diff --git a/mate/22x22/status/battery-good.png b/mate/22x22/status/battery-good.png Binary files differindex 2ca7bd4..a2f1008 100644 --- a/mate/22x22/status/battery-good.png +++ b/mate/22x22/status/battery-good.png diff --git a/mate/22x22/status/battery-low-charging.png b/mate/22x22/status/battery-low-charging.png Binary files differindex 4c4810f..f7a6e21 100644 --- a/mate/22x22/status/battery-low-charging.png +++ b/mate/22x22/status/battery-low-charging.png diff --git a/mate/22x22/status/battery-low.png b/mate/22x22/status/battery-low.png Binary files differindex 93ff293..6b399e0 100644 --- a/mate/22x22/status/battery-low.png +++ b/mate/22x22/status/battery-low.png diff --git a/mate/22x22/status/battery-missing.png b/mate/22x22/status/battery-missing.png Binary files differindex 887d031..ea644fb 100644 --- a/mate/22x22/status/battery-missing.png +++ b/mate/22x22/status/battery-missing.png diff --git a/mate/22x22/status/changes-allow.png b/mate/22x22/status/changes-allow.png Binary files differindex 16ef2d0..aacd44b 100644 --- a/mate/22x22/status/changes-allow.png +++ b/mate/22x22/status/changes-allow.png diff --git a/mate/22x22/status/changes-prevent.png b/mate/22x22/status/changes-prevent.png Binary files differindex 5a194d1..6fe3a0b 100644 --- a/mate/22x22/status/changes-prevent.png +++ b/mate/22x22/status/changes-prevent.png diff --git a/mate/22x22/status/computer-fail.png b/mate/22x22/status/computer-fail.png Binary files differindex 51348bd..f909f8e 100644 --- a/mate/22x22/status/computer-fail.png +++ b/mate/22x22/status/computer-fail.png diff --git a/mate/22x22/status/dialog-error.png b/mate/22x22/status/dialog-error.png Binary files differindex f805012..bdec8c0 100644 --- a/mate/22x22/status/dialog-error.png +++ b/mate/22x22/status/dialog-error.png diff --git a/mate/22x22/status/dialog-information.png b/mate/22x22/status/dialog-information.png Binary files differindex 00accf1..ee9e347 100644 --- a/mate/22x22/status/dialog-information.png +++ b/mate/22x22/status/dialog-information.png diff --git a/mate/22x22/status/dialog-password.png b/mate/22x22/status/dialog-password.png Binary files differindex eb8dd24..361837d 100644 --- a/mate/22x22/status/dialog-password.png +++ b/mate/22x22/status/dialog-password.png diff --git a/mate/22x22/status/dialog-question.png b/mate/22x22/status/dialog-question.png Binary files differindex ec07761..d78d08c 100644 --- a/mate/22x22/status/dialog-question.png +++ b/mate/22x22/status/dialog-question.png diff --git a/mate/22x22/status/dialog-warning.png b/mate/22x22/status/dialog-warning.png Binary files differindex 63b08f9..080897e 100644 --- a/mate/22x22/status/dialog-warning.png +++ b/mate/22x22/status/dialog-warning.png diff --git a/mate/22x22/status/image-loading.png b/mate/22x22/status/image-loading.png Binary files differindex a9382df..825378c 100644 --- a/mate/22x22/status/image-loading.png +++ b/mate/22x22/status/image-loading.png diff --git a/mate/22x22/status/image-missing.png b/mate/22x22/status/image-missing.png Binary files differindex 2826c15..d18c48a 100644 --- a/mate/22x22/status/image-missing.png +++ b/mate/22x22/status/image-missing.png diff --git a/mate/22x22/status/mail-attachment.png b/mate/22x22/status/mail-attachment.png Binary files differindex 385ef95..9d5d10f 100644 --- a/mate/22x22/status/mail-attachment.png +++ b/mate/22x22/status/mail-attachment.png diff --git a/mate/22x22/status/mail-read.png b/mate/22x22/status/mail-read.png Binary files differindex 52121f6..8bbbe8d 100644 --- a/mate/22x22/status/mail-read.png +++ b/mate/22x22/status/mail-read.png diff --git a/mate/22x22/status/mail-replied.png b/mate/22x22/status/mail-replied.png Binary files differindex bc9d001..87ac1a0 100644 --- a/mate/22x22/status/mail-replied.png +++ b/mate/22x22/status/mail-replied.png diff --git a/mate/22x22/status/mail-unread.png b/mate/22x22/status/mail-unread.png Binary files differindex b877d3a..ef03d82 100644 --- a/mate/22x22/status/mail-unread.png +++ b/mate/22x22/status/mail-unread.png diff --git a/mate/22x22/status/media-playlist-repeat.png b/mate/22x22/status/media-playlist-repeat.png Binary files differindex 412df5d..6d60ee7 100644 --- a/mate/22x22/status/media-playlist-repeat.png +++ b/mate/22x22/status/media-playlist-repeat.png diff --git a/mate/22x22/status/media-playlist-shuffle.png b/mate/22x22/status/media-playlist-shuffle.png Binary files differindex 05c3e3e..b364852 100644 --- a/mate/22x22/status/media-playlist-shuffle.png +++ b/mate/22x22/status/media-playlist-shuffle.png diff --git a/mate/22x22/status/microphone-sensitivity-high.png b/mate/22x22/status/microphone-sensitivity-high.png Binary files differindex b60188d..5052079 100644 --- a/mate/22x22/status/microphone-sensitivity-high.png +++ b/mate/22x22/status/microphone-sensitivity-high.png diff --git a/mate/22x22/status/microphone-sensitivity-low.png b/mate/22x22/status/microphone-sensitivity-low.png Binary files differindex 8597d8c..294b1fd 100644 --- a/mate/22x22/status/microphone-sensitivity-low.png +++ b/mate/22x22/status/microphone-sensitivity-low.png diff --git a/mate/22x22/status/microphone-sensitivity-medium.png b/mate/22x22/status/microphone-sensitivity-medium.png Binary files differindex 17c9672..b0842d1 100644 --- a/mate/22x22/status/microphone-sensitivity-medium.png +++ b/mate/22x22/status/microphone-sensitivity-medium.png diff --git a/mate/22x22/status/microphone-sensitivity-muted.png b/mate/22x22/status/microphone-sensitivity-muted.png Binary files differindex 05842f4..509435f 100644 --- a/mate/22x22/status/microphone-sensitivity-muted.png +++ b/mate/22x22/status/microphone-sensitivity-muted.png diff --git a/mate/22x22/status/network-error.png b/mate/22x22/status/network-error.png Binary files differindex fe5374e..c17bb8f 100644 --- a/mate/22x22/status/network-error.png +++ b/mate/22x22/status/network-error.png diff --git a/mate/22x22/status/network-idle.png b/mate/22x22/status/network-idle.png Binary files differindex 88a684e..42e36ea 100644 --- a/mate/22x22/status/network-idle.png +++ b/mate/22x22/status/network-idle.png diff --git a/mate/22x22/status/network-offline.png b/mate/22x22/status/network-offline.png Binary files differindex 7a452ac..b3cf739 100644 --- a/mate/22x22/status/network-offline.png +++ b/mate/22x22/status/network-offline.png diff --git a/mate/22x22/status/network-receive.png b/mate/22x22/status/network-receive.png Binary files differindex f2d8232..a0c46f7 100644 --- a/mate/22x22/status/network-receive.png +++ b/mate/22x22/status/network-receive.png diff --git a/mate/22x22/status/network-transmit-receive.png b/mate/22x22/status/network-transmit-receive.png Binary files differindex eb7593e..3209dff 100644 --- a/mate/22x22/status/network-transmit-receive.png +++ b/mate/22x22/status/network-transmit-receive.png diff --git a/mate/22x22/status/network-transmit.png b/mate/22x22/status/network-transmit.png Binary files differindex 47d123b..272a98d 100644 --- a/mate/22x22/status/network-transmit.png +++ b/mate/22x22/status/network-transmit.png diff --git a/mate/22x22/status/non-starred.png b/mate/22x22/status/non-starred.png Binary files differindex 05dff55..6a6d596 100644 --- a/mate/22x22/status/non-starred.png +++ b/mate/22x22/status/non-starred.png diff --git a/mate/22x22/status/printer-error.png b/mate/22x22/status/printer-error.png Binary files differindex 783041f..a3ccc00 100644 --- a/mate/22x22/status/printer-error.png +++ b/mate/22x22/status/printer-error.png diff --git a/mate/22x22/status/printer-printing.png b/mate/22x22/status/printer-printing.png Binary files differindex d95e5ba..82c6d9a 100644 --- a/mate/22x22/status/printer-printing.png +++ b/mate/22x22/status/printer-printing.png diff --git a/mate/22x22/status/security-high.png b/mate/22x22/status/security-high.png Binary files differindex b2b9ede..a1f07b8 100644 --- a/mate/22x22/status/security-high.png +++ b/mate/22x22/status/security-high.png diff --git a/mate/22x22/status/security-low.png b/mate/22x22/status/security-low.png Binary files differindex 1466e13..fde76f8 100644 --- a/mate/22x22/status/security-low.png +++ b/mate/22x22/status/security-low.png diff --git a/mate/22x22/status/security-medium.png b/mate/22x22/status/security-medium.png Binary files differindex 5bd8179..2392ef6 100644 --- a/mate/22x22/status/security-medium.png +++ b/mate/22x22/status/security-medium.png diff --git a/mate/22x22/status/semi-starred-rtl.png b/mate/22x22/status/semi-starred-rtl.png Binary files differindex 4131ec8..d5cdf37 100644 --- a/mate/22x22/status/semi-starred-rtl.png +++ b/mate/22x22/status/semi-starred-rtl.png diff --git a/mate/22x22/status/semi-starred.png b/mate/22x22/status/semi-starred.png Binary files differindex 560359b..12838b3 100644 --- a/mate/22x22/status/semi-starred.png +++ b/mate/22x22/status/semi-starred.png diff --git a/mate/22x22/status/software-update-available.png b/mate/22x22/status/software-update-available.png Binary files differindex e4355c9..5c90809 100644 --- a/mate/22x22/status/software-update-available.png +++ b/mate/22x22/status/software-update-available.png diff --git a/mate/22x22/status/software-update-urgent.png b/mate/22x22/status/software-update-urgent.png Binary files differindex 94ec025..22ca8a6 100644 --- a/mate/22x22/status/software-update-urgent.png +++ b/mate/22x22/status/software-update-urgent.png diff --git a/mate/22x22/status/starred.png b/mate/22x22/status/starred.png Binary files differindex 69fe26a..c5182b1 100644 --- a/mate/22x22/status/starred.png +++ b/mate/22x22/status/starred.png diff --git a/mate/22x22/status/task-due.png b/mate/22x22/status/task-due.png Binary files differindex 18f3e80..3a55e49 100644 --- a/mate/22x22/status/task-due.png +++ b/mate/22x22/status/task-due.png diff --git a/mate/22x22/status/task-past-due.png b/mate/22x22/status/task-past-due.png Binary files differindex 1570250..68b6d6d 100644 --- a/mate/22x22/status/task-past-due.png +++ b/mate/22x22/status/task-past-due.png diff --git a/mate/22x22/status/trophy-bronze.png b/mate/22x22/status/trophy-bronze.png Binary files differindex 787b6ed..c9b843c 100644 --- a/mate/22x22/status/trophy-bronze.png +++ b/mate/22x22/status/trophy-bronze.png diff --git a/mate/22x22/status/trophy-gold.png b/mate/22x22/status/trophy-gold.png Binary files differindex 276a7f7..11dba24 100644 --- a/mate/22x22/status/trophy-gold.png +++ b/mate/22x22/status/trophy-gold.png diff --git a/mate/22x22/status/trophy-silver.png b/mate/22x22/status/trophy-silver.png Binary files differindex 9fd6466..fa6d267 100644 --- a/mate/22x22/status/trophy-silver.png +++ b/mate/22x22/status/trophy-silver.png diff --git a/mate/22x22/status/user-available.png b/mate/22x22/status/user-available.png Binary files differindex fdb8fb5..e91fa89 100644 --- a/mate/22x22/status/user-available.png +++ b/mate/22x22/status/user-available.png diff --git a/mate/22x22/status/user-away.png b/mate/22x22/status/user-away.png Binary files differindex b8643ea..3f90b89 100644 --- a/mate/22x22/status/user-away.png +++ b/mate/22x22/status/user-away.png diff --git a/mate/22x22/status/user-busy.png b/mate/22x22/status/user-busy.png Binary files differindex 7398aa8..b965ceb 100644 --- a/mate/22x22/status/user-busy.png +++ b/mate/22x22/status/user-busy.png diff --git a/mate/22x22/status/user-idle.png b/mate/22x22/status/user-idle.png Binary files differindex 834d591..5f765cb 100644 --- a/mate/22x22/status/user-idle.png +++ b/mate/22x22/status/user-idle.png diff --git a/mate/22x22/status/user-invisible.png b/mate/22x22/status/user-invisible.png Binary files differindex 9e4d239..3e63521 100644 --- a/mate/22x22/status/user-invisible.png +++ b/mate/22x22/status/user-invisible.png diff --git a/mate/22x22/status/user-offline.png b/mate/22x22/status/user-offline.png Binary files differindex 0bd7109..b46c1f1 100644 --- a/mate/22x22/status/user-offline.png +++ b/mate/22x22/status/user-offline.png diff --git a/mate/22x22/status/user-trash-full.png b/mate/22x22/status/user-trash-full.png Binary files differindex cf9131f..3f35a3e 100644 --- a/mate/22x22/status/user-trash-full.png +++ b/mate/22x22/status/user-trash-full.png diff --git a/mate/22x22/status/weather-clear-night.png b/mate/22x22/status/weather-clear-night.png Binary files differindex 84f28a5..60dea30 100644 --- a/mate/22x22/status/weather-clear-night.png +++ b/mate/22x22/status/weather-clear-night.png diff --git a/mate/22x22/status/weather-clear.png b/mate/22x22/status/weather-clear.png Binary files differindex 66482bb..16cca5a 100644 --- a/mate/22x22/status/weather-clear.png +++ b/mate/22x22/status/weather-clear.png diff --git a/mate/22x22/status/weather-few-clouds-night.png b/mate/22x22/status/weather-few-clouds-night.png Binary files differindex a5982fd..b18d822 100644 --- a/mate/22x22/status/weather-few-clouds-night.png +++ b/mate/22x22/status/weather-few-clouds-night.png diff --git a/mate/22x22/status/weather-few-clouds.png b/mate/22x22/status/weather-few-clouds.png Binary files differindex 742330f..cf0670b 100644 --- a/mate/22x22/status/weather-few-clouds.png +++ b/mate/22x22/status/weather-few-clouds.png diff --git a/mate/22x22/status/weather-fog.png b/mate/22x22/status/weather-fog.png Binary files differindex d6a170f..e8dcd27 100644 --- a/mate/22x22/status/weather-fog.png +++ b/mate/22x22/status/weather-fog.png diff --git a/mate/22x22/status/weather-overcast.png b/mate/22x22/status/weather-overcast.png Binary files differindex 8e691d7..d0dd1a1 100644 --- a/mate/22x22/status/weather-overcast.png +++ b/mate/22x22/status/weather-overcast.png diff --git a/mate/22x22/status/weather-severe-alert.png b/mate/22x22/status/weather-severe-alert.png Binary files differindex 2736dad..bd1cdb6 100644 --- a/mate/22x22/status/weather-severe-alert.png +++ b/mate/22x22/status/weather-severe-alert.png diff --git a/mate/22x22/status/weather-showers-scattered.png b/mate/22x22/status/weather-showers-scattered.png Binary files differindex 48154c3..20f6f97 100644 --- a/mate/22x22/status/weather-showers-scattered.png +++ b/mate/22x22/status/weather-showers-scattered.png diff --git a/mate/22x22/status/weather-showers.png b/mate/22x22/status/weather-showers.png Binary files differindex 3dfa4e9..59b9397 100644 --- a/mate/22x22/status/weather-showers.png +++ b/mate/22x22/status/weather-showers.png diff --git a/mate/22x22/status/weather-snow.png b/mate/22x22/status/weather-snow.png Binary files differindex 8937366..b8c939f 100644 --- a/mate/22x22/status/weather-snow.png +++ b/mate/22x22/status/weather-snow.png diff --git a/mate/22x22/status/weather-storm.png b/mate/22x22/status/weather-storm.png Binary files differindex e5ec870..e084013 100644 --- a/mate/22x22/status/weather-storm.png +++ b/mate/22x22/status/weather-storm.png diff --git a/mate/24x24/Makefile.am b/mate/24x24/Makefile.am index b3dafbb..160fec0 100644 --- a/mate/24x24/Makefile.am +++ b/mate/24x24/Makefile.am @@ -1,13 +1,21 @@ NULL = DIST_SUBDIRS = \ + actions \ apps \ categories \ devices \ + emblems \ + places \ + status \ $(NULL) SUBDIRS = \ + actions \ apps \ categories \ devices \ + emblems \ + places \ + status \ $(NULL) diff --git a/mate/24x24/actions/Makefile.am b/mate/24x24/actions/Makefile.am new file mode 100644 index 0000000..e7a2692 --- /dev/null +++ b/mate/24x24/actions/Makefile.am @@ -0,0 +1,670 @@ +NULL = + +png_icons = \ + address-book-new.png \ + application-exit.png \ + appointment-new.png \ + bookmark-new.png \ + call-start.png \ + call-stop.png \ + contact-new.png \ + document-new.png \ + document-open-recent.png \ + document-page-setup.png \ + document-print.png \ + document-print-preview.png \ + document-properties.png \ + document-revert.png \ + document-revert-rtl.png \ + document-save-as.png \ + document-save.png \ + document-send.png \ + edit-clear.png \ + edit-clear-rtl.png \ + edit-copy.png \ + edit-cut.png \ + edit-delete.png \ + edit-find.png \ + edit-find-replace.png \ + edit-paste.png \ + edit-redo.png \ + edit-redo-rtl.png \ + edit-select-all.png \ + edit-undo.png \ + edit-undo-rtl.png \ + format-indent-less.png \ + format-indent-less-rtl.png \ + format-indent-more.png \ + format-indent-more-rtl.png \ + format-justify-center.png \ + format-justify-fill.png \ + format-justify-left.png \ + format-justify-right.png \ + format-text-bold.png \ + format-text-direction-ltr.png \ + format-text-direction-rtl.png \ + format-text-italic.png \ + format-text-strikethrough.png \ + format-text-underline.png \ + go-bottom.png \ + go-down.png \ + go-first.png \ + go-home.png \ + go-jump.png \ + go-last.png \ + go-next.png \ + go-previous.png \ + go-top.png \ + go-up.png \ + help-about.png \ + help-faq.png \ + insert-image.png \ + insert-link.png \ + insert-object.png \ + insert-text.png \ + list-add.png \ + list-remove.png \ + mail-forward.png \ + mail-mark-important.png \ + mail-mark-junk.png \ + mail-mark-notjunk.png \ + mail-mark-read.png \ + mail-mark-unread.png \ + mail-message-new.png \ + mail-reply-all.png \ + mail-reply-sender.png \ + mail-send.png \ + mail-send-receive.png \ + mark-location.png \ + media-eject.png \ + media-playback-pause.png \ + media-playback-start.png \ + media-playback-start-rtl.png \ + media-playback-stop.png \ + media-record.png \ + media-seek-backward.png \ + media-seek-forward.png \ + media-skip-backward.png \ + media-skip-forward.png \ + object-flip-horizontal.png \ + object-flip-vertical.png \ + object-rotate-left.png \ + object-rotate-right.png \ + process-stop.png \ + system-lock-screen.png \ + system-log-out.png \ + system-run.png \ + system-search.png \ + system-shutdown.png \ + tab-new.png \ + tools-check-spelling.png \ + view-fullscreen.png \ + view-refresh.png \ + view-restore.png \ + view-sort-ascending.png \ + view-sort-descending.png \ + window-close.png \ + window-new.png \ + zoom-fit-best.png \ + zoom-in.png \ + zoom-original.png \ + zoom-out.png \ + $(NULL) + +address-book-new.png: ../../../src/x-office-address-book.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 $@ + +application-exit.png:../../../src/application-exit.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 $@ + +appointment-new.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:436:335:468 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +bookmark-new.png: ../../../src/bookmark-new.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 $@ + +call-start.png: ../../../src/call-start.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:143:335:175 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +call-stop.png: ../../../src/call-stop.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 $@ + +contact-new.png: ../../../src/contact-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:143:335:175 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-new.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=700:441:732:473 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:742:1535:774 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open-recent.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:136:735:168 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-page-setup.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=302:141:334:173 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:134:335:166 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print-preview.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:434:1135:466 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-properties.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1100:441:1132:473 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1900:441:1932:473 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert-rtl.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1500:141:1532:173 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save-as.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:142:1135:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save.png: ../../../src/cabinets.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 $@ + +document-send.png: ../../../src/document-send.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 $@ + +edit-clear.png: ../../../src/edit-clear-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=301:142:333:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-clear-rtl.png: ../../../src/edit-clear-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -flop $@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-copy.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:442:735:474 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-cut.png: ../../../src/edit-cut.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 $@ + +edit-delete.png: ../../../src/edit-delete.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:143:335:175 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=300:143:332:175 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find-replace.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=700:143:732:175 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-paste.png: ../../../src/copy-paste-tasks.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 $@ + +edit-undo.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:102:54:134 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-redo.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=84:102:116:134 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-select-all.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1500:441:1532:473 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-redo-rtl.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=142:102:174:134 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-undo-rtl.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=204:102:236:134 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-new.png: ../../../src/folders.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 $@ + +format-indent-less-rtl.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=-107:82:-75:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-more-rtl.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=-49:82:-17:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-less.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=13:82:47:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-more.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=73:82:105:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-left.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=133:82:165:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-center.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=193:82:225:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-right.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=253:82:285:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-fill.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=313:82:345:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-bold.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=373:82:405:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-direction-ltr.png: ../../../src/format-text-direction-ltr.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 $@ + +format-text-direction-rtl.png: ../../../src/format-text-direction-rtl.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 $@ + +format-text-italic.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=433:82:465:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-strikethrough.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=493:82:525:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-underline.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=553:82:585:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-jump.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=33:98:65:130 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-bottom.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=113:98:145:130 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-down.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=193:98:225:130 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-top.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=283:97:315:129 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-up.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=373:98:405:130 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-first.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=463:97:495:129 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-previous.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=543:97:575:129 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-refresh.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=623:97:655:129 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +process-stop.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:97:735:129 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-next.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=783:97:815:129 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-last.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=863:97:895:129 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-home.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=943:97:975:129 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +help-about.png: ../../../src/help-about.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 $@ + +help-faq.png: ../../../src/help-faq.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 $@ + +insert-image.png: ../../../src/insert-image.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 $@ + +insert-link.png: ../../../src/insert-link.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 $@ + +insert-object.png: ../../../src/insert-object.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 $@ + +insert-text.png: ../../../src/insert-text.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 $@ + +list-add.png: ../../../src/list-add-remove.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 $@ + +list-remove.png: ../../../src/list-add-remove.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 $@ + +mail-forward.png: ../../../src/mail-forward.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 $@ + +mail-mark-important.png: ../../../src/mail-mark-important.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 $@ + +mail-mark-junk.png: ../../../src/mail-mark-junk.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-notjunk.png: ../../../src/mail-mark-notjunk.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:152:328:184 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-read.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:142:1535:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-unread.png: ../../../src/mail-mark-unread.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 $@ + +mail-message-new.png: ../../../src/open-envelopes.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 $@ + +mail-reply-all.png: ../../../src/mail-reply-all.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 $@ + +mail-reply-sender.png: ../../../src/mail-reply-sender.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 $@ + +mail-send.png: ../../../src/mail-send.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 $@ + +mail-send-receive.png: ../../../src/mail-send-receive.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 $@ + +mark-location.png: ../../../src/mark-location.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-eject.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=93:62:125:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-skip-backward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=133:62:165:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-seek-backward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=173:62:205:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-pause.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=213:62:245:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-start.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=253:62:285:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-stop.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=293:62:325:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-seek-forward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=333:62:365:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-skip-forward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=373:62:405:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-record.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=413:62:445:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-start-rtl.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=453:62:485:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-flip-horizontal.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:103:55:135 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-flip-vertical.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=62:103:95:135 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-rotate-left.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=104:103:136:135 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-rotate-right.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=144:103:176:135 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-lock-screen.png: ../../../src/displays.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 $@ + +system-log-out.png: ../../../src/system-log-out.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 $@ + +system-run.png: ../../../src/system-run.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 $@ + +system-search.png: ../../../src/system-search.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 $@ + +system-shutdown.png: ../../../src/system-shutdown.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 $@ + +tab-new.png: ../../../src/tab-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=24 -h=24 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +tools-check-spelling.png: ../../../src/tools-check-spelling.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 $@ + +view-fullscreen.png: ../../../src/view-fullscreen-restore.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 $@ + +view-restore.png: ../../../src/view-fullscreen-restore.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 $@ + +view-sort-ascending.png: ../../../src/view-sort.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:142:54:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-sort-descending.png: ../../../src/view-sort.svg + @echo " "$@ + @inkscape -z $^ --export-area=82:142:114:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +window-close.png: ../../../src/window-close.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 $@ + +window-new.png: ../../../src/window-new.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 $@ + +zoom-fit-best.png: ../../../src/zoom.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 $@ + +zoom-in.png: ../../../src/zoom.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 $@ + +zoom-original.png: ../../../src/zoom.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 $@ + +zoom-out.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:442:735: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/actions/address-book-new.png b/mate/24x24/actions/address-book-new.png Binary files differindex 1ba3d98..a6bac52 100644 --- a/mate/24x24/actions/address-book-new.png +++ b/mate/24x24/actions/address-book-new.png diff --git a/mate/24x24/actions/application-exit.png b/mate/24x24/actions/application-exit.png Binary files differindex 9251cda..920facd 100644 --- a/mate/24x24/actions/application-exit.png +++ b/mate/24x24/actions/application-exit.png diff --git a/mate/24x24/actions/appointment-new.png b/mate/24x24/actions/appointment-new.png Binary files differindex b2ca4a1..fd1043d 100644 --- a/mate/24x24/actions/appointment-new.png +++ b/mate/24x24/actions/appointment-new.png diff --git a/mate/24x24/actions/bookmark-new.png b/mate/24x24/actions/bookmark-new.png Binary files differindex 9a57d96..4b86fd7 100644 --- a/mate/24x24/actions/bookmark-new.png +++ b/mate/24x24/actions/bookmark-new.png diff --git a/mate/24x24/actions/call-start.png b/mate/24x24/actions/call-start.png Binary files differindex eaa3bbd..9e02f1f 100644 --- a/mate/24x24/actions/call-start.png +++ b/mate/24x24/actions/call-start.png diff --git a/mate/24x24/actions/call-stop.png b/mate/24x24/actions/call-stop.png Binary files differindex 16d7b16..57ebe3b 100644 --- a/mate/24x24/actions/call-stop.png +++ b/mate/24x24/actions/call-stop.png diff --git a/mate/24x24/actions/contact-new.png b/mate/24x24/actions/contact-new.png Binary files differindex 0aba6e5..d1d27d3 100644 --- a/mate/24x24/actions/contact-new.png +++ b/mate/24x24/actions/contact-new.png diff --git a/mate/24x24/actions/document-new.png b/mate/24x24/actions/document-new.png Binary files differindex 85651cb..06060bc 100644 --- a/mate/24x24/actions/document-new.png +++ b/mate/24x24/actions/document-new.png diff --git a/mate/24x24/actions/document-open-recent.png b/mate/24x24/actions/document-open-recent.png Binary files differindex 6913300..6c98a5d 100644 --- a/mate/24x24/actions/document-open-recent.png +++ b/mate/24x24/actions/document-open-recent.png diff --git a/mate/24x24/actions/document-page-setup.png b/mate/24x24/actions/document-page-setup.png Binary files differindex 72c308f..f1cf757 100644 --- a/mate/24x24/actions/document-page-setup.png +++ b/mate/24x24/actions/document-page-setup.png diff --git a/mate/24x24/actions/document-print-preview.png b/mate/24x24/actions/document-print-preview.png Binary files differindex 8dc0817..ef7db4f 100644 --- a/mate/24x24/actions/document-print-preview.png +++ b/mate/24x24/actions/document-print-preview.png diff --git a/mate/24x24/actions/document-print.png b/mate/24x24/actions/document-print.png Binary files differindex eb47921..909d9a7 100644 --- a/mate/24x24/actions/document-print.png +++ b/mate/24x24/actions/document-print.png diff --git a/mate/24x24/actions/document-properties.png b/mate/24x24/actions/document-properties.png Binary files differindex 2bac306..773ebcf 100644 --- a/mate/24x24/actions/document-properties.png +++ b/mate/24x24/actions/document-properties.png diff --git a/mate/24x24/actions/document-revert-rtl.png b/mate/24x24/actions/document-revert-rtl.png Binary files differindex f32c12c..8feb5ea 100644 --- a/mate/24x24/actions/document-revert-rtl.png +++ b/mate/24x24/actions/document-revert-rtl.png diff --git a/mate/24x24/actions/document-revert.png b/mate/24x24/actions/document-revert.png Binary files differindex a97391f..1b4d0ad 100644 --- a/mate/24x24/actions/document-revert.png +++ b/mate/24x24/actions/document-revert.png diff --git a/mate/24x24/actions/document-save-as.png b/mate/24x24/actions/document-save-as.png Binary files differindex e2f6b72..8e7558f 100644 --- a/mate/24x24/actions/document-save-as.png +++ b/mate/24x24/actions/document-save-as.png diff --git a/mate/24x24/actions/document-save.png b/mate/24x24/actions/document-save.png Binary files differindex 1d5a858..fe2eed7 100644 --- a/mate/24x24/actions/document-save.png +++ b/mate/24x24/actions/document-save.png diff --git a/mate/24x24/actions/document-send.png b/mate/24x24/actions/document-send.png Binary files differindex a2a37c7..6f22f37 100644 --- a/mate/24x24/actions/document-send.png +++ b/mate/24x24/actions/document-send.png diff --git a/mate/24x24/actions/edit-clear-rtl.png b/mate/24x24/actions/edit-clear-rtl.png Binary files differindex 4b5b89c..9cdc5e0 100644 --- a/mate/24x24/actions/edit-clear-rtl.png +++ b/mate/24x24/actions/edit-clear-rtl.png diff --git a/mate/24x24/actions/edit-clear.png b/mate/24x24/actions/edit-clear.png Binary files differindex 62d435d..c9d09b6 100644 --- a/mate/24x24/actions/edit-clear.png +++ b/mate/24x24/actions/edit-clear.png diff --git a/mate/24x24/actions/edit-copy.png b/mate/24x24/actions/edit-copy.png Binary files differindex 1075bfe..b61d5d2 100644 --- a/mate/24x24/actions/edit-copy.png +++ b/mate/24x24/actions/edit-copy.png diff --git a/mate/24x24/actions/edit-cut.png b/mate/24x24/actions/edit-cut.png Binary files differindex 406636a..2182bbe 100644 --- a/mate/24x24/actions/edit-cut.png +++ b/mate/24x24/actions/edit-cut.png diff --git a/mate/24x24/actions/edit-delete.png b/mate/24x24/actions/edit-delete.png Binary files differindex e7485e2..e82b444 100644 --- a/mate/24x24/actions/edit-delete.png +++ b/mate/24x24/actions/edit-delete.png diff --git a/mate/24x24/actions/edit-find-replace.png b/mate/24x24/actions/edit-find-replace.png Binary files differindex 44e1a42..5e8b0f9 100644 --- a/mate/24x24/actions/edit-find-replace.png +++ b/mate/24x24/actions/edit-find-replace.png diff --git a/mate/24x24/actions/edit-find.png b/mate/24x24/actions/edit-find.png Binary files differindex afb9588..be92d6b 100644 --- a/mate/24x24/actions/edit-find.png +++ b/mate/24x24/actions/edit-find.png diff --git a/mate/24x24/actions/edit-paste.png b/mate/24x24/actions/edit-paste.png Binary files differindex 910861c..b863d5c 100644 --- a/mate/24x24/actions/edit-paste.png +++ b/mate/24x24/actions/edit-paste.png diff --git a/mate/24x24/actions/edit-redo-rtl.png b/mate/24x24/actions/edit-redo-rtl.png Binary files differindex 7caa8b9..730cedb 100644 --- a/mate/24x24/actions/edit-redo-rtl.png +++ b/mate/24x24/actions/edit-redo-rtl.png diff --git a/mate/24x24/actions/edit-redo.png b/mate/24x24/actions/edit-redo.png Binary files differindex cc5cc2d..dca3cb9 100644 --- a/mate/24x24/actions/edit-redo.png +++ b/mate/24x24/actions/edit-redo.png diff --git a/mate/24x24/actions/edit-select-all.png b/mate/24x24/actions/edit-select-all.png Binary files differindex 2d8e764..7e1e5fc 100644 --- a/mate/24x24/actions/edit-select-all.png +++ b/mate/24x24/actions/edit-select-all.png diff --git a/mate/24x24/actions/edit-undo-rtl.png b/mate/24x24/actions/edit-undo-rtl.png Binary files differindex fddf3dd..67f5663 100644 --- a/mate/24x24/actions/edit-undo-rtl.png +++ b/mate/24x24/actions/edit-undo-rtl.png diff --git a/mate/24x24/actions/edit-undo.png b/mate/24x24/actions/edit-undo.png Binary files differindex e0b9e33..7c847d1 100644 --- a/mate/24x24/actions/edit-undo.png +++ b/mate/24x24/actions/edit-undo.png diff --git a/mate/24x24/actions/format-indent-less-rtl.png b/mate/24x24/actions/format-indent-less-rtl.png Binary files differindex 06b864c..9315046 100644 --- a/mate/24x24/actions/format-indent-less-rtl.png +++ b/mate/24x24/actions/format-indent-less-rtl.png diff --git a/mate/24x24/actions/format-indent-less.png b/mate/24x24/actions/format-indent-less.png Binary files differindex 7b53ad4..a77ab08 100644 --- a/mate/24x24/actions/format-indent-less.png +++ b/mate/24x24/actions/format-indent-less.png diff --git a/mate/24x24/actions/format-indent-more-rtl.png b/mate/24x24/actions/format-indent-more-rtl.png Binary files differindex cb53612..716a2c1 100644 --- a/mate/24x24/actions/format-indent-more-rtl.png +++ b/mate/24x24/actions/format-indent-more-rtl.png diff --git a/mate/24x24/actions/format-indent-more.png b/mate/24x24/actions/format-indent-more.png Binary files differindex 0f2fa00..cff02d3 100644 --- a/mate/24x24/actions/format-indent-more.png +++ b/mate/24x24/actions/format-indent-more.png diff --git a/mate/24x24/actions/format-justify-center.png b/mate/24x24/actions/format-justify-center.png Binary files differindex cf7b234..d6117df 100644 --- a/mate/24x24/actions/format-justify-center.png +++ b/mate/24x24/actions/format-justify-center.png diff --git a/mate/24x24/actions/format-justify-fill.png b/mate/24x24/actions/format-justify-fill.png Binary files differindex 252b827..a4b5322 100644 --- a/mate/24x24/actions/format-justify-fill.png +++ b/mate/24x24/actions/format-justify-fill.png diff --git a/mate/24x24/actions/format-justify-left.png b/mate/24x24/actions/format-justify-left.png Binary files differindex 8dfc67d..0fc3a6e 100644 --- a/mate/24x24/actions/format-justify-left.png +++ b/mate/24x24/actions/format-justify-left.png diff --git a/mate/24x24/actions/format-justify-right.png b/mate/24x24/actions/format-justify-right.png Binary files differindex 854a7af..2b019d1 100644 --- a/mate/24x24/actions/format-justify-right.png +++ b/mate/24x24/actions/format-justify-right.png diff --git a/mate/24x24/actions/format-text-bold.png b/mate/24x24/actions/format-text-bold.png Binary files differindex 2026a7a..200e75c 100644 --- a/mate/24x24/actions/format-text-bold.png +++ b/mate/24x24/actions/format-text-bold.png diff --git a/mate/24x24/actions/format-text-direction-ltr.png b/mate/24x24/actions/format-text-direction-ltr.png Binary files differindex 357448e..011573b 100644 --- a/mate/24x24/actions/format-text-direction-ltr.png +++ b/mate/24x24/actions/format-text-direction-ltr.png diff --git a/mate/24x24/actions/format-text-direction-rtl.png b/mate/24x24/actions/format-text-direction-rtl.png Binary files differindex b6c1c06..74a68c3 100644 --- a/mate/24x24/actions/format-text-direction-rtl.png +++ b/mate/24x24/actions/format-text-direction-rtl.png diff --git a/mate/24x24/actions/format-text-italic.png b/mate/24x24/actions/format-text-italic.png Binary files differindex a92d7ef..098ccf9 100644 --- a/mate/24x24/actions/format-text-italic.png +++ b/mate/24x24/actions/format-text-italic.png diff --git a/mate/24x24/actions/format-text-strikethrough.png b/mate/24x24/actions/format-text-strikethrough.png Binary files differindex 004de17..97a0da8 100644 --- a/mate/24x24/actions/format-text-strikethrough.png +++ b/mate/24x24/actions/format-text-strikethrough.png diff --git a/mate/24x24/actions/format-text-underline.png b/mate/24x24/actions/format-text-underline.png Binary files differindex d1de2e2..eb6a026 100644 --- a/mate/24x24/actions/format-text-underline.png +++ b/mate/24x24/actions/format-text-underline.png diff --git a/mate/24x24/actions/go-bottom.png b/mate/24x24/actions/go-bottom.png Binary files differindex b8781d5..eee1481 100644 --- a/mate/24x24/actions/go-bottom.png +++ b/mate/24x24/actions/go-bottom.png diff --git a/mate/24x24/actions/go-down.png b/mate/24x24/actions/go-down.png Binary files differindex fc5a052..99dc202 100644 --- a/mate/24x24/actions/go-down.png +++ b/mate/24x24/actions/go-down.png diff --git a/mate/24x24/actions/go-first-rtl.png b/mate/24x24/actions/go-first-rtl.png Binary files differindex 2d603cd..dde1cf6 100644..120000 --- a/mate/24x24/actions/go-first-rtl.png +++ b/mate/24x24/actions/go-first-rtl.png diff --git a/mate/24x24/actions/go-first.png b/mate/24x24/actions/go-first.png Binary files differindex b43e4b3..58b3e56 100644 --- a/mate/24x24/actions/go-first.png +++ b/mate/24x24/actions/go-first.png diff --git a/mate/24x24/actions/go-home.png b/mate/24x24/actions/go-home.png Binary files differindex d0de992..d8fe27a 100644 --- a/mate/24x24/actions/go-home.png +++ b/mate/24x24/actions/go-home.png diff --git a/mate/24x24/actions/go-jump.png b/mate/24x24/actions/go-jump.png Binary files differindex 0ce2ddd..fd53e85 100644 --- a/mate/24x24/actions/go-jump.png +++ b/mate/24x24/actions/go-jump.png diff --git a/mate/24x24/actions/go-last-rtl.png b/mate/24x24/actions/go-last-rtl.png Binary files differindex b43e4b3..96ffa73 100644..120000 --- a/mate/24x24/actions/go-last-rtl.png +++ b/mate/24x24/actions/go-last-rtl.png diff --git a/mate/24x24/actions/go-last.png b/mate/24x24/actions/go-last.png Binary files differindex 2d603cd..5b0d7d9 100644 --- a/mate/24x24/actions/go-last.png +++ b/mate/24x24/actions/go-last.png diff --git a/mate/24x24/actions/go-next-rtl.png b/mate/24x24/actions/go-next-rtl.png Binary files differindex 01b7cf4..56c7bd8 100644..120000 --- a/mate/24x24/actions/go-next-rtl.png +++ b/mate/24x24/actions/go-next-rtl.png diff --git a/mate/24x24/actions/go-next.png b/mate/24x24/actions/go-next.png Binary files differindex d1a3b3d..fea64e8 100644 --- a/mate/24x24/actions/go-next.png +++ b/mate/24x24/actions/go-next.png diff --git a/mate/24x24/actions/go-previous-rtl.png b/mate/24x24/actions/go-previous-rtl.png Binary files differindex af1b730..c1febf9 100644..120000 --- a/mate/24x24/actions/go-previous-rtl.png +++ b/mate/24x24/actions/go-previous-rtl.png diff --git a/mate/24x24/actions/go-previous.png b/mate/24x24/actions/go-previous.png Binary files differindex 204e3ff..773f4f4 100644 --- a/mate/24x24/actions/go-previous.png +++ b/mate/24x24/actions/go-previous.png diff --git a/mate/24x24/actions/go-top.png b/mate/24x24/actions/go-top.png Binary files differindex f749c12..e10b922 100644 --- a/mate/24x24/actions/go-top.png +++ b/mate/24x24/actions/go-top.png diff --git a/mate/24x24/actions/go-up.png b/mate/24x24/actions/go-up.png Binary files differindex 149fd1a..b81564f 100644 --- a/mate/24x24/actions/go-up.png +++ b/mate/24x24/actions/go-up.png diff --git a/mate/24x24/actions/help-about.png b/mate/24x24/actions/help-about.png Binary files differindex b7df851..cb3a856 100644 --- a/mate/24x24/actions/help-about.png +++ b/mate/24x24/actions/help-about.png diff --git a/mate/24x24/actions/help-faq.png b/mate/24x24/actions/help-faq.png Binary files differindex 3d56462..4a972b9 100644 --- a/mate/24x24/actions/help-faq.png +++ b/mate/24x24/actions/help-faq.png diff --git a/mate/24x24/actions/insert-image.png b/mate/24x24/actions/insert-image.png Binary files differindex caa07ef..a4e29ae 100644 --- a/mate/24x24/actions/insert-image.png +++ b/mate/24x24/actions/insert-image.png diff --git a/mate/24x24/actions/insert-link.png b/mate/24x24/actions/insert-link.png Binary files differindex 6dbd5b0..20c8388 100644 --- a/mate/24x24/actions/insert-link.png +++ b/mate/24x24/actions/insert-link.png diff --git a/mate/24x24/actions/insert-object.png b/mate/24x24/actions/insert-object.png Binary files differindex d7f325b..eef3ccc 100644 --- a/mate/24x24/actions/insert-object.png +++ b/mate/24x24/actions/insert-object.png diff --git a/mate/24x24/actions/insert-text.png b/mate/24x24/actions/insert-text.png Binary files differindex eac38d9..3d7637d 100644 --- a/mate/24x24/actions/insert-text.png +++ b/mate/24x24/actions/insert-text.png diff --git a/mate/24x24/actions/list-add.png b/mate/24x24/actions/list-add.png Binary files differindex 28e11b7..33755b2 100644 --- a/mate/24x24/actions/list-add.png +++ b/mate/24x24/actions/list-add.png diff --git a/mate/24x24/actions/list-remove.png b/mate/24x24/actions/list-remove.png Binary files differindex 48ea4b2..bae4b1a 100644 --- a/mate/24x24/actions/list-remove.png +++ b/mate/24x24/actions/list-remove.png diff --git a/mate/24x24/actions/mail-forward.png b/mate/24x24/actions/mail-forward.png Binary files differindex cbb1994..1862e7b 100644 --- a/mate/24x24/actions/mail-forward.png +++ b/mate/24x24/actions/mail-forward.png diff --git a/mate/24x24/actions/mail-mark-important.png b/mate/24x24/actions/mail-mark-important.png Binary files differindex 79aed54..b9d8e81 100644 --- a/mate/24x24/actions/mail-mark-important.png +++ b/mate/24x24/actions/mail-mark-important.png diff --git a/mate/24x24/actions/mail-mark-junk.png b/mate/24x24/actions/mail-mark-junk.png Binary files differindex 86a184e..471e989 100644 --- a/mate/24x24/actions/mail-mark-junk.png +++ b/mate/24x24/actions/mail-mark-junk.png diff --git a/mate/24x24/actions/mail-mark-notjunk.png b/mate/24x24/actions/mail-mark-notjunk.png Binary files differindex c42b0f9..837081d 100644 --- a/mate/24x24/actions/mail-mark-notjunk.png +++ b/mate/24x24/actions/mail-mark-notjunk.png diff --git a/mate/24x24/actions/mail-mark-read.png b/mate/24x24/actions/mail-mark-read.png Binary files differindex d65f97c..37da64e 100644 --- a/mate/24x24/actions/mail-mark-read.png +++ b/mate/24x24/actions/mail-mark-read.png diff --git a/mate/24x24/actions/mail-mark-unread.png b/mate/24x24/actions/mail-mark-unread.png Binary files differindex 1926d58..41ef979 100644 --- a/mate/24x24/actions/mail-mark-unread.png +++ b/mate/24x24/actions/mail-mark-unread.png diff --git a/mate/24x24/actions/mail-message-new.png b/mate/24x24/actions/mail-message-new.png Binary files differindex 08e7ba0..7e7c1f0 100644 --- a/mate/24x24/actions/mail-message-new.png +++ b/mate/24x24/actions/mail-message-new.png diff --git a/mate/24x24/actions/mail-reply-all.png b/mate/24x24/actions/mail-reply-all.png Binary files differindex 41845f6..2a4f6cf 100644 --- a/mate/24x24/actions/mail-reply-all.png +++ b/mate/24x24/actions/mail-reply-all.png diff --git a/mate/24x24/actions/mail-reply-sender.png b/mate/24x24/actions/mail-reply-sender.png Binary files differindex 72fb582..23231f8 100644 --- a/mate/24x24/actions/mail-reply-sender.png +++ b/mate/24x24/actions/mail-reply-sender.png diff --git a/mate/24x24/actions/mail-send-receive.png b/mate/24x24/actions/mail-send-receive.png Binary files differindex ca342da..b6fd9c2 100644 --- a/mate/24x24/actions/mail-send-receive.png +++ b/mate/24x24/actions/mail-send-receive.png diff --git a/mate/24x24/actions/mail-send.png b/mate/24x24/actions/mail-send.png Binary files differindex 5add7dc..80afe8d 100644 --- a/mate/24x24/actions/mail-send.png +++ b/mate/24x24/actions/mail-send.png diff --git a/mate/24x24/actions/mark-location.png b/mate/24x24/actions/mark-location.png Binary files differnew file mode 100644 index 0000000..c3aec06 --- /dev/null +++ b/mate/24x24/actions/mark-location.png diff --git a/mate/24x24/actions/media-eject.png b/mate/24x24/actions/media-eject.png Binary files differindex 1919dda..6ae952b 100644 --- a/mate/24x24/actions/media-eject.png +++ b/mate/24x24/actions/media-eject.png diff --git a/mate/24x24/actions/media-playback-pause.png b/mate/24x24/actions/media-playback-pause.png Binary files differindex f9938c5..9e37106 100644 --- a/mate/24x24/actions/media-playback-pause.png +++ b/mate/24x24/actions/media-playback-pause.png diff --git a/mate/24x24/actions/media-playback-start-rtl.png b/mate/24x24/actions/media-playback-start-rtl.png Binary files differindex c5fc02b..0f0c589 100644 --- a/mate/24x24/actions/media-playback-start-rtl.png +++ b/mate/24x24/actions/media-playback-start-rtl.png diff --git a/mate/24x24/actions/media-playback-start.png b/mate/24x24/actions/media-playback-start.png Binary files differindex 1c39631..e2219c7 100644 --- a/mate/24x24/actions/media-playback-start.png +++ b/mate/24x24/actions/media-playback-start.png diff --git a/mate/24x24/actions/media-playback-stop.png b/mate/24x24/actions/media-playback-stop.png Binary files differindex 4afe497..588ffbc 100644 --- a/mate/24x24/actions/media-playback-stop.png +++ b/mate/24x24/actions/media-playback-stop.png diff --git a/mate/24x24/actions/media-record.png b/mate/24x24/actions/media-record.png Binary files differindex e7b4554..5db405f 100644 --- a/mate/24x24/actions/media-record.png +++ b/mate/24x24/actions/media-record.png diff --git a/mate/24x24/actions/media-seek-backward-rtl.png b/mate/24x24/actions/media-seek-backward-rtl.png Binary files differindex 44619f5..a7ed18d 100644..120000 --- a/mate/24x24/actions/media-seek-backward-rtl.png +++ b/mate/24x24/actions/media-seek-backward-rtl.png diff --git a/mate/24x24/actions/media-seek-backward.png b/mate/24x24/actions/media-seek-backward.png Binary files differindex 61bea82..73f2b54 100644 --- a/mate/24x24/actions/media-seek-backward.png +++ b/mate/24x24/actions/media-seek-backward.png diff --git a/mate/24x24/actions/media-seek-forward-rtl.png b/mate/24x24/actions/media-seek-forward-rtl.png Binary files differindex 9fc5562..f9ec51f 100644..120000 --- a/mate/24x24/actions/media-seek-forward-rtl.png +++ b/mate/24x24/actions/media-seek-forward-rtl.png diff --git a/mate/24x24/actions/media-seek-forward.png b/mate/24x24/actions/media-seek-forward.png Binary files differindex b1d509c..e9d3a6d 100644 --- a/mate/24x24/actions/media-seek-forward.png +++ b/mate/24x24/actions/media-seek-forward.png diff --git a/mate/24x24/actions/media-skip-backward-rtl.png b/mate/24x24/actions/media-skip-backward-rtl.png Binary files differindex ef823ff..b394164 100644..120000 --- a/mate/24x24/actions/media-skip-backward-rtl.png +++ b/mate/24x24/actions/media-skip-backward-rtl.png diff --git a/mate/24x24/actions/media-skip-backward.png b/mate/24x24/actions/media-skip-backward.png Binary files differindex 7560cf4..a00fbae 100644 --- a/mate/24x24/actions/media-skip-backward.png +++ b/mate/24x24/actions/media-skip-backward.png diff --git a/mate/24x24/actions/media-skip-forward-rtl.png b/mate/24x24/actions/media-skip-forward-rtl.png Binary files differindex 3634dbc..64f866b 100644..120000 --- a/mate/24x24/actions/media-skip-forward-rtl.png +++ b/mate/24x24/actions/media-skip-forward-rtl.png diff --git a/mate/24x24/actions/media-skip-forward.png b/mate/24x24/actions/media-skip-forward.png Binary files differindex ef823ff..a64243d 100644 --- a/mate/24x24/actions/media-skip-forward.png +++ b/mate/24x24/actions/media-skip-forward.png diff --git a/mate/24x24/actions/object-flip-horizontal.png b/mate/24x24/actions/object-flip-horizontal.png Binary files differindex cdb2b84..f814605 100644 --- a/mate/24x24/actions/object-flip-horizontal.png +++ b/mate/24x24/actions/object-flip-horizontal.png diff --git a/mate/24x24/actions/object-flip-vertical.png b/mate/24x24/actions/object-flip-vertical.png Binary files differindex 18c215f..48383e1 100644 --- a/mate/24x24/actions/object-flip-vertical.png +++ b/mate/24x24/actions/object-flip-vertical.png diff --git a/mate/24x24/actions/object-rotate-left.png b/mate/24x24/actions/object-rotate-left.png Binary files differindex aaa4c24..4a6350f 100644 --- a/mate/24x24/actions/object-rotate-left.png +++ b/mate/24x24/actions/object-rotate-left.png diff --git a/mate/24x24/actions/object-rotate-right.png b/mate/24x24/actions/object-rotate-right.png Binary files differindex 334dcab..0099afb 100644 --- a/mate/24x24/actions/object-rotate-right.png +++ b/mate/24x24/actions/object-rotate-right.png diff --git a/mate/24x24/actions/process-stop.png b/mate/24x24/actions/process-stop.png Binary files differindex 306c148..15448c5 100644 --- a/mate/24x24/actions/process-stop.png +++ b/mate/24x24/actions/process-stop.png diff --git a/mate/24x24/actions/system-lock-screen.png b/mate/24x24/actions/system-lock-screen.png Binary files differindex dde1a63..4541920 100644 --- a/mate/24x24/actions/system-lock-screen.png +++ b/mate/24x24/actions/system-lock-screen.png diff --git a/mate/24x24/actions/system-log-out.png b/mate/24x24/actions/system-log-out.png Binary files differindex a2104a3..50059b0 100644 --- a/mate/24x24/actions/system-log-out.png +++ b/mate/24x24/actions/system-log-out.png diff --git a/mate/24x24/actions/system-run.png b/mate/24x24/actions/system-run.png Binary files differindex 0a03dc3..aca854e 100644 --- a/mate/24x24/actions/system-run.png +++ b/mate/24x24/actions/system-run.png diff --git a/mate/24x24/actions/system-search.png b/mate/24x24/actions/system-search.png Binary files differindex 99e69c3..ae33d6a 100644 --- a/mate/24x24/actions/system-search.png +++ b/mate/24x24/actions/system-search.png diff --git a/mate/24x24/actions/system-shutdown.png b/mate/24x24/actions/system-shutdown.png Binary files differindex 05a5cbb..489cf45 100644 --- a/mate/24x24/actions/system-shutdown.png +++ b/mate/24x24/actions/system-shutdown.png diff --git a/mate/24x24/actions/tab-new.png b/mate/24x24/actions/tab-new.png Binary files differindex a809ed9..eb84a78 100644 --- a/mate/24x24/actions/tab-new.png +++ b/mate/24x24/actions/tab-new.png diff --git a/mate/24x24/actions/tools-check-spelling.png b/mate/24x24/actions/tools-check-spelling.png Binary files differindex fd71877..4c2bf22 100644 --- a/mate/24x24/actions/tools-check-spelling.png +++ b/mate/24x24/actions/tools-check-spelling.png diff --git a/mate/24x24/actions/view-fullscreen.png b/mate/24x24/actions/view-fullscreen.png Binary files differindex fafa1f8..fda4519 100644 --- a/mate/24x24/actions/view-fullscreen.png +++ b/mate/24x24/actions/view-fullscreen.png diff --git a/mate/24x24/actions/view-refresh.png b/mate/24x24/actions/view-refresh.png Binary files differindex d805742..cf71d34 100644 --- a/mate/24x24/actions/view-refresh.png +++ b/mate/24x24/actions/view-refresh.png diff --git a/mate/24x24/actions/view-restore.png b/mate/24x24/actions/view-restore.png Binary files differindex 292f527..c0a3dc9 100644 --- a/mate/24x24/actions/view-restore.png +++ b/mate/24x24/actions/view-restore.png diff --git a/mate/24x24/actions/view-sort-ascending.png b/mate/24x24/actions/view-sort-ascending.png Binary files differindex ab4a7d0..8e2a24c 100644 --- a/mate/24x24/actions/view-sort-ascending.png +++ b/mate/24x24/actions/view-sort-ascending.png diff --git a/mate/24x24/actions/view-sort-descending.png b/mate/24x24/actions/view-sort-descending.png Binary files differindex 7782bc1..3a5b0f0 100644 --- a/mate/24x24/actions/view-sort-descending.png +++ b/mate/24x24/actions/view-sort-descending.png diff --git a/mate/24x24/actions/window-close.png b/mate/24x24/actions/window-close.png Binary files differindex 0228663..bb958a3 100644 --- a/mate/24x24/actions/window-close.png +++ b/mate/24x24/actions/window-close.png diff --git a/mate/24x24/actions/window-new.png b/mate/24x24/actions/window-new.png Binary files differindex a18065d..fd772df 100644 --- a/mate/24x24/actions/window-new.png +++ b/mate/24x24/actions/window-new.png diff --git a/mate/24x24/actions/zoom-fit-best.png b/mate/24x24/actions/zoom-fit-best.png Binary files differindex 6bb5257..499647c 100644 --- a/mate/24x24/actions/zoom-fit-best.png +++ b/mate/24x24/actions/zoom-fit-best.png diff --git a/mate/24x24/actions/zoom-in.png b/mate/24x24/actions/zoom-in.png Binary files differindex 18bc5f4..4150920 100644 --- a/mate/24x24/actions/zoom-in.png +++ b/mate/24x24/actions/zoom-in.png diff --git a/mate/24x24/actions/zoom-original.png b/mate/24x24/actions/zoom-original.png Binary files differindex 9761f7a..1fdb298 100644 --- a/mate/24x24/actions/zoom-original.png +++ b/mate/24x24/actions/zoom-original.png diff --git a/mate/24x24/actions/zoom-out.png b/mate/24x24/actions/zoom-out.png Binary files differindex bcd3599..43ad52e 100644 --- a/mate/24x24/actions/zoom-out.png +++ b/mate/24x24/actions/zoom-out.png diff --git a/mate/24x24/apps/Makefile.am b/mate/24x24/apps/Makefile.am index e0b2e1e..4528bc8 100644 --- a/mate/24x24/apps/Makefile.am +++ b/mate/24x24/apps/Makefile.am @@ -160,7 +160,7 @@ preferences-system-windows.png: ../../../src/preferences-system-windows.svg system-users.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1103:142:1135:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-info.png: ../../../src/users.svg diff --git a/mate/24x24/apps/system-users.png b/mate/24x24/apps/system-users.png Binary files differindex 25ab365..5d9723e 100644 --- a/mate/24x24/apps/system-users.png +++ b/mate/24x24/apps/system-users.png diff --git a/mate/24x24/emblems/Makefile.am b/mate/24x24/emblems/Makefile.am new file mode 100644 index 0000000..22fb118 --- /dev/null +++ b/mate/24x24/emblems/Makefile.am @@ -0,0 +1,119 @@ +NULL = + +png_icons = \ + emblem-default.png \ + emblem-documents.png \ + emblem-downloads.png \ + emblem-favorite.png \ + emblem-generic.png \ + emblem-important.png \ + emblem-mail.png \ + emblem-new.png \ + emblem-package.png \ + emblem-photos.png \ + emblem-readonly.png \ + emblem-shared.png \ + emblem-symbolic-link.png \ + emblem-synchronizing.png \ + emblem-system.png \ + emblem-unreadable.png \ + emblem-urgent.png \ + emblem-web.png \ + $(NULL) + +emblem-default.png: ../../../src/emblem-default.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 $@ + +emblem-documents.png: ../../../src/emblem-documents.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 $@ + +emblem-downloads.png: ../../../src/emblem-downloads.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 $@ + +emblem-favorite.png: ../../../src/emblem-favorite.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 $@ + +emblem-generic.png: ../../../src/emblem-generic.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 $@ + +emblem-important.png: ../../../src/emblem-important.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 $@ + +emblem-mail.png: ../../../src/emblem-mail.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 $@ + +emblem-new.png: ../../../src/emblem-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:143:335:175 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-package.png: ../../../src/packages.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 $@ + +emblem-photos.png: ../../../src/emblem-photos.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 $@ + +emblem-readonly.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:142:1135:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-shared.png: ../../../src/emblem-shared.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 $@ + +emblem-symbolic-link.png: ../../../src/emblems-fs.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 $@ + +emblem-synchronizing.png: ../../../src/emblem-synchronizing.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 $@ + +emblem-system.png: ../../../src/emblem-system.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 $@ + +emblem-unreadable.png: ../../../src/emblems-fs.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 $@ + +emblem-urgent.png: ../../../src/emblem-urgent.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 $@ + +emblem-web.png: ../../../src/emblem-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 $@ + +.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/emblems/emblem-default.png b/mate/24x24/emblems/emblem-default.png Binary files differindex 5a4451f..34741b3 100644 --- a/mate/24x24/emblems/emblem-default.png +++ b/mate/24x24/emblems/emblem-default.png diff --git a/mate/24x24/emblems/emblem-documents.png b/mate/24x24/emblems/emblem-documents.png Binary files differindex 67d12b5..c91d9a2 100644 --- a/mate/24x24/emblems/emblem-documents.png +++ b/mate/24x24/emblems/emblem-documents.png diff --git a/mate/24x24/emblems/emblem-downloads.png b/mate/24x24/emblems/emblem-downloads.png Binary files differindex 0da798f..6dda369 100644 --- a/mate/24x24/emblems/emblem-downloads.png +++ b/mate/24x24/emblems/emblem-downloads.png diff --git a/mate/24x24/emblems/emblem-favorite.png b/mate/24x24/emblems/emblem-favorite.png Binary files differindex d7bbb6b..61c82d7 100644 --- a/mate/24x24/emblems/emblem-favorite.png +++ b/mate/24x24/emblems/emblem-favorite.png diff --git a/mate/24x24/emblems/emblem-generic.png b/mate/24x24/emblems/emblem-generic.png Binary files differindex fc9d1fb..e5eb7d5 100644 --- a/mate/24x24/emblems/emblem-generic.png +++ b/mate/24x24/emblems/emblem-generic.png diff --git a/mate/24x24/emblems/emblem-important.png b/mate/24x24/emblems/emblem-important.png Binary files differindex db0fb60..8556e39 100644 --- a/mate/24x24/emblems/emblem-important.png +++ b/mate/24x24/emblems/emblem-important.png diff --git a/mate/24x24/emblems/emblem-mail.png b/mate/24x24/emblems/emblem-mail.png Binary files differindex e9add00..481b1c9 100644 --- a/mate/24x24/emblems/emblem-mail.png +++ b/mate/24x24/emblems/emblem-mail.png diff --git a/mate/24x24/emblems/emblem-new.png b/mate/24x24/emblems/emblem-new.png Binary files differindex 28eb75f..742a16a 100644 --- a/mate/24x24/emblems/emblem-new.png +++ b/mate/24x24/emblems/emblem-new.png diff --git a/mate/24x24/emblems/emblem-package.png b/mate/24x24/emblems/emblem-package.png Binary files differindex 7fe7cf4..3fca48b 100644 --- a/mate/24x24/emblems/emblem-package.png +++ b/mate/24x24/emblems/emblem-package.png diff --git a/mate/24x24/emblems/emblem-photos.png b/mate/24x24/emblems/emblem-photos.png Binary files differindex ac74457..8be6110 100644 --- a/mate/24x24/emblems/emblem-photos.png +++ b/mate/24x24/emblems/emblem-photos.png diff --git a/mate/24x24/emblems/emblem-readonly.png b/mate/24x24/emblems/emblem-readonly.png Binary files differindex 477096e..b9faec5 100644 --- a/mate/24x24/emblems/emblem-readonly.png +++ b/mate/24x24/emblems/emblem-readonly.png diff --git a/mate/24x24/emblems/emblem-shared.png b/mate/24x24/emblems/emblem-shared.png Binary files differindex 14a5bd0..ae84530 100644 --- a/mate/24x24/emblems/emblem-shared.png +++ b/mate/24x24/emblems/emblem-shared.png diff --git a/mate/24x24/emblems/emblem-symbolic-link.png b/mate/24x24/emblems/emblem-symbolic-link.png Binary files differindex a86b409..df671c2 100644 --- a/mate/24x24/emblems/emblem-symbolic-link.png +++ b/mate/24x24/emblems/emblem-symbolic-link.png diff --git a/mate/24x24/emblems/emblem-synchronizing.png b/mate/24x24/emblems/emblem-synchronizing.png Binary files differnew file mode 100644 index 0000000..890d2ed --- /dev/null +++ b/mate/24x24/emblems/emblem-synchronizing.png diff --git a/mate/24x24/emblems/emblem-system.png b/mate/24x24/emblems/emblem-system.png Binary files differindex 4b50811..20bfe24 100644 --- a/mate/24x24/emblems/emblem-system.png +++ b/mate/24x24/emblems/emblem-system.png diff --git a/mate/24x24/emblems/emblem-unreadable.png b/mate/24x24/emblems/emblem-unreadable.png Binary files differindex 0341f9f..f1d7697 100644 --- a/mate/24x24/emblems/emblem-unreadable.png +++ b/mate/24x24/emblems/emblem-unreadable.png diff --git a/mate/24x24/emblems/emblem-urgent.png b/mate/24x24/emblems/emblem-urgent.png Binary files differindex 6172afd..9742823 100644 --- a/mate/24x24/emblems/emblem-urgent.png +++ b/mate/24x24/emblems/emblem-urgent.png diff --git a/mate/24x24/emblems/emblem-web.png b/mate/24x24/emblems/emblem-web.png Binary files differindex d68793b..46ffce1 100644 --- a/mate/24x24/emblems/emblem-web.png +++ b/mate/24x24/emblems/emblem-web.png diff --git a/mate/24x24/places/Makefile.am b/mate/24x24/places/Makefile.am new file mode 100644 index 0000000..d451850 --- /dev/null +++ b/mate/24x24/places/Makefile.am @@ -0,0 +1,94 @@ +NULL = + +png_icons = \ + network-server.png \ + network-workgroup.png \ + user-trash.png \ + $(NULL) + +folder-documents.png: ../../../src/folders.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 $@ + +folder-download.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:442:735:474 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-music.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:442:1135:474 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-pictures.png: ../../../src/folders.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 $@ + +folder.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:1042:335:1074 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-publicshare.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:142:1535:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-remote.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:742:1135:774 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-saved-search.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:742:735:774 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-templates.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:142:1135:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-videos.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:442:1535:474 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-server.png: ../../../src/network-server.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-workgroup.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:442:735:474 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-bookmarks.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1903:142:1935:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-desktop.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1903:442:1935:474 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-home.png: ../../../src/folders.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 $@ + +user-trash.png: ../../../src/trash.svg + @echo " "$@ + @inkscape -z $^ --export-area=702:142:734:174 -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/places/network-server.png b/mate/24x24/places/network-server.png Binary files differindex 59044df..01c77ab 100644 --- a/mate/24x24/places/network-server.png +++ b/mate/24x24/places/network-server.png diff --git a/mate/24x24/places/network-workgroup.png b/mate/24x24/places/network-workgroup.png Binary files differindex ef660cc..35314aa 100644 --- a/mate/24x24/places/network-workgroup.png +++ b/mate/24x24/places/network-workgroup.png diff --git a/mate/24x24/places/user-trash.png b/mate/24x24/places/user-trash.png Binary files differindex c4cc581..175d82b 100644 --- a/mate/24x24/places/user-trash.png +++ b/mate/24x24/places/user-trash.png diff --git a/mate/24x24/status/Makefile.am b/mate/24x24/status/Makefile.am new file mode 100644 index 0000000..9f6cc7b --- /dev/null +++ b/mate/24x24/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=303:136:335:168 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +appointment-soon.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:436:735:468 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-high.png: ../../../src/audio-volume.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 $@ + +audio-volume-low.png: ../../../src/audio-volume.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-volume-medium.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:442:735:474 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-muted.png: ../../../src/audio-volume.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 $@ + +audio-volume-off.png: ../../../src/audio-volume-off.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 $@ + +avatar-default.png: ../../../src/users.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-caution-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=323:442:355:474 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-caution.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:742:1135:774 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-empty.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:-178:735:-146 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full-charged.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:-488:735:-456 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full-charging.png: ../../../src/batteries.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 $@ + +battery-full.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:442:735:474 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-good-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:142:1135:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-good.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:442:1135:474 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-low-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:-178:1135:-146 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-low.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:742:735:774 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-missing.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:-178:335:-146 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +changes-allow.png: ../../../src/changes.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 $@ + +changes-prevent.png: ../../../src/changes.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-fail.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1903:142:1935:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-error.png: ../../../src/dialog-error.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 $@ + +dialog-information.png: ../../../src/dialog-information.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 $@ + +dialog-password.png: ../../../src/dialog-password.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 $@ + +dialog-question.png: ../../../src/dialog-question.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 $@ + +dialog-warning.png: ../../../src/dialog-warning.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 $@ + +folder-drag-accept.png: ../../../src/folders.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 $@ + +folder-open.png: ../../../src/folders.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 $@ + +folder-visiting.png: ../../../src/folders.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 $@ + +image-loading.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=700:139:732:171 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +image-missing.png: ../../../src/photos.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 $@ + +mail-attachment.png: ../../../src/mail-attachment.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 $@ + +mail-read.png: ../../../src/open-envelopes.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 $@ + +mail-replied.png: ../../../src/mail-replied.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 $@ + +mail-unread.png: ../../../src/mail-unread.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-playlist-repeat.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=53:62:85:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playlist-shuffle.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=13:62:45:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-muted.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=450:154:482:186 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-low.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=530:154:562:186 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-medium.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=610:154:642:186 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-high.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=690:154:722:186 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-error.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:442:1135:474 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-idle.png: ../../../src/computers.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-offline.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:442:1535:474 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-receive.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:142:1535:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-transmit.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:142:1135:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-transmit-receive.png: ../../../src/computers.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 $@ + +printer-error.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:134:735:166 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-printing.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:434:735:466 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-high.png: ../../../src/security-high.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 $@ + +security-low.png: ../../../src/security-low.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 $@ + +security-medium.png: ../../../src/security-medium.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 $@ + +software-update-available.png: ../../../src/software-update.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 $@ + +software-update-urgent.png: ../../../src/software-update.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 $@ + +non-starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=299:143:331:175 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +semi-starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=723:442:755:474 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +semi-starred-rtl.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=723:142:755:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +starred.png: ../../../src/starred.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 $@ + +task-due.png: ../../../src/copy-paste-tasks.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 $@ + +task-past-due.png: ../../../src/copy-paste-tasks.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 $@ + +trophy-bronze.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:140:1135:172 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-gold.png: ../../../src/trophies.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 $@ + +trophy-silver.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:140:735:172 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-available.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1213:142:1245:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-offline.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1273:142:1305:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-idle.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1333:142:1365:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-away.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1393:142:1425:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-invisible.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1453:142:1485:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-busy.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1513:142:1545:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-trash-full.png: ../../../src/trash.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 $@ + +weather-clear-night.png: ../../../src/weather-clear-night.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 $@ + +weather-clear.png: ../../../src/weather-clear.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 $@ + +weather-few-clouds-night.png: ../../../src/weather-few-clouds-night.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 $@ + +weather-few-clouds.png: ../../../src/weather-few-clouds.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 $@ + +weather-fog.png: ../../../src/weather-fog.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 $@ + +weather-overcast.png: ../../../src/weather-overcast.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 $@ + +weather-severe-alert.png: ../../../src/weather-severe-alert.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 $@ + +weather-showers.png: ../../../src/weather-showers.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 $@ + +weather-showers-scattered.png: ../../../src/weather-showers-scattered.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 $@ + +weather-snow.png: ../../../src/weather-snow.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 $@ + +weather-storm.png: ../../../src/weather-storm.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 $@ + +.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/status/appointment-missed.png b/mate/24x24/status/appointment-missed.png Binary files differindex ded6b3b..a60accd 100644 --- a/mate/24x24/status/appointment-missed.png +++ b/mate/24x24/status/appointment-missed.png diff --git a/mate/24x24/status/appointment-soon.png b/mate/24x24/status/appointment-soon.png Binary files differindex 0935a66..90ae7b1 100644 --- a/mate/24x24/status/appointment-soon.png +++ b/mate/24x24/status/appointment-soon.png diff --git a/mate/24x24/status/audio-volume-high.png b/mate/24x24/status/audio-volume-high.png Binary files differindex bbb4f00..03608b2 100644 --- a/mate/24x24/status/audio-volume-high.png +++ b/mate/24x24/status/audio-volume-high.png diff --git a/mate/24x24/status/audio-volume-low.png b/mate/24x24/status/audio-volume-low.png Binary files differindex 6022b7a..85829fd 100644 --- a/mate/24x24/status/audio-volume-low.png +++ b/mate/24x24/status/audio-volume-low.png diff --git a/mate/24x24/status/audio-volume-medium.png b/mate/24x24/status/audio-volume-medium.png Binary files differindex 8388e3f..f67835f 100644 --- a/mate/24x24/status/audio-volume-medium.png +++ b/mate/24x24/status/audio-volume-medium.png diff --git a/mate/24x24/status/audio-volume-muted.png b/mate/24x24/status/audio-volume-muted.png Binary files differindex 595f5d1..be16f9d 100644 --- a/mate/24x24/status/audio-volume-muted.png +++ b/mate/24x24/status/audio-volume-muted.png diff --git a/mate/24x24/status/audio-volume-off.png b/mate/24x24/status/audio-volume-off.png Binary files differindex 4819ec1..1eebf22 100644 --- a/mate/24x24/status/audio-volume-off.png +++ b/mate/24x24/status/audio-volume-off.png diff --git a/mate/24x24/status/avatar-default.png b/mate/24x24/status/avatar-default.png Binary files differindex 79cf8f4..25ab365 100644 --- a/mate/24x24/status/avatar-default.png +++ b/mate/24x24/status/avatar-default.png diff --git a/mate/24x24/status/battery-caution-charging.png b/mate/24x24/status/battery-caution-charging.png Binary files differindex 800824f..f3e01e1 100644 --- a/mate/24x24/status/battery-caution-charging.png +++ b/mate/24x24/status/battery-caution-charging.png diff --git a/mate/24x24/status/battery-caution.png b/mate/24x24/status/battery-caution.png Binary files differindex fe065b5..b5349d4 100644 --- a/mate/24x24/status/battery-caution.png +++ b/mate/24x24/status/battery-caution.png diff --git a/mate/24x24/status/battery-empty.png b/mate/24x24/status/battery-empty.png Binary files differindex 31962d6..27e28dd 100644 --- a/mate/24x24/status/battery-empty.png +++ b/mate/24x24/status/battery-empty.png diff --git a/mate/24x24/status/battery-full-charged.png b/mate/24x24/status/battery-full-charged.png Binary files differindex 99f50b0..f038797 100644 --- a/mate/24x24/status/battery-full-charged.png +++ b/mate/24x24/status/battery-full-charged.png diff --git a/mate/24x24/status/battery-full-charging.png b/mate/24x24/status/battery-full-charging.png Binary files differindex 06b226e..f63c315 100644 --- a/mate/24x24/status/battery-full-charging.png +++ b/mate/24x24/status/battery-full-charging.png diff --git a/mate/24x24/status/battery-full.png b/mate/24x24/status/battery-full.png Binary files differindex 51cd816..6ef6df6 100644 --- a/mate/24x24/status/battery-full.png +++ b/mate/24x24/status/battery-full.png diff --git a/mate/24x24/status/battery-good-charging.png b/mate/24x24/status/battery-good-charging.png Binary files differindex e90469a..d521d51 100644 --- a/mate/24x24/status/battery-good-charging.png +++ b/mate/24x24/status/battery-good-charging.png diff --git a/mate/24x24/status/battery-good.png b/mate/24x24/status/battery-good.png Binary files differindex 7eee50a..2a7689f 100644 --- a/mate/24x24/status/battery-good.png +++ b/mate/24x24/status/battery-good.png diff --git a/mate/24x24/status/battery-low-charging.png b/mate/24x24/status/battery-low-charging.png Binary files differindex ef10f52..893b77c 100644 --- a/mate/24x24/status/battery-low-charging.png +++ b/mate/24x24/status/battery-low-charging.png diff --git a/mate/24x24/status/battery-low.png b/mate/24x24/status/battery-low.png Binary files differindex d0f3752..9755975 100644 --- a/mate/24x24/status/battery-low.png +++ b/mate/24x24/status/battery-low.png diff --git a/mate/24x24/status/battery-missing.png b/mate/24x24/status/battery-missing.png Binary files differindex 41fca82..8f8be41 100644 --- a/mate/24x24/status/battery-missing.png +++ b/mate/24x24/status/battery-missing.png diff --git a/mate/24x24/status/changes-allow.png b/mate/24x24/status/changes-allow.png Binary files differindex f198c50..fe6a601 100644 --- a/mate/24x24/status/changes-allow.png +++ b/mate/24x24/status/changes-allow.png diff --git a/mate/24x24/status/changes-prevent.png b/mate/24x24/status/changes-prevent.png Binary files differindex 0d020db..b4a4822 100644 --- a/mate/24x24/status/changes-prevent.png +++ b/mate/24x24/status/changes-prevent.png diff --git a/mate/24x24/status/computer-fail.png b/mate/24x24/status/computer-fail.png Binary files differindex 16df07f..a53e36a 100644 --- a/mate/24x24/status/computer-fail.png +++ b/mate/24x24/status/computer-fail.png diff --git a/mate/24x24/status/dialog-error.png b/mate/24x24/status/dialog-error.png Binary files differindex 9821d78..c757c84 100644 --- a/mate/24x24/status/dialog-error.png +++ b/mate/24x24/status/dialog-error.png diff --git a/mate/24x24/status/dialog-information.png b/mate/24x24/status/dialog-information.png Binary files differindex e86bcc5..52ae71a 100644 --- a/mate/24x24/status/dialog-information.png +++ b/mate/24x24/status/dialog-information.png diff --git a/mate/24x24/status/dialog-password.png b/mate/24x24/status/dialog-password.png Binary files differindex 3248315..0291992 100644 --- a/mate/24x24/status/dialog-password.png +++ b/mate/24x24/status/dialog-password.png diff --git a/mate/24x24/status/dialog-question.png b/mate/24x24/status/dialog-question.png Binary files differindex ee1ad9e..37ea323 100644 --- a/mate/24x24/status/dialog-question.png +++ b/mate/24x24/status/dialog-question.png diff --git a/mate/24x24/status/dialog-warning.png b/mate/24x24/status/dialog-warning.png Binary files differindex 0514967..6267b76 100644 --- a/mate/24x24/status/dialog-warning.png +++ b/mate/24x24/status/dialog-warning.png diff --git a/mate/24x24/status/image-loading.png b/mate/24x24/status/image-loading.png Binary files differindex 7a30e3c..2540cab 100644 --- a/mate/24x24/status/image-loading.png +++ b/mate/24x24/status/image-loading.png diff --git a/mate/24x24/status/image-missing.png b/mate/24x24/status/image-missing.png Binary files differindex 255d81d..eac4af2 100644 --- a/mate/24x24/status/image-missing.png +++ b/mate/24x24/status/image-missing.png diff --git a/mate/24x24/status/mail-attachment.png b/mate/24x24/status/mail-attachment.png Binary files differindex 446553e..d4c0436 100644 --- a/mate/24x24/status/mail-attachment.png +++ b/mate/24x24/status/mail-attachment.png diff --git a/mate/24x24/status/mail-read.png b/mate/24x24/status/mail-read.png Binary files differindex 1b3d782..7e7c1f0 100644 --- a/mate/24x24/status/mail-read.png +++ b/mate/24x24/status/mail-read.png diff --git a/mate/24x24/status/mail-replied.png b/mate/24x24/status/mail-replied.png Binary files differindex b016b52..9a2038f 100644 --- a/mate/24x24/status/mail-replied.png +++ b/mate/24x24/status/mail-replied.png diff --git a/mate/24x24/status/mail-unread.png b/mate/24x24/status/mail-unread.png Binary files differindex 0dcb00d..117580c 100644 --- a/mate/24x24/status/mail-unread.png +++ b/mate/24x24/status/mail-unread.png diff --git a/mate/24x24/status/media-playlist-repeat.png b/mate/24x24/status/media-playlist-repeat.png Binary files differindex 10fa72a..3b15b95 100644 --- a/mate/24x24/status/media-playlist-repeat.png +++ b/mate/24x24/status/media-playlist-repeat.png diff --git a/mate/24x24/status/media-playlist-shuffle.png b/mate/24x24/status/media-playlist-shuffle.png Binary files differindex 885a941..da0b9ce 100644 --- a/mate/24x24/status/media-playlist-shuffle.png +++ b/mate/24x24/status/media-playlist-shuffle.png diff --git a/mate/24x24/status/microphone-sensitivity-high.png b/mate/24x24/status/microphone-sensitivity-high.png Binary files differindex ce2339b..596fa0f 100644 --- a/mate/24x24/status/microphone-sensitivity-high.png +++ b/mate/24x24/status/microphone-sensitivity-high.png diff --git a/mate/24x24/status/microphone-sensitivity-low.png b/mate/24x24/status/microphone-sensitivity-low.png Binary files differindex da80e19..6e63c1b 100644 --- a/mate/24x24/status/microphone-sensitivity-low.png +++ b/mate/24x24/status/microphone-sensitivity-low.png diff --git a/mate/24x24/status/microphone-sensitivity-medium.png b/mate/24x24/status/microphone-sensitivity-medium.png Binary files differindex 077c0e5..b973c46 100644 --- a/mate/24x24/status/microphone-sensitivity-medium.png +++ b/mate/24x24/status/microphone-sensitivity-medium.png diff --git a/mate/24x24/status/microphone-sensitivity-muted.png b/mate/24x24/status/microphone-sensitivity-muted.png Binary files differindex a703957..6f989ab 100644 --- a/mate/24x24/status/microphone-sensitivity-muted.png +++ b/mate/24x24/status/microphone-sensitivity-muted.png diff --git a/mate/24x24/status/network-error.png b/mate/24x24/status/network-error.png Binary files differindex 2b7d0b7..3fbd132 100644 --- a/mate/24x24/status/network-error.png +++ b/mate/24x24/status/network-error.png diff --git a/mate/24x24/status/network-idle.png b/mate/24x24/status/network-idle.png Binary files differindex 69f526e..f922b9e 100644 --- a/mate/24x24/status/network-idle.png +++ b/mate/24x24/status/network-idle.png diff --git a/mate/24x24/status/network-offline.png b/mate/24x24/status/network-offline.png Binary files differindex a52f583..2a79c10 100644 --- a/mate/24x24/status/network-offline.png +++ b/mate/24x24/status/network-offline.png diff --git a/mate/24x24/status/network-receive.png b/mate/24x24/status/network-receive.png Binary files differindex 01efd9d..64e0d1b 100644 --- a/mate/24x24/status/network-receive.png +++ b/mate/24x24/status/network-receive.png diff --git a/mate/24x24/status/network-transmit-receive.png b/mate/24x24/status/network-transmit-receive.png Binary files differindex 23185f2..e6c0446 100644 --- a/mate/24x24/status/network-transmit-receive.png +++ b/mate/24x24/status/network-transmit-receive.png diff --git a/mate/24x24/status/network-transmit.png b/mate/24x24/status/network-transmit.png Binary files differindex a0faa8e..d685eeb 100644 --- a/mate/24x24/status/network-transmit.png +++ b/mate/24x24/status/network-transmit.png diff --git a/mate/24x24/status/non-starred.png b/mate/24x24/status/non-starred.png Binary files differindex 6ca9321..b46879d 100644 --- a/mate/24x24/status/non-starred.png +++ b/mate/24x24/status/non-starred.png diff --git a/mate/24x24/status/printer-error.png b/mate/24x24/status/printer-error.png Binary files differindex 54a3de2..b2400c1 100644 --- a/mate/24x24/status/printer-error.png +++ b/mate/24x24/status/printer-error.png diff --git a/mate/24x24/status/printer-printing.png b/mate/24x24/status/printer-printing.png Binary files differindex fd0b5ef..edd34e8 100644 --- a/mate/24x24/status/printer-printing.png +++ b/mate/24x24/status/printer-printing.png diff --git a/mate/24x24/status/security-high.png b/mate/24x24/status/security-high.png Binary files differindex 2af51b3..0fd9f0f 100644 --- a/mate/24x24/status/security-high.png +++ b/mate/24x24/status/security-high.png diff --git a/mate/24x24/status/security-low.png b/mate/24x24/status/security-low.png Binary files differindex 16f5a5b..dd22e30 100644 --- a/mate/24x24/status/security-low.png +++ b/mate/24x24/status/security-low.png diff --git a/mate/24x24/status/security-medium.png b/mate/24x24/status/security-medium.png Binary files differindex 92855ba..44341b3 100644 --- a/mate/24x24/status/security-medium.png +++ b/mate/24x24/status/security-medium.png diff --git a/mate/24x24/status/semi-starred-rtl.png b/mate/24x24/status/semi-starred-rtl.png Binary files differindex 8c8687d..e9a9c8c 100644 --- a/mate/24x24/status/semi-starred-rtl.png +++ b/mate/24x24/status/semi-starred-rtl.png diff --git a/mate/24x24/status/semi-starred.png b/mate/24x24/status/semi-starred.png Binary files differindex 8837ed9..909b26b 100644 --- a/mate/24x24/status/semi-starred.png +++ b/mate/24x24/status/semi-starred.png diff --git a/mate/24x24/status/software-update-available.png b/mate/24x24/status/software-update-available.png Binary files differindex ff237d7..0bdfeb8 100644 --- a/mate/24x24/status/software-update-available.png +++ b/mate/24x24/status/software-update-available.png diff --git a/mate/24x24/status/software-update-urgent.png b/mate/24x24/status/software-update-urgent.png Binary files differindex e597d4c..7cda831 100644 --- a/mate/24x24/status/software-update-urgent.png +++ b/mate/24x24/status/software-update-urgent.png diff --git a/mate/24x24/status/starred.png b/mate/24x24/status/starred.png Binary files differindex 91dfbf1..c1a063d 100644 --- a/mate/24x24/status/starred.png +++ b/mate/24x24/status/starred.png diff --git a/mate/24x24/status/task-due.png b/mate/24x24/status/task-due.png Binary files differindex c2cc6d2..a105289 100644 --- a/mate/24x24/status/task-due.png +++ b/mate/24x24/status/task-due.png diff --git a/mate/24x24/status/task-past-due.png b/mate/24x24/status/task-past-due.png Binary files differindex 2e1a2d2..2e8e9af 100644 --- a/mate/24x24/status/task-past-due.png +++ b/mate/24x24/status/task-past-due.png diff --git a/mate/24x24/status/trophy-bronze.png b/mate/24x24/status/trophy-bronze.png Binary files differindex 49c15cd..e3e09a0 100644 --- a/mate/24x24/status/trophy-bronze.png +++ b/mate/24x24/status/trophy-bronze.png diff --git a/mate/24x24/status/trophy-gold.png b/mate/24x24/status/trophy-gold.png Binary files differindex 85c2c6c..1c10e30 100644 --- a/mate/24x24/status/trophy-gold.png +++ b/mate/24x24/status/trophy-gold.png diff --git a/mate/24x24/status/trophy-silver.png b/mate/24x24/status/trophy-silver.png Binary files differindex a533966..cf8e1c1 100644 --- a/mate/24x24/status/trophy-silver.png +++ b/mate/24x24/status/trophy-silver.png diff --git a/mate/24x24/status/user-available.png b/mate/24x24/status/user-available.png Binary files differindex 256955c..9039bd6 100644 --- a/mate/24x24/status/user-available.png +++ b/mate/24x24/status/user-available.png diff --git a/mate/24x24/status/user-away.png b/mate/24x24/status/user-away.png Binary files differindex 5262dc6..1188a02 100644 --- a/mate/24x24/status/user-away.png +++ b/mate/24x24/status/user-away.png diff --git a/mate/24x24/status/user-busy.png b/mate/24x24/status/user-busy.png Binary files differindex 30e515a..97249c7 100644 --- a/mate/24x24/status/user-busy.png +++ b/mate/24x24/status/user-busy.png diff --git a/mate/24x24/status/user-idle.png b/mate/24x24/status/user-idle.png Binary files differindex 72abcca..210da62 100644 --- a/mate/24x24/status/user-idle.png +++ b/mate/24x24/status/user-idle.png diff --git a/mate/24x24/status/user-invisible.png b/mate/24x24/status/user-invisible.png Binary files differindex f6707e5..8b4250c 100644 --- a/mate/24x24/status/user-invisible.png +++ b/mate/24x24/status/user-invisible.png diff --git a/mate/24x24/status/user-offline.png b/mate/24x24/status/user-offline.png Binary files differindex caed7b5..dcae1b8 100644 --- a/mate/24x24/status/user-offline.png +++ b/mate/24x24/status/user-offline.png diff --git a/mate/24x24/status/user-trash-full.png b/mate/24x24/status/user-trash-full.png Binary files differindex 9c9908a..99e8733 100644 --- a/mate/24x24/status/user-trash-full.png +++ b/mate/24x24/status/user-trash-full.png diff --git a/mate/24x24/status/weather-clear-night.png b/mate/24x24/status/weather-clear-night.png Binary files differindex f703975..3a8cb66 100644 --- a/mate/24x24/status/weather-clear-night.png +++ b/mate/24x24/status/weather-clear-night.png diff --git a/mate/24x24/status/weather-clear.png b/mate/24x24/status/weather-clear.png Binary files differindex c172273..fb3d46e 100644 --- a/mate/24x24/status/weather-clear.png +++ b/mate/24x24/status/weather-clear.png diff --git a/mate/24x24/status/weather-few-clouds-night.png b/mate/24x24/status/weather-few-clouds-night.png Binary files differindex 8351328..25fce21 100644 --- a/mate/24x24/status/weather-few-clouds-night.png +++ b/mate/24x24/status/weather-few-clouds-night.png diff --git a/mate/24x24/status/weather-few-clouds.png b/mate/24x24/status/weather-few-clouds.png Binary files differindex 1c6e125..ae781c8 100644 --- a/mate/24x24/status/weather-few-clouds.png +++ b/mate/24x24/status/weather-few-clouds.png diff --git a/mate/24x24/status/weather-fog.png b/mate/24x24/status/weather-fog.png Binary files differindex ff9b0ba..9c347d8 100644 --- a/mate/24x24/status/weather-fog.png +++ b/mate/24x24/status/weather-fog.png diff --git a/mate/24x24/status/weather-overcast.png b/mate/24x24/status/weather-overcast.png Binary files differindex ec43872..95bb931 100644 --- a/mate/24x24/status/weather-overcast.png +++ b/mate/24x24/status/weather-overcast.png diff --git a/mate/24x24/status/weather-severe-alert.png b/mate/24x24/status/weather-severe-alert.png Binary files differindex bfbb8ef..f3cdf3a 100644 --- a/mate/24x24/status/weather-severe-alert.png +++ b/mate/24x24/status/weather-severe-alert.png diff --git a/mate/24x24/status/weather-showers-scattered.png b/mate/24x24/status/weather-showers-scattered.png Binary files differindex 2211d75..82b2a18 100644 --- a/mate/24x24/status/weather-showers-scattered.png +++ b/mate/24x24/status/weather-showers-scattered.png diff --git a/mate/24x24/status/weather-showers.png b/mate/24x24/status/weather-showers.png Binary files differindex 3b4efce..df91e67 100644 --- a/mate/24x24/status/weather-showers.png +++ b/mate/24x24/status/weather-showers.png diff --git a/mate/24x24/status/weather-snow.png b/mate/24x24/status/weather-snow.png Binary files differindex f7ae284..9e42c62 100644 --- a/mate/24x24/status/weather-snow.png +++ b/mate/24x24/status/weather-snow.png diff --git a/mate/24x24/status/weather-storm.png b/mate/24x24/status/weather-storm.png Binary files differindex dd7a67a..33cb400 100644 --- a/mate/24x24/status/weather-storm.png +++ b/mate/24x24/status/weather-storm.png diff --git a/mate/256x256/Makefile.am b/mate/256x256/Makefile.am index b3dafbb..160fec0 100644 --- a/mate/256x256/Makefile.am +++ b/mate/256x256/Makefile.am @@ -1,13 +1,21 @@ NULL = DIST_SUBDIRS = \ + actions \ apps \ categories \ devices \ + emblems \ + places \ + status \ $(NULL) SUBDIRS = \ + actions \ apps \ categories \ devices \ + emblems \ + places \ + status \ $(NULL) diff --git a/mate/256x256/actions/Makefile.am b/mate/256x256/actions/Makefile.am new file mode 100644 index 0000000..e951bcf --- /dev/null +++ b/mate/256x256/actions/Makefile.am @@ -0,0 +1,195 @@ +NULL = + +png_icons = \ + address-book-new.png \ + appointment-new.png \ + document-new.png \ + document-open-recent.png \ + document-page-setup.png \ + document-print.png \ + document-print-preview.png \ + document-properties.png \ + document-revert.png \ + document-revert-rtl.png \ + document-save-as.png \ + document-save.png \ + edit-delete.png \ + edit-find.png \ + edit-find-replace.png \ + edit-select-all.png \ + go-first.png \ + go-jump.png \ + go-last.png \ + go-next.png \ + go-previous.png \ + mail-message-new.png \ + process-stop.png \ + system-lock-screen.png \ + system-log-out.png \ + system-run.png \ + system-search.png \ + system-shutdown.png \ + view-refresh.png \ + $(NULL) + +address-book-new.png: ../../../src/x-office-address-book.svg + @echo " "$@ + @inkscape -z $^ --export-area=421:21:677:277 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +appointment-new.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=16:310:272:566 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-new.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=417:308:673:564 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1220:628:1476:884 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open-recent.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=416:10:672:266 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-page-setup.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=25:8:281:264 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=20:3:276:259 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print-preview.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=820:303:1076:559 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-properties.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=813:317:1069:573 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1635:308:1891:564 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert-rtl.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1220:8:1476:264 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save-as.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=815:15:1071:271 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=415:15:671:271 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-delete.png: ../../../src/edit-delete.svg + @echo " "$@ + @inkscape -z $^ --export-area=15:18:271:274 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=19:19:275:275 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find-replace.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=417:19:673:275 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-select-all.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1220:308:1476:564 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-new.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=20:628:276:884 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-first.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=20:-269:276:-13 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-jump.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=15:-552:271:-296 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-last.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=851:-269:1107:-13 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-next.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=570:-269:826:-13 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-previous.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=283:-269:559:-13 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-message-new.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=20:13:276:269 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +process-stop.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=576:-552:832:-296 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-lock-screen.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=422:11:678:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-log-out.png: ../../../src/system-log-out.svg + @echo " "$@ + @inkscape -z $^ --export-area=15:13:271:269 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-run.png: ../../../src/system-run.svg + @echo " "$@ + @inkscape -z $^ --export-area=6:11:261:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-search.png: ../../../src/system-search.svg + @echo " "$@ + @inkscape -z $^ --export-area=19:19:275:275 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-shutdown.png: ../../../src/system-shutdown.svg + @echo " "$@ + @inkscape -z $^ --export-area=25:13:281:269 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-refresh.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:-552:552:-296 -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/actions/address-book-new.png b/mate/256x256/actions/address-book-new.png Binary files differindex 7801779..f94a04b 100644 --- a/mate/256x256/actions/address-book-new.png +++ b/mate/256x256/actions/address-book-new.png diff --git a/mate/256x256/actions/appointment-new.png b/mate/256x256/actions/appointment-new.png Binary files differindex 2088d95..bb3b905 100644 --- a/mate/256x256/actions/appointment-new.png +++ b/mate/256x256/actions/appointment-new.png diff --git a/mate/256x256/actions/document-new.png b/mate/256x256/actions/document-new.png Binary files differindex d17454a..0d78d9b 100644 --- a/mate/256x256/actions/document-new.png +++ b/mate/256x256/actions/document-new.png diff --git a/mate/256x256/actions/document-open-recent.png b/mate/256x256/actions/document-open-recent.png Binary files differindex e226f3c..a542a4c 100644 --- a/mate/256x256/actions/document-open-recent.png +++ b/mate/256x256/actions/document-open-recent.png diff --git a/mate/256x256/actions/document-page-setup.png b/mate/256x256/actions/document-page-setup.png Binary files differindex 04905be..afdbf94 100644 --- a/mate/256x256/actions/document-page-setup.png +++ b/mate/256x256/actions/document-page-setup.png diff --git a/mate/256x256/actions/document-print-preview.png b/mate/256x256/actions/document-print-preview.png Binary files differindex a770f66..1ee279b 100644 --- a/mate/256x256/actions/document-print-preview.png +++ b/mate/256x256/actions/document-print-preview.png diff --git a/mate/256x256/actions/document-print.png b/mate/256x256/actions/document-print.png Binary files differindex b0cd2d5..5517417 100644 --- a/mate/256x256/actions/document-print.png +++ b/mate/256x256/actions/document-print.png diff --git a/mate/256x256/actions/document-properties.png b/mate/256x256/actions/document-properties.png Binary files differindex e02dd59..bf75709 100644 --- a/mate/256x256/actions/document-properties.png +++ b/mate/256x256/actions/document-properties.png diff --git a/mate/256x256/actions/document-revert-rtl.png b/mate/256x256/actions/document-revert-rtl.png Binary files differnew file mode 100644 index 0000000..c7fc1b4 --- /dev/null +++ b/mate/256x256/actions/document-revert-rtl.png diff --git a/mate/256x256/actions/document-revert.png b/mate/256x256/actions/document-revert.png Binary files differindex 34bf87e..2741a33 100644 --- a/mate/256x256/actions/document-revert.png +++ b/mate/256x256/actions/document-revert.png diff --git a/mate/256x256/actions/document-save-as.png b/mate/256x256/actions/document-save-as.png Binary files differindex 2025fa1..0a3b5cb 100644 --- a/mate/256x256/actions/document-save-as.png +++ b/mate/256x256/actions/document-save-as.png diff --git a/mate/256x256/actions/document-save.png b/mate/256x256/actions/document-save.png Binary files differindex b02911a..90fe5eb 100644 --- a/mate/256x256/actions/document-save.png +++ b/mate/256x256/actions/document-save.png diff --git a/mate/256x256/actions/edit-delete.png b/mate/256x256/actions/edit-delete.png Binary files differindex 6d4295c..b048dbf 100644 --- a/mate/256x256/actions/edit-delete.png +++ b/mate/256x256/actions/edit-delete.png diff --git a/mate/256x256/actions/edit-find-replace.png b/mate/256x256/actions/edit-find-replace.png Binary files differindex f878339..7d52af3 100644 --- a/mate/256x256/actions/edit-find-replace.png +++ b/mate/256x256/actions/edit-find-replace.png diff --git a/mate/256x256/actions/edit-find.png b/mate/256x256/actions/edit-find.png Binary files differindex 6485912..6120ec8 100644 --- a/mate/256x256/actions/edit-find.png +++ b/mate/256x256/actions/edit-find.png diff --git a/mate/256x256/actions/edit-select-all.png b/mate/256x256/actions/edit-select-all.png Binary files differindex 5937890..b7aba80 100644 --- a/mate/256x256/actions/edit-select-all.png +++ b/mate/256x256/actions/edit-select-all.png diff --git a/mate/256x256/actions/go-first.png b/mate/256x256/actions/go-first.png Binary files differindex 4a4fdb2..5dd2b77 100644 --- a/mate/256x256/actions/go-first.png +++ b/mate/256x256/actions/go-first.png diff --git a/mate/256x256/actions/go-jump.png b/mate/256x256/actions/go-jump.png Binary files differindex 02da70f..1efbe59 100644 --- a/mate/256x256/actions/go-jump.png +++ b/mate/256x256/actions/go-jump.png diff --git a/mate/256x256/actions/go-last.png b/mate/256x256/actions/go-last.png Binary files differindex 748e45c..812d14e 100644 --- a/mate/256x256/actions/go-last.png +++ b/mate/256x256/actions/go-last.png diff --git a/mate/256x256/actions/go-next.png b/mate/256x256/actions/go-next.png Binary files differindex 0c24a79..aed57b6 100644 --- a/mate/256x256/actions/go-next.png +++ b/mate/256x256/actions/go-next.png diff --git a/mate/256x256/actions/go-previous.png b/mate/256x256/actions/go-previous.png Binary files differindex a59b1fc..81d6ae7 100644 --- a/mate/256x256/actions/go-previous.png +++ b/mate/256x256/actions/go-previous.png diff --git a/mate/256x256/actions/mail-message-new.png b/mate/256x256/actions/mail-message-new.png Binary files differindex 3e2723c..1659f92 100644 --- a/mate/256x256/actions/mail-message-new.png +++ b/mate/256x256/actions/mail-message-new.png diff --git a/mate/256x256/actions/process-stop.png b/mate/256x256/actions/process-stop.png Binary files differindex e6771b2..f129b3c 100644 --- a/mate/256x256/actions/process-stop.png +++ b/mate/256x256/actions/process-stop.png diff --git a/mate/256x256/actions/system-lock-screen.png b/mate/256x256/actions/system-lock-screen.png Binary files differindex 4fdbeab..9b8d2db 100644 --- a/mate/256x256/actions/system-lock-screen.png +++ b/mate/256x256/actions/system-lock-screen.png diff --git a/mate/256x256/actions/system-log-out.png b/mate/256x256/actions/system-log-out.png Binary files differindex 30d97d1..325695a 100644 --- a/mate/256x256/actions/system-log-out.png +++ b/mate/256x256/actions/system-log-out.png diff --git a/mate/256x256/actions/system-run.png b/mate/256x256/actions/system-run.png Binary files differnew file mode 100644 index 0000000..2dcc958 --- /dev/null +++ b/mate/256x256/actions/system-run.png diff --git a/mate/256x256/actions/system-search.png b/mate/256x256/actions/system-search.png Binary files differindex a879753..b31dd50 100644 --- a/mate/256x256/actions/system-search.png +++ b/mate/256x256/actions/system-search.png diff --git a/mate/256x256/actions/system-shutdown.png b/mate/256x256/actions/system-shutdown.png Binary files differnew file mode 100644 index 0000000..41c0b00 --- /dev/null +++ b/mate/256x256/actions/system-shutdown.png diff --git a/mate/256x256/actions/view-refresh.png b/mate/256x256/actions/view-refresh.png Binary files differindex ec74c34..70dfb96 100644 --- a/mate/256x256/actions/view-refresh.png +++ b/mate/256x256/actions/view-refresh.png diff --git a/mate/256x256/apps/Makefile.am b/mate/256x256/apps/Makefile.am index f2efc56..e83014a 100644 --- a/mate/256x256/apps/Makefile.am +++ b/mate/256x256/apps/Makefile.am @@ -148,7 +148,7 @@ system-software-update.png: ../../../src/system-software.svg system-users.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=22:22:278:278 -w=256 -h=256 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=822:22:1078:278 -w=256 -h=256 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-info.png: ../../../src/users.svg diff --git a/mate/256x256/apps/system-users.png b/mate/256x256/apps/system-users.png Binary files differindex cd5b583..2cc513f 100644 --- a/mate/256x256/apps/system-users.png +++ b/mate/256x256/apps/system-users.png diff --git a/mate/256x256/emblems/Makefile.am b/mate/256x256/emblems/Makefile.am new file mode 100644 index 0000000..38de9f6 --- /dev/null +++ b/mate/256x256/emblems/Makefile.am @@ -0,0 +1,47 @@ +NULL = + +png_icons = \ + emblem-package.png \ + emblem-readonly.png \ + emblem-shared.png \ + emblem-symbolic-link.png \ + emblem-synchronizing.png \ + emblem-unreadable.png \ + $(NULL) + +emblem-package.png: ../../../src/packages.svg + @echo " "$@ + @inkscape -z $^ --export-area=422:6:678:262 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-readonly.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=818:26:1074:282 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-shared.png: ../../../src/emblem-shared.svg + @echo " "$@ + @inkscape -z $^ --export-area=18:26:274:282 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-symbolic-link.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=18:26:274:282 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-synchronizing.png: ../../../src/emblem-synchronizing.svg + @echo " "$@ + @inkscape -z $^ --export-area=18:26:274:282 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-unreadable.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=418:26:674:282 -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/emblems/emblem-package.png b/mate/256x256/emblems/emblem-package.png Binary files differindex d935083..7b993b8 100644 --- a/mate/256x256/emblems/emblem-package.png +++ b/mate/256x256/emblems/emblem-package.png diff --git a/mate/256x256/emblems/emblem-readonly.png b/mate/256x256/emblems/emblem-readonly.png Binary files differindex c329196..7721da8 100644 --- a/mate/256x256/emblems/emblem-readonly.png +++ b/mate/256x256/emblems/emblem-readonly.png diff --git a/mate/256x256/emblems/emblem-shared.png b/mate/256x256/emblems/emblem-shared.png Binary files differindex f86656c..a6ecc8b 100644 --- a/mate/256x256/emblems/emblem-shared.png +++ b/mate/256x256/emblems/emblem-shared.png diff --git a/mate/256x256/emblems/emblem-symbolic-link.png b/mate/256x256/emblems/emblem-symbolic-link.png Binary files differindex 4160566..0d6f55c 100644 --- a/mate/256x256/emblems/emblem-symbolic-link.png +++ b/mate/256x256/emblems/emblem-symbolic-link.png diff --git a/mate/256x256/emblems/emblem-synchronizing.png b/mate/256x256/emblems/emblem-synchronizing.png Binary files differindex e2415ba..c2cafa0 100644 --- a/mate/256x256/emblems/emblem-synchronizing.png +++ b/mate/256x256/emblems/emblem-synchronizing.png diff --git a/mate/256x256/emblems/emblem-unreadable.png b/mate/256x256/emblems/emblem-unreadable.png Binary files differindex 96a3336..d722ddb 100644 --- a/mate/256x256/emblems/emblem-unreadable.png +++ b/mate/256x256/emblems/emblem-unreadable.png diff --git a/mate/256x256/places/Makefile.am b/mate/256x256/places/Makefile.am new file mode 100644 index 0000000..201d6a2 --- /dev/null +++ b/mate/256x256/places/Makefile.am @@ -0,0 +1,94 @@ +NULL = + +png_icons = \ + network-server.png \ + network-workgroup.png \ + user-trash.png \ + $(NULL) + +folder-documents.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=420:28:676:284 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-download.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=420:328:676:584 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-music.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=820:328:1076:584 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-pictures.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=20:28:276:284 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=20:928:276:1184 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-publicshare.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1220:28:1476:284 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-remote.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=820:636:1076:892 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-saved-search.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=420:628:676:884 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-templates.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=820:28:1076:284 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-videos.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1220:328:1476:584 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-server.png: ../../../src/network-server.svg + @echo " "$@ + @inkscape -z $^ --export-area=20:11:276:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-workgroup.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=420:328:676:584 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-bookmarks.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1620:28:1876:284 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-desktop.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1620:328:1876:584 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-home.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=20:328:276:584 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-trash.png: ../../../src/trash.svg + @echo " "$@ + @inkscape -z $^ --export-area=426:11:682:267 -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/places/network-server.png b/mate/256x256/places/network-server.png Binary files differindex 583bdb8..31d6ebc 100644 --- a/mate/256x256/places/network-server.png +++ b/mate/256x256/places/network-server.png diff --git a/mate/256x256/places/network-workgroup.png b/mate/256x256/places/network-workgroup.png Binary files differindex abe561c..7ff3ae9 100644 --- a/mate/256x256/places/network-workgroup.png +++ b/mate/256x256/places/network-workgroup.png diff --git a/mate/256x256/places/user-trash.png b/mate/256x256/places/user-trash.png Binary files differindex afa29bb..d47d700 100644 --- a/mate/256x256/places/user-trash.png +++ b/mate/256x256/places/user-trash.png diff --git a/mate/256x256/status/Makefile.am b/mate/256x256/status/Makefile.am new file mode 100644 index 0000000..332a897 --- /dev/null +++ b/mate/256x256/status/Makefile.am @@ -0,0 +1,320 @@ +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 \ + 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-read.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 \ + trophy-bronze.png \ + trophy-gold.png \ + trophy-silver.png \ + user-trash-full.png \ + $(NULL) + +appointment-missed.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=15:13:271:269 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +appointment-soon.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=415:313:671:569 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-high.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:311:278:567 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-low.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:11:278:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-medium.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=422:311:678:567 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-muted.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=422:11:678:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-off.png: ../../../src/audio-volume-off.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:11:278:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +avatar-default.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:22:278:278 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-caution-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=49:311:305:567 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-caution.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=822:611:1078:867 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-empty.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=422:-309:678:-53 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full-charged.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=422:-623:678:-367 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=422:7:678:263 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=422:311:678:567 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-good-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=822:11:1078:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-good.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=822:311:1078:567 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-low-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=822:-309:1078:-53 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-low.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=422:611:678:867 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-missing.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:-309:278:-53 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +computer-fail.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1616:22:1872:278 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-error.png: ../../../src/dialog-error.svg + @echo " "$@ + @inkscape -z $^ --export-area=15:13:271:269 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-information.png: ../../../src/dialog-information.svg + @echo " "$@ + @inkscape -z $^ --export-area=15:13:271:269 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-password.png: ../../../src/dialog-password.svg + @echo " "$@ + @inkscape -z $^ --export-area=15:13:271:269 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-question.png: ../../../src/dialog-question.svg + @echo " "$@ + @inkscape -z $^ --export-area=15:13:271:269 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-warning.png: ../../../src/dialog-warning.svg + @echo " "$@ + @inkscape -z $^ --export-area=15:13:271:269 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-drag-accept.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=820:928:1076:1184 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-open.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=420:928:676:1184 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-visiting.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1220:928:1476:1184 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +image-loading.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=415:13:671:269 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +image-missing.png: ../../../src/photos.svg + @echo " "$@ + @inkscape -z $^ --export-area=415:13:671:269 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-read.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=420:13:676:269 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-error.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=816:322:1072:578 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-idle.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=16:22:272:278 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-offline.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1216:322:1472:578 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-receive.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1216:22:1472:278 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-transmit.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=816:22:1072:278 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-transmit-receive.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=416:22:672:278 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-error.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=420:3:676:259 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-printing.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=420:303:676:559 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-high.png: ../../../src/security-high.svg + @echo " "$@ + @inkscape -z $^ --export-area=15:13:271:269 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-low.png: ../../../src/security-low.svg + @echo " "$@ + @inkscape -z $^ --export-area=15:13:271:269 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-medium.png: ../../../src/security-medium.svg + @echo " "$@ + @inkscape -z $^ --export-area=15:13:271:269 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +software-update-available.png: ../../../src/software-update.svg + @echo " "$@ + @inkscape -z $^ --export-area=19:13:275:269 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +software-update-urgent.png: ../../../src/software-update.svg + @echo " "$@ + @inkscape -z $^ --export-area=419:13:675:269 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +non-starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=20:15:276:271 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +semi-starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=420:315:676:571 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +semi-starred-rtl.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=420:15:676:271 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=20:315:276:571 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-bronze.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=811:11:1067:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-gold.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=11:11:267:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-silver.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=411:11:667:267 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-trash-full.png: ../../../src/trash.svg + @echo " "$@ + @inkscape -z $^ --export-area=26:11:282:267 -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/status/appointment-missed.png b/mate/256x256/status/appointment-missed.png Binary files differindex 13aa458..e4854aa 100644 --- a/mate/256x256/status/appointment-missed.png +++ b/mate/256x256/status/appointment-missed.png diff --git a/mate/256x256/status/appointment-soon.png b/mate/256x256/status/appointment-soon.png Binary files differindex 609f52b..951f167 100644 --- a/mate/256x256/status/appointment-soon.png +++ b/mate/256x256/status/appointment-soon.png diff --git a/mate/256x256/status/audio-volume-high.png b/mate/256x256/status/audio-volume-high.png Binary files differindex 4a29bd5..ee7a723 100644 --- a/mate/256x256/status/audio-volume-high.png +++ b/mate/256x256/status/audio-volume-high.png diff --git a/mate/256x256/status/audio-volume-low.png b/mate/256x256/status/audio-volume-low.png Binary files differindex 4ec2fc1..f511e29 100644 --- a/mate/256x256/status/audio-volume-low.png +++ b/mate/256x256/status/audio-volume-low.png diff --git a/mate/256x256/status/audio-volume-medium.png b/mate/256x256/status/audio-volume-medium.png Binary files differindex 2e3a592..2a95a71 100644 --- a/mate/256x256/status/audio-volume-medium.png +++ b/mate/256x256/status/audio-volume-medium.png diff --git a/mate/256x256/status/audio-volume-muted.png b/mate/256x256/status/audio-volume-muted.png Binary files differindex ab027f4..f37f7bf 100644 --- a/mate/256x256/status/audio-volume-muted.png +++ b/mate/256x256/status/audio-volume-muted.png diff --git a/mate/256x256/status/audio-volume-off.png b/mate/256x256/status/audio-volume-off.png Binary files differindex af25342..0fa6622 100644 --- a/mate/256x256/status/audio-volume-off.png +++ b/mate/256x256/status/audio-volume-off.png diff --git a/mate/256x256/status/avatar-default.png b/mate/256x256/status/avatar-default.png Binary files differindex c07d172..cd5b583 100644 --- a/mate/256x256/status/avatar-default.png +++ b/mate/256x256/status/avatar-default.png diff --git a/mate/256x256/status/battery-caution-charging.png b/mate/256x256/status/battery-caution-charging.png Binary files differindex be2e913..159c88e 100644 --- a/mate/256x256/status/battery-caution-charging.png +++ b/mate/256x256/status/battery-caution-charging.png diff --git a/mate/256x256/status/battery-caution.png b/mate/256x256/status/battery-caution.png Binary files differindex 115748e..3b6259e 100644 --- a/mate/256x256/status/battery-caution.png +++ b/mate/256x256/status/battery-caution.png diff --git a/mate/256x256/status/battery-empty.png b/mate/256x256/status/battery-empty.png Binary files differindex 1e914dc..66a6b3b 100644 --- a/mate/256x256/status/battery-empty.png +++ b/mate/256x256/status/battery-empty.png diff --git a/mate/256x256/status/battery-full-charged.png b/mate/256x256/status/battery-full-charged.png Binary files differindex 43eb929..d705ef8 100644 --- a/mate/256x256/status/battery-full-charged.png +++ b/mate/256x256/status/battery-full-charged.png diff --git a/mate/256x256/status/battery-full-charging.png b/mate/256x256/status/battery-full-charging.png Binary files differindex 586b8dc..3a8630a 100644 --- a/mate/256x256/status/battery-full-charging.png +++ b/mate/256x256/status/battery-full-charging.png diff --git a/mate/256x256/status/battery-full.png b/mate/256x256/status/battery-full.png Binary files differindex 8936b44..c80ea4c 100644 --- a/mate/256x256/status/battery-full.png +++ b/mate/256x256/status/battery-full.png diff --git a/mate/256x256/status/battery-good-charging.png b/mate/256x256/status/battery-good-charging.png Binary files differindex 68bdcd1..7d41fe1 100644 --- a/mate/256x256/status/battery-good-charging.png +++ b/mate/256x256/status/battery-good-charging.png diff --git a/mate/256x256/status/battery-good.png b/mate/256x256/status/battery-good.png Binary files differindex 9d0a568..e989e4b 100644 --- a/mate/256x256/status/battery-good.png +++ b/mate/256x256/status/battery-good.png diff --git a/mate/256x256/status/battery-low-charging.png b/mate/256x256/status/battery-low-charging.png Binary files differindex e57354e..979e280 100644 --- a/mate/256x256/status/battery-low-charging.png +++ b/mate/256x256/status/battery-low-charging.png diff --git a/mate/256x256/status/battery-low.png b/mate/256x256/status/battery-low.png Binary files differindex 5d80dba..9e3f2ea 100644 --- a/mate/256x256/status/battery-low.png +++ b/mate/256x256/status/battery-low.png diff --git a/mate/256x256/status/battery-missing.png b/mate/256x256/status/battery-missing.png Binary files differindex 45287e3..ef21e10 100644 --- a/mate/256x256/status/battery-missing.png +++ b/mate/256x256/status/battery-missing.png diff --git a/mate/256x256/status/computer-fail.png b/mate/256x256/status/computer-fail.png Binary files differnew file mode 100644 index 0000000..6d32d50 --- /dev/null +++ b/mate/256x256/status/computer-fail.png diff --git a/mate/256x256/status/dialog-error.png b/mate/256x256/status/dialog-error.png Binary files differindex 08d5d80..3cf300a 100644 --- a/mate/256x256/status/dialog-error.png +++ b/mate/256x256/status/dialog-error.png diff --git a/mate/256x256/status/dialog-information.png b/mate/256x256/status/dialog-information.png Binary files differindex 2a61b19..b14e794 100644 --- a/mate/256x256/status/dialog-information.png +++ b/mate/256x256/status/dialog-information.png diff --git a/mate/256x256/status/dialog-password.png b/mate/256x256/status/dialog-password.png Binary files differnew file mode 100644 index 0000000..a7539c6 --- /dev/null +++ b/mate/256x256/status/dialog-password.png diff --git a/mate/256x256/status/dialog-question.png b/mate/256x256/status/dialog-question.png Binary files differindex 6b73db6..2a175dd 100644 --- a/mate/256x256/status/dialog-question.png +++ b/mate/256x256/status/dialog-question.png diff --git a/mate/256x256/status/dialog-warning.png b/mate/256x256/status/dialog-warning.png Binary files differindex 4faea67..195c33d 100644 --- a/mate/256x256/status/dialog-warning.png +++ b/mate/256x256/status/dialog-warning.png diff --git a/mate/256x256/status/image-loading.png b/mate/256x256/status/image-loading.png Binary files differindex 83f166b..6b94e4c 100644 --- a/mate/256x256/status/image-loading.png +++ b/mate/256x256/status/image-loading.png diff --git a/mate/256x256/status/image-missing.png b/mate/256x256/status/image-missing.png Binary files differindex 670bb0b..48aebe8 100644 --- a/mate/256x256/status/image-missing.png +++ b/mate/256x256/status/image-missing.png diff --git a/mate/256x256/status/mail-read.png b/mate/256x256/status/mail-read.png Binary files differindex e05b178..403f41d 100644 --- a/mate/256x256/status/mail-read.png +++ b/mate/256x256/status/mail-read.png diff --git a/mate/256x256/status/network-error.png b/mate/256x256/status/network-error.png Binary files differindex 53d717c..5fe1dd7 100644 --- a/mate/256x256/status/network-error.png +++ b/mate/256x256/status/network-error.png diff --git a/mate/256x256/status/network-idle.png b/mate/256x256/status/network-idle.png Binary files differindex 35a79fc..7b846e6 100644 --- a/mate/256x256/status/network-idle.png +++ b/mate/256x256/status/network-idle.png diff --git a/mate/256x256/status/network-offline.png b/mate/256x256/status/network-offline.png Binary files differindex eb26ee6..437920f 100644 --- a/mate/256x256/status/network-offline.png +++ b/mate/256x256/status/network-offline.png diff --git a/mate/256x256/status/network-receive.png b/mate/256x256/status/network-receive.png Binary files differindex a7a3cbe..9b4efbe 100644 --- a/mate/256x256/status/network-receive.png +++ b/mate/256x256/status/network-receive.png diff --git a/mate/256x256/status/network-transmit-receive.png b/mate/256x256/status/network-transmit-receive.png Binary files differindex 2e3ef4f..9a7f432 100644 --- a/mate/256x256/status/network-transmit-receive.png +++ b/mate/256x256/status/network-transmit-receive.png diff --git a/mate/256x256/status/network-transmit.png b/mate/256x256/status/network-transmit.png Binary files differindex b64ee04..14fa58a 100644 --- a/mate/256x256/status/network-transmit.png +++ b/mate/256x256/status/network-transmit.png diff --git a/mate/256x256/status/non-starred.png b/mate/256x256/status/non-starred.png Binary files differnew file mode 100644 index 0000000..df83075 --- /dev/null +++ b/mate/256x256/status/non-starred.png diff --git a/mate/256x256/status/printer-error.png b/mate/256x256/status/printer-error.png Binary files differindex 89eb50b..b8ac3a0 100644 --- a/mate/256x256/status/printer-error.png +++ b/mate/256x256/status/printer-error.png diff --git a/mate/256x256/status/printer-printing.png b/mate/256x256/status/printer-printing.png Binary files differindex 4ca5ada..fb2cb23 100644 --- a/mate/256x256/status/printer-printing.png +++ b/mate/256x256/status/printer-printing.png diff --git a/mate/256x256/status/security-high.png b/mate/256x256/status/security-high.png Binary files differindex a8f2c85..e7aee47 100644 --- a/mate/256x256/status/security-high.png +++ b/mate/256x256/status/security-high.png diff --git a/mate/256x256/status/security-low.png b/mate/256x256/status/security-low.png Binary files differindex d0cc001..5d3fdea 100644 --- a/mate/256x256/status/security-low.png +++ b/mate/256x256/status/security-low.png diff --git a/mate/256x256/status/security-medium.png b/mate/256x256/status/security-medium.png Binary files differindex f223d4f..e8fca44 100644 --- a/mate/256x256/status/security-medium.png +++ b/mate/256x256/status/security-medium.png diff --git a/mate/256x256/status/semi-starred-rtl.png b/mate/256x256/status/semi-starred-rtl.png Binary files differnew file mode 100644 index 0000000..9297149 --- /dev/null +++ b/mate/256x256/status/semi-starred-rtl.png diff --git a/mate/256x256/status/semi-starred.png b/mate/256x256/status/semi-starred.png Binary files differnew file mode 100644 index 0000000..b929737 --- /dev/null +++ b/mate/256x256/status/semi-starred.png diff --git a/mate/256x256/status/software-update-available.png b/mate/256x256/status/software-update-available.png Binary files differindex 297d319..abe317d 100644 --- a/mate/256x256/status/software-update-available.png +++ b/mate/256x256/status/software-update-available.png diff --git a/mate/256x256/status/software-update-urgent.png b/mate/256x256/status/software-update-urgent.png Binary files differindex afe404e..cf73b98 100644 --- a/mate/256x256/status/software-update-urgent.png +++ b/mate/256x256/status/software-update-urgent.png diff --git a/mate/256x256/status/starred.png b/mate/256x256/status/starred.png Binary files differnew file mode 100644 index 0000000..bf4085a --- /dev/null +++ b/mate/256x256/status/starred.png diff --git a/mate/256x256/status/trophy-bronze.png b/mate/256x256/status/trophy-bronze.png Binary files differnew file mode 100644 index 0000000..315ea67 --- /dev/null +++ b/mate/256x256/status/trophy-bronze.png diff --git a/mate/256x256/status/trophy-gold.png b/mate/256x256/status/trophy-gold.png Binary files differnew file mode 100644 index 0000000..7edefa3 --- /dev/null +++ b/mate/256x256/status/trophy-gold.png diff --git a/mate/256x256/status/trophy-silver.png b/mate/256x256/status/trophy-silver.png Binary files differnew file mode 100644 index 0000000..d14b0a5 --- /dev/null +++ b/mate/256x256/status/trophy-silver.png diff --git a/mate/256x256/status/user-trash-full.png b/mate/256x256/status/user-trash-full.png Binary files differindex 22448ee..7e826bd 100644 --- a/mate/256x256/status/user-trash-full.png +++ b/mate/256x256/status/user-trash-full.png diff --git a/mate/32x32/Makefile.am b/mate/32x32/Makefile.am index b3dafbb..160fec0 100644 --- a/mate/32x32/Makefile.am +++ b/mate/32x32/Makefile.am @@ -1,13 +1,21 @@ NULL = DIST_SUBDIRS = \ + actions \ apps \ categories \ devices \ + emblems \ + places \ + status \ $(NULL) SUBDIRS = \ + actions \ apps \ categories \ devices \ + emblems \ + places \ + status \ $(NULL) diff --git a/mate/32x32/actions/Makefile.am b/mate/32x32/actions/Makefile.am new file mode 100644 index 0000000..f47cdf8 --- /dev/null +++ b/mate/32x32/actions/Makefile.am @@ -0,0 +1,664 @@ +NULL = + +png_icons = \ + address-book-new.png \ + application-exit.png \ + appointment-new.png \ + bookmark-new.png \ + call-start.png \ + call-stop.png \ + contact-new.png \ + document-new.png \ + document-open-recent.png \ + document-page-setup.png \ + document-print.png \ + document-print-preview.png \ + document-properties.png \ + document-revert.png \ + document-revert-rtl.png \ + document-save-as.png \ + document-save.png \ + document-send.png \ + edit-clear.png \ + edit-clear-rtl.png \ + edit-copy.png \ + edit-cut.png \ + edit-delete.png \ + edit-find.png \ + edit-find-replace.png \ + edit-paste.png \ + edit-redo.png \ + edit-redo-rtl.png \ + edit-select-all.png \ + edit-undo.png \ + edit-undo-rtl.png \ + format-indent-less.png \ + format-indent-less-rtl.png \ + format-indent-more.png \ + format-indent-more-rtl.png \ + format-justify-center.png \ + format-justify-fill.png \ + format-justify-left.png \ + format-justify-right.png \ + format-text-bold.png \ + format-text-direction-ltr.png \ + format-text-direction-rtl.png \ + format-text-italic.png \ + format-text-strikethrough.png \ + format-text-underline.png \ + go-bottom.png \ + go-down.png \ + go-first.png \ + go-home.png \ + go-jump.png \ + go-last.png \ + go-next.png \ + go-previous.png \ + go-top.png \ + go-up.png \ + help-about.png \ + help-faq.png \ + insert-image.png \ + insert-link.png \ + insert-object.png \ + insert-text.png \ + list-add.png \ + list-remove.png \ + mail-forward.png \ + mail-mark-important.png \ + mail-mark-junk.png \ + mail-mark-notjunk.png \ + mail-mark-read.png \ + mail-mark-unread.png \ + mail-message-new.png \ + mail-reply-all.png \ + mail-reply-sender.png \ + mail-send.png \ + mail-send-receive.png \ + mark-location.png \ + media-eject.png \ + media-playback-pause.png \ + media-playback-start.png \ + media-playback-start-rtl.png \ + media-playback-stop.png \ + media-record.png \ + media-seek-backward.png \ + media-seek-forward.png \ + media-skip-backward.png \ + media-skip-forward.png \ + object-flip-horizontal.png \ + object-flip-vertical.png \ + object-rotate-left.png \ + object-rotate-right.png \ + process-stop.png \ + system-lock-screen.png \ + system-log-out.png \ + system-run.png \ + system-search.png \ + system-shutdown.png \ + tools-check-spelling.png \ + view-fullscreen.png \ + view-refresh.png \ + view-restore.png \ + view-sort-ascending.png \ + view-sort-descending.png \ + window-close.png \ + window-new.png \ + zoom-fit-best.png \ + zoom-in.png \ + zoom-original.png \ + zoom-out.png \ + $(NULL) + +address-book-new.png: ../../../src/x-office-address-book.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +application-exit.png:../../../src/application-exit.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +appointment-new.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:436:335:468 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +bookmark-new.png: ../../../src/bookmark-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +call-start.png: ../../../src/call-start.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:143:335:175 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +call-stop.png: ../../../src/call-stop.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:140:335:172 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +contact-new.png: ../../../src/contact-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:143:335:175 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-new.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=700:441:732:473 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:742:1535:774 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open-recent.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:136:735:168 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-page-setup.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=302:141:334:173 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:134:335:166 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print-preview.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:434:1135:466 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-properties.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1100:441:1132:473 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1900:441:1932:473 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert-rtl.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1500:141:1532:173 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save-as.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:142:1135:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-send.png: ../../../src/document-send.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-clear.png: ../../../src/edit-clear-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=301:142:333:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-clear-rtl.png: ../../../src/edit-clear-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -flop $@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-copy.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:442:735:474 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-cut.png: ../../../src/edit-cut.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-delete.png: ../../../src/edit-delete.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:143:335:175 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=300:143:332:175 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find-replace.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=700:143:732:175 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-paste.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:442:335:474 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-undo.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:102:54:134 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-redo.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=84:102:116:134 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-select-all.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1500:441:1532:473 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-redo-rtl.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=142:102:174:134 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-undo-rtl.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=204:102:236:134 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-new.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:742:335:774 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-less-rtl.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=-107:82:-75:114 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-more-rtl.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=-49:82:-17:114 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-less.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=13:82:47:114 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-more.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=73:82:105:114 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-left.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=133:82:165:114 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-center.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=193:82:225:114 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-right.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=253:82:285:114 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-fill.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=313:82:345:114 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-bold.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=373:82:405:114 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-direction-ltr.png: ../../../src/format-text-direction-ltr.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-direction-rtl.png: ../../../src/format-text-direction-rtl.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-italic.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=433:82:465:114 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-strikethrough.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=493:82:525:114 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-underline.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=553:82:585:114 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-jump.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=33:98:65:130 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-bottom.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=113:98:145:130 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-down.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=193:98:225:130 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-top.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=283:97:315:129 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-up.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=373:98:405:130 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-first.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=463:97:495:129 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-previous.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=543:97:575:129 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-refresh.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=623:97:655:129 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +process-stop.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:97:735:129 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-next.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=783:97:815:129 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-last.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=863:97:895:129 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-home.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=943:97:975:129 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +help-about.png: ../../../src/help-about.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +help-faq.png: ../../../src/help-faq.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-image.png: ../../../src/insert-image.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-link.png: ../../../src/insert-link.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-object.png: ../../../src/insert-object.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-text.png: ../../../src/insert-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +list-add.png: ../../../src/list-add-remove.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +list-remove.png: ../../../src/list-add-remove.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-forward.png: ../../../src/mail-forward.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-important.png: ../../../src/mail-mark-important.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-junk.png: ../../../src/mail-mark-junk.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-notjunk.png: ../../../src/mail-mark-notjunk.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:152:328:184 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-read.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:142:1535:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-unread.png: ../../../src/mail-mark-unread.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-message-new.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-reply-all.png: ../../../src/mail-reply-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-reply-sender.png: ../../../src/mail-reply-sender.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-send.png: ../../../src/mail-send.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-send-receive.png: ../../../src/mail-send-receive.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mark-location.png: ../../../src/mark-location.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-eject.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=93:62:125:94 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-skip-backward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=133:62:165:94 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-seek-backward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=173:62:205:94 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-pause.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=213:62:245:94 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-start.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=253:62:285:94 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-stop.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=293:62:325:94 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-seek-forward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=333:62:365:94 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-skip-forward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=373:62:405:94 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-record.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=413:62:445:94 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-start-rtl.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=453:62:485:94 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-flip-horizontal.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:103:55:135 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-flip-vertical.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=62:103:95:135 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-rotate-left.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=104:103:136:135 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-rotate-right.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=144:103:176:135 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-lock-screen.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-log-out.png: ../../../src/system-log-out.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-run.png: ../../../src/system-run.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-search.png: ../../../src/system-search.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-shutdown.png: ../../../src/system-shutdown.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +tools-check-spelling.png: ../../../src/tools-check-spelling.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-fullscreen.png: ../../../src/view-fullscreen-restore.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-restore.png: ../../../src/view-fullscreen-restore.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-sort-ascending.png: ../../../src/view-sort.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:142:54:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-sort-descending.png: ../../../src/view-sort.svg + @echo " "$@ + @inkscape -z $^ --export-area=82:142:114:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +window-close.png: ../../../src/window-close.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +window-new.png: ../../../src/window-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-fit-best.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-in.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:442:335:474 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-original.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-out.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:442:735: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/actions/address-book-new.png b/mate/32x32/actions/address-book-new.png Binary files differindex 99aa2da..083cdba 100644 --- a/mate/32x32/actions/address-book-new.png +++ b/mate/32x32/actions/address-book-new.png diff --git a/mate/32x32/actions/application-exit.png b/mate/32x32/actions/application-exit.png Binary files differindex c3f905e..d08b733 100644 --- a/mate/32x32/actions/application-exit.png +++ b/mate/32x32/actions/application-exit.png diff --git a/mate/32x32/actions/appointment-new.png b/mate/32x32/actions/appointment-new.png Binary files differindex c5e20fe..8eca6fb 100644 --- a/mate/32x32/actions/appointment-new.png +++ b/mate/32x32/actions/appointment-new.png diff --git a/mate/32x32/actions/bookmark-new.png b/mate/32x32/actions/bookmark-new.png Binary files differindex aaf2fe2..712ed47 100644 --- a/mate/32x32/actions/bookmark-new.png +++ b/mate/32x32/actions/bookmark-new.png diff --git a/mate/32x32/actions/call-start.png b/mate/32x32/actions/call-start.png Binary files differindex 7342af6..d0332e4 100644 --- a/mate/32x32/actions/call-start.png +++ b/mate/32x32/actions/call-start.png diff --git a/mate/32x32/actions/call-stop.png b/mate/32x32/actions/call-stop.png Binary files differindex 00336c3..2abd0d1 100644 --- a/mate/32x32/actions/call-stop.png +++ b/mate/32x32/actions/call-stop.png diff --git a/mate/32x32/actions/contact-new.png b/mate/32x32/actions/contact-new.png Binary files differindex 8785fda..fb3ad4d 100644 --- a/mate/32x32/actions/contact-new.png +++ b/mate/32x32/actions/contact-new.png diff --git a/mate/32x32/actions/document-new.png b/mate/32x32/actions/document-new.png Binary files differindex b7e3276..13ce9ec 100644 --- a/mate/32x32/actions/document-new.png +++ b/mate/32x32/actions/document-new.png diff --git a/mate/32x32/actions/document-open-recent.png b/mate/32x32/actions/document-open-recent.png Binary files differindex eb7d222..4a5059d 100644 --- a/mate/32x32/actions/document-open-recent.png +++ b/mate/32x32/actions/document-open-recent.png diff --git a/mate/32x32/actions/document-page-setup.png b/mate/32x32/actions/document-page-setup.png Binary files differindex 22c8788..4e4d43c 100644 --- a/mate/32x32/actions/document-page-setup.png +++ b/mate/32x32/actions/document-page-setup.png diff --git a/mate/32x32/actions/document-print-preview.png b/mate/32x32/actions/document-print-preview.png Binary files differindex cae353c..2832102 100644 --- a/mate/32x32/actions/document-print-preview.png +++ b/mate/32x32/actions/document-print-preview.png diff --git a/mate/32x32/actions/document-print.png b/mate/32x32/actions/document-print.png Binary files differindex 3e69d95..56c69bf 100644 --- a/mate/32x32/actions/document-print.png +++ b/mate/32x32/actions/document-print.png diff --git a/mate/32x32/actions/document-properties.png b/mate/32x32/actions/document-properties.png Binary files differindex b649d91..ef230d2 100644 --- a/mate/32x32/actions/document-properties.png +++ b/mate/32x32/actions/document-properties.png diff --git a/mate/32x32/actions/document-revert-rtl.png b/mate/32x32/actions/document-revert-rtl.png Binary files differindex 264ba19..b26df4e 100644 --- a/mate/32x32/actions/document-revert-rtl.png +++ b/mate/32x32/actions/document-revert-rtl.png diff --git a/mate/32x32/actions/document-revert.png b/mate/32x32/actions/document-revert.png Binary files differindex 2d6ee1d..8e64404 100644 --- a/mate/32x32/actions/document-revert.png +++ b/mate/32x32/actions/document-revert.png diff --git a/mate/32x32/actions/document-save-as.png b/mate/32x32/actions/document-save-as.png Binary files differindex 3a586cf..256e363 100644 --- a/mate/32x32/actions/document-save-as.png +++ b/mate/32x32/actions/document-save-as.png diff --git a/mate/32x32/actions/document-save.png b/mate/32x32/actions/document-save.png Binary files differindex 3925c15..b1d206b 100644 --- a/mate/32x32/actions/document-save.png +++ b/mate/32x32/actions/document-save.png diff --git a/mate/32x32/actions/document-send.png b/mate/32x32/actions/document-send.png Binary files differindex c92aec0..2f706c5 100644 --- a/mate/32x32/actions/document-send.png +++ b/mate/32x32/actions/document-send.png diff --git a/mate/32x32/actions/edit-clear-rtl.png b/mate/32x32/actions/edit-clear-rtl.png Binary files differindex 2ce9c28..63e6f06 100644 --- a/mate/32x32/actions/edit-clear-rtl.png +++ b/mate/32x32/actions/edit-clear-rtl.png diff --git a/mate/32x32/actions/edit-clear.png b/mate/32x32/actions/edit-clear.png Binary files differindex 6f9fa04..7e16f8b 100644 --- a/mate/32x32/actions/edit-clear.png +++ b/mate/32x32/actions/edit-clear.png diff --git a/mate/32x32/actions/edit-copy.png b/mate/32x32/actions/edit-copy.png Binary files differindex 210c07a..5a0053f 100644 --- a/mate/32x32/actions/edit-copy.png +++ b/mate/32x32/actions/edit-copy.png diff --git a/mate/32x32/actions/edit-cut.png b/mate/32x32/actions/edit-cut.png Binary files differindex d04f3ae..76aa1d8 100644 --- a/mate/32x32/actions/edit-cut.png +++ b/mate/32x32/actions/edit-cut.png diff --git a/mate/32x32/actions/edit-delete.png b/mate/32x32/actions/edit-delete.png Binary files differindex 72a1507..33ea4d9 100644 --- a/mate/32x32/actions/edit-delete.png +++ b/mate/32x32/actions/edit-delete.png diff --git a/mate/32x32/actions/edit-find-replace.png b/mate/32x32/actions/edit-find-replace.png Binary files differindex b5b88e4..66f8ee3 100644 --- a/mate/32x32/actions/edit-find-replace.png +++ b/mate/32x32/actions/edit-find-replace.png diff --git a/mate/32x32/actions/edit-find.png b/mate/32x32/actions/edit-find.png Binary files differindex 8bd61a0..91b0db0 100644 --- a/mate/32x32/actions/edit-find.png +++ b/mate/32x32/actions/edit-find.png diff --git a/mate/32x32/actions/edit-paste.png b/mate/32x32/actions/edit-paste.png Binary files differindex 1868224..1ff6877 100644 --- a/mate/32x32/actions/edit-paste.png +++ b/mate/32x32/actions/edit-paste.png diff --git a/mate/32x32/actions/edit-redo-rtl.png b/mate/32x32/actions/edit-redo-rtl.png Binary files differindex ceb3115..b1aa7cc 100644 --- a/mate/32x32/actions/edit-redo-rtl.png +++ b/mate/32x32/actions/edit-redo-rtl.png diff --git a/mate/32x32/actions/edit-redo.png b/mate/32x32/actions/edit-redo.png Binary files differindex b668a44..c7ba795 100644 --- a/mate/32x32/actions/edit-redo.png +++ b/mate/32x32/actions/edit-redo.png diff --git a/mate/32x32/actions/edit-select-all.png b/mate/32x32/actions/edit-select-all.png Binary files differindex ba8b523..7dd4535 100644 --- a/mate/32x32/actions/edit-select-all.png +++ b/mate/32x32/actions/edit-select-all.png diff --git a/mate/32x32/actions/edit-undo-rtl.png b/mate/32x32/actions/edit-undo-rtl.png Binary files differindex 9610d96..e29d9f9 100644 --- a/mate/32x32/actions/edit-undo-rtl.png +++ b/mate/32x32/actions/edit-undo-rtl.png diff --git a/mate/32x32/actions/edit-undo.png b/mate/32x32/actions/edit-undo.png Binary files differindex 4766cb3..196dd77 100644 --- a/mate/32x32/actions/edit-undo.png +++ b/mate/32x32/actions/edit-undo.png diff --git a/mate/32x32/actions/format-indent-less-rtl.png b/mate/32x32/actions/format-indent-less-rtl.png Binary files differindex 14f7a46..fe9d0fc 100644 --- a/mate/32x32/actions/format-indent-less-rtl.png +++ b/mate/32x32/actions/format-indent-less-rtl.png diff --git a/mate/32x32/actions/format-indent-less.png b/mate/32x32/actions/format-indent-less.png Binary files differindex 5e236a4..84bde54 100644 --- a/mate/32x32/actions/format-indent-less.png +++ b/mate/32x32/actions/format-indent-less.png diff --git a/mate/32x32/actions/format-indent-more-rtl.png b/mate/32x32/actions/format-indent-more-rtl.png Binary files differindex b30a0f4..b943ce9 100644 --- a/mate/32x32/actions/format-indent-more-rtl.png +++ b/mate/32x32/actions/format-indent-more-rtl.png diff --git a/mate/32x32/actions/format-indent-more.png b/mate/32x32/actions/format-indent-more.png Binary files differindex 55c2214..c9fea5d 100644 --- a/mate/32x32/actions/format-indent-more.png +++ b/mate/32x32/actions/format-indent-more.png diff --git a/mate/32x32/actions/format-justify-center.png b/mate/32x32/actions/format-justify-center.png Binary files differindex a7cbacf..482f5cb 100644 --- a/mate/32x32/actions/format-justify-center.png +++ b/mate/32x32/actions/format-justify-center.png diff --git a/mate/32x32/actions/format-justify-fill.png b/mate/32x32/actions/format-justify-fill.png Binary files differindex e660e29..40a652e 100644 --- a/mate/32x32/actions/format-justify-fill.png +++ b/mate/32x32/actions/format-justify-fill.png diff --git a/mate/32x32/actions/format-justify-left.png b/mate/32x32/actions/format-justify-left.png Binary files differindex 2aa1b0d..e721012 100644 --- a/mate/32x32/actions/format-justify-left.png +++ b/mate/32x32/actions/format-justify-left.png diff --git a/mate/32x32/actions/format-justify-right.png b/mate/32x32/actions/format-justify-right.png Binary files differindex 57cb607..b34c632 100644 --- a/mate/32x32/actions/format-justify-right.png +++ b/mate/32x32/actions/format-justify-right.png diff --git a/mate/32x32/actions/format-text-bold.png b/mate/32x32/actions/format-text-bold.png Binary files differindex 005cede..4b72184 100644 --- a/mate/32x32/actions/format-text-bold.png +++ b/mate/32x32/actions/format-text-bold.png diff --git a/mate/32x32/actions/format-text-direction-ltr.png b/mate/32x32/actions/format-text-direction-ltr.png Binary files differindex c8dc82a..2e437f6 100644 --- a/mate/32x32/actions/format-text-direction-ltr.png +++ b/mate/32x32/actions/format-text-direction-ltr.png diff --git a/mate/32x32/actions/format-text-direction-rtl.png b/mate/32x32/actions/format-text-direction-rtl.png Binary files differindex f508cf5..38d8fc8 100644 --- a/mate/32x32/actions/format-text-direction-rtl.png +++ b/mate/32x32/actions/format-text-direction-rtl.png diff --git a/mate/32x32/actions/format-text-italic.png b/mate/32x32/actions/format-text-italic.png Binary files differindex 4db97c2..f651af7 100644 --- a/mate/32x32/actions/format-text-italic.png +++ b/mate/32x32/actions/format-text-italic.png diff --git a/mate/32x32/actions/format-text-strikethrough.png b/mate/32x32/actions/format-text-strikethrough.png Binary files differindex e17372d..2123c34 100644 --- a/mate/32x32/actions/format-text-strikethrough.png +++ b/mate/32x32/actions/format-text-strikethrough.png diff --git a/mate/32x32/actions/format-text-underline.png b/mate/32x32/actions/format-text-underline.png Binary files differindex bbdf53d..3e77043 100644 --- a/mate/32x32/actions/format-text-underline.png +++ b/mate/32x32/actions/format-text-underline.png diff --git a/mate/32x32/actions/go-bottom.png b/mate/32x32/actions/go-bottom.png Binary files differindex 60038f5..f3cbc64 100644 --- a/mate/32x32/actions/go-bottom.png +++ b/mate/32x32/actions/go-bottom.png diff --git a/mate/32x32/actions/go-down.png b/mate/32x32/actions/go-down.png Binary files differindex 9d31721..83454a3 100644 --- a/mate/32x32/actions/go-down.png +++ b/mate/32x32/actions/go-down.png diff --git a/mate/32x32/actions/go-first-rtl.png b/mate/32x32/actions/go-first-rtl.png Binary files differindex 4eb5b75..dde1cf6 100644..120000 --- a/mate/32x32/actions/go-first-rtl.png +++ b/mate/32x32/actions/go-first-rtl.png diff --git a/mate/32x32/actions/go-first.png b/mate/32x32/actions/go-first.png Binary files differindex 86f4390..90bae4d 100644 --- a/mate/32x32/actions/go-first.png +++ b/mate/32x32/actions/go-first.png diff --git a/mate/32x32/actions/go-home.png b/mate/32x32/actions/go-home.png Binary files differindex 9ba7afb..0f0d499 100644 --- a/mate/32x32/actions/go-home.png +++ b/mate/32x32/actions/go-home.png diff --git a/mate/32x32/actions/go-jump.png b/mate/32x32/actions/go-jump.png Binary files differindex 88d7f3c..5ce6aaa 100644 --- a/mate/32x32/actions/go-jump.png +++ b/mate/32x32/actions/go-jump.png diff --git a/mate/32x32/actions/go-last-rtl.png b/mate/32x32/actions/go-last-rtl.png Binary files differindex 5d720fb..96ffa73 100644..120000 --- a/mate/32x32/actions/go-last-rtl.png +++ b/mate/32x32/actions/go-last-rtl.png diff --git a/mate/32x32/actions/go-last.png b/mate/32x32/actions/go-last.png Binary files differindex b9b0953..eaf5350 100644 --- a/mate/32x32/actions/go-last.png +++ b/mate/32x32/actions/go-last.png diff --git a/mate/32x32/actions/go-next-rtl.png b/mate/32x32/actions/go-next-rtl.png Binary files differindex 0df44ef..56c7bd8 100644..120000 --- a/mate/32x32/actions/go-next-rtl.png +++ b/mate/32x32/actions/go-next-rtl.png diff --git a/mate/32x32/actions/go-next.png b/mate/32x32/actions/go-next.png Binary files differindex c4c0895..d78ab9c 100644 --- a/mate/32x32/actions/go-next.png +++ b/mate/32x32/actions/go-next.png diff --git a/mate/32x32/actions/go-previous-rtl.png b/mate/32x32/actions/go-previous-rtl.png Binary files differindex 3b7d049..c1febf9 100644..120000 --- a/mate/32x32/actions/go-previous-rtl.png +++ b/mate/32x32/actions/go-previous-rtl.png diff --git a/mate/32x32/actions/go-previous.png b/mate/32x32/actions/go-previous.png Binary files differindex 33c5293..c5e6577 100644 --- a/mate/32x32/actions/go-previous.png +++ b/mate/32x32/actions/go-previous.png diff --git a/mate/32x32/actions/go-top.png b/mate/32x32/actions/go-top.png Binary files differindex 42aa22a..456d173 100644 --- a/mate/32x32/actions/go-top.png +++ b/mate/32x32/actions/go-top.png diff --git a/mate/32x32/actions/go-up.png b/mate/32x32/actions/go-up.png Binary files differindex c747322..39b0801 100644 --- a/mate/32x32/actions/go-up.png +++ b/mate/32x32/actions/go-up.png diff --git a/mate/32x32/actions/help-about.png b/mate/32x32/actions/help-about.png Binary files differindex 399d484..bb8dcd0 100644 --- a/mate/32x32/actions/help-about.png +++ b/mate/32x32/actions/help-about.png diff --git a/mate/32x32/actions/help-faq.png b/mate/32x32/actions/help-faq.png Binary files differindex 75295e3..22fb128 100644 --- a/mate/32x32/actions/help-faq.png +++ b/mate/32x32/actions/help-faq.png diff --git a/mate/32x32/actions/insert-image.png b/mate/32x32/actions/insert-image.png Binary files differindex f5cd8da..821d78a 100644 --- a/mate/32x32/actions/insert-image.png +++ b/mate/32x32/actions/insert-image.png diff --git a/mate/32x32/actions/insert-link.png b/mate/32x32/actions/insert-link.png Binary files differindex 42a8924..1e14b10 100644 --- a/mate/32x32/actions/insert-link.png +++ b/mate/32x32/actions/insert-link.png diff --git a/mate/32x32/actions/insert-object.png b/mate/32x32/actions/insert-object.png Binary files differindex 2a5c45e..4472aa5 100644 --- a/mate/32x32/actions/insert-object.png +++ b/mate/32x32/actions/insert-object.png diff --git a/mate/32x32/actions/insert-text.png b/mate/32x32/actions/insert-text.png Binary files differindex f56e856..7a321d4 100644 --- a/mate/32x32/actions/insert-text.png +++ b/mate/32x32/actions/insert-text.png diff --git a/mate/32x32/actions/list-add.png b/mate/32x32/actions/list-add.png Binary files differindex 184afa8..da7ef76 100644 --- a/mate/32x32/actions/list-add.png +++ b/mate/32x32/actions/list-add.png diff --git a/mate/32x32/actions/list-remove.png b/mate/32x32/actions/list-remove.png Binary files differindex 9af91bc..b861d4a 100644 --- a/mate/32x32/actions/list-remove.png +++ b/mate/32x32/actions/list-remove.png diff --git a/mate/32x32/actions/mail-forward.png b/mate/32x32/actions/mail-forward.png Binary files differindex cd1f317..92f85a7 100644 --- a/mate/32x32/actions/mail-forward.png +++ b/mate/32x32/actions/mail-forward.png diff --git a/mate/32x32/actions/mail-mark-important.png b/mate/32x32/actions/mail-mark-important.png Binary files differindex 5db80bc..e452607 100644 --- a/mate/32x32/actions/mail-mark-important.png +++ b/mate/32x32/actions/mail-mark-important.png diff --git a/mate/32x32/actions/mail-mark-junk.png b/mate/32x32/actions/mail-mark-junk.png Binary files differindex 8f00a8b..b2e2cb1 100644 --- a/mate/32x32/actions/mail-mark-junk.png +++ b/mate/32x32/actions/mail-mark-junk.png diff --git a/mate/32x32/actions/mail-mark-notjunk.png b/mate/32x32/actions/mail-mark-notjunk.png Binary files differindex c09c56a..d6de985 100644 --- a/mate/32x32/actions/mail-mark-notjunk.png +++ b/mate/32x32/actions/mail-mark-notjunk.png diff --git a/mate/32x32/actions/mail-mark-read.png b/mate/32x32/actions/mail-mark-read.png Binary files differindex 32f2add..5a5ded3 100644 --- a/mate/32x32/actions/mail-mark-read.png +++ b/mate/32x32/actions/mail-mark-read.png diff --git a/mate/32x32/actions/mail-mark-unread.png b/mate/32x32/actions/mail-mark-unread.png Binary files differindex 261bb7c..1280902 100644 --- a/mate/32x32/actions/mail-mark-unread.png +++ b/mate/32x32/actions/mail-mark-unread.png diff --git a/mate/32x32/actions/mail-message-new.png b/mate/32x32/actions/mail-message-new.png Binary files differindex 8e6cbe0..4daf577 100644 --- a/mate/32x32/actions/mail-message-new.png +++ b/mate/32x32/actions/mail-message-new.png diff --git a/mate/32x32/actions/mail-reply-all.png b/mate/32x32/actions/mail-reply-all.png Binary files differindex f2531bd..4869711 100644 --- a/mate/32x32/actions/mail-reply-all.png +++ b/mate/32x32/actions/mail-reply-all.png diff --git a/mate/32x32/actions/mail-reply-sender.png b/mate/32x32/actions/mail-reply-sender.png Binary files differindex 7da6250..f66f151 100644 --- a/mate/32x32/actions/mail-reply-sender.png +++ b/mate/32x32/actions/mail-reply-sender.png diff --git a/mate/32x32/actions/mail-send-receive.png b/mate/32x32/actions/mail-send-receive.png Binary files differindex ea61e12..494e4f6 100644 --- a/mate/32x32/actions/mail-send-receive.png +++ b/mate/32x32/actions/mail-send-receive.png diff --git a/mate/32x32/actions/mail-send.png b/mate/32x32/actions/mail-send.png Binary files differindex 069269b..a9648dc 100644 --- a/mate/32x32/actions/mail-send.png +++ b/mate/32x32/actions/mail-send.png diff --git a/mate/32x32/actions/mark-location.png b/mate/32x32/actions/mark-location.png Binary files differindex 91224d1..85632dc 100644 --- a/mate/32x32/actions/mark-location.png +++ b/mate/32x32/actions/mark-location.png diff --git a/mate/32x32/actions/media-eject.png b/mate/32x32/actions/media-eject.png Binary files differindex 9ea5864..397a4b5 100644 --- a/mate/32x32/actions/media-eject.png +++ b/mate/32x32/actions/media-eject.png diff --git a/mate/32x32/actions/media-playback-pause.png b/mate/32x32/actions/media-playback-pause.png Binary files differindex 0ac0ca7..35f817a 100644 --- a/mate/32x32/actions/media-playback-pause.png +++ b/mate/32x32/actions/media-playback-pause.png diff --git a/mate/32x32/actions/media-playback-start-rtl.png b/mate/32x32/actions/media-playback-start-rtl.png Binary files differindex 177f084..f82c73b 100644 --- a/mate/32x32/actions/media-playback-start-rtl.png +++ b/mate/32x32/actions/media-playback-start-rtl.png diff --git a/mate/32x32/actions/media-playback-start.png b/mate/32x32/actions/media-playback-start.png Binary files differindex 580fcf9..9fa18a8 100644 --- a/mate/32x32/actions/media-playback-start.png +++ b/mate/32x32/actions/media-playback-start.png diff --git a/mate/32x32/actions/media-playback-stop.png b/mate/32x32/actions/media-playback-stop.png Binary files differindex dd02030..15adc8e 100644 --- a/mate/32x32/actions/media-playback-stop.png +++ b/mate/32x32/actions/media-playback-stop.png diff --git a/mate/32x32/actions/media-record.png b/mate/32x32/actions/media-record.png Binary files differindex ec2fd07..23bba48 100644 --- a/mate/32x32/actions/media-record.png +++ b/mate/32x32/actions/media-record.png diff --git a/mate/32x32/actions/media-seek-backward-rtl.png b/mate/32x32/actions/media-seek-backward-rtl.png Binary files differindex 8a84058..a7ed18d 100644..120000 --- a/mate/32x32/actions/media-seek-backward-rtl.png +++ b/mate/32x32/actions/media-seek-backward-rtl.png diff --git a/mate/32x32/actions/media-seek-backward.png b/mate/32x32/actions/media-seek-backward.png Binary files differindex 35c68ac..7165b90 100644 --- a/mate/32x32/actions/media-seek-backward.png +++ b/mate/32x32/actions/media-seek-backward.png diff --git a/mate/32x32/actions/media-seek-forward-rtl.png b/mate/32x32/actions/media-seek-forward-rtl.png Binary files differindex 18bb10a..f9ec51f 100644..120000 --- a/mate/32x32/actions/media-seek-forward-rtl.png +++ b/mate/32x32/actions/media-seek-forward-rtl.png diff --git a/mate/32x32/actions/media-seek-forward.png b/mate/32x32/actions/media-seek-forward.png Binary files differindex 63182d3..f2dd92a 100644 --- a/mate/32x32/actions/media-seek-forward.png +++ b/mate/32x32/actions/media-seek-forward.png diff --git a/mate/32x32/actions/media-skip-backward-rtl.png b/mate/32x32/actions/media-skip-backward-rtl.png Binary files differindex 6afee8b..b394164 100644..120000 --- a/mate/32x32/actions/media-skip-backward-rtl.png +++ b/mate/32x32/actions/media-skip-backward-rtl.png diff --git a/mate/32x32/actions/media-skip-backward.png b/mate/32x32/actions/media-skip-backward.png Binary files differindex 8434471..784c2cf 100644 --- a/mate/32x32/actions/media-skip-backward.png +++ b/mate/32x32/actions/media-skip-backward.png diff --git a/mate/32x32/actions/media-skip-forward-rtl.png b/mate/32x32/actions/media-skip-forward-rtl.png Binary files differindex 5e7b3a6..64f866b 100644..120000 --- a/mate/32x32/actions/media-skip-forward-rtl.png +++ b/mate/32x32/actions/media-skip-forward-rtl.png diff --git a/mate/32x32/actions/media-skip-forward.png b/mate/32x32/actions/media-skip-forward.png Binary files differindex 6afee8b..cd42cb1 100644 --- a/mate/32x32/actions/media-skip-forward.png +++ b/mate/32x32/actions/media-skip-forward.png diff --git a/mate/32x32/actions/object-flip-horizontal.png b/mate/32x32/actions/object-flip-horizontal.png Binary files differindex 8172ae9..096957f 100644 --- a/mate/32x32/actions/object-flip-horizontal.png +++ b/mate/32x32/actions/object-flip-horizontal.png diff --git a/mate/32x32/actions/object-flip-vertical.png b/mate/32x32/actions/object-flip-vertical.png Binary files differindex 26c3716..616feb3 100644 --- a/mate/32x32/actions/object-flip-vertical.png +++ b/mate/32x32/actions/object-flip-vertical.png diff --git a/mate/32x32/actions/object-rotate-left.png b/mate/32x32/actions/object-rotate-left.png Binary files differindex b792480..050f981 100644 --- a/mate/32x32/actions/object-rotate-left.png +++ b/mate/32x32/actions/object-rotate-left.png diff --git a/mate/32x32/actions/object-rotate-right.png b/mate/32x32/actions/object-rotate-right.png Binary files differindex da255ef..4981fe2 100644 --- a/mate/32x32/actions/object-rotate-right.png +++ b/mate/32x32/actions/object-rotate-right.png diff --git a/mate/32x32/actions/process-stop.png b/mate/32x32/actions/process-stop.png Binary files differindex 6dc8f93..7135f0f 100644 --- a/mate/32x32/actions/process-stop.png +++ b/mate/32x32/actions/process-stop.png diff --git a/mate/32x32/actions/system-lock-screen.png b/mate/32x32/actions/system-lock-screen.png Binary files differindex 2510386..5a51673 100644 --- a/mate/32x32/actions/system-lock-screen.png +++ b/mate/32x32/actions/system-lock-screen.png diff --git a/mate/32x32/actions/system-log-out.png b/mate/32x32/actions/system-log-out.png Binary files differindex a8504fd..773aa20 100644 --- a/mate/32x32/actions/system-log-out.png +++ b/mate/32x32/actions/system-log-out.png diff --git a/mate/32x32/actions/system-run.png b/mate/32x32/actions/system-run.png Binary files differindex 470bef0..17a0406 100644 --- a/mate/32x32/actions/system-run.png +++ b/mate/32x32/actions/system-run.png diff --git a/mate/32x32/actions/system-search.png b/mate/32x32/actions/system-search.png Binary files differindex bbb6931..58b3b7d 100644 --- a/mate/32x32/actions/system-search.png +++ b/mate/32x32/actions/system-search.png diff --git a/mate/32x32/actions/system-shutdown.png b/mate/32x32/actions/system-shutdown.png Binary files differindex 1cd85cd..d9cd6d2 100644 --- a/mate/32x32/actions/system-shutdown.png +++ b/mate/32x32/actions/system-shutdown.png diff --git a/mate/32x32/actions/tools-check-spelling.png b/mate/32x32/actions/tools-check-spelling.png Binary files differindex a5419ad..ba3f1db 100644 --- a/mate/32x32/actions/tools-check-spelling.png +++ b/mate/32x32/actions/tools-check-spelling.png diff --git a/mate/32x32/actions/view-fullscreen.png b/mate/32x32/actions/view-fullscreen.png Binary files differindex 87e64b2..32731ef 100644 --- a/mate/32x32/actions/view-fullscreen.png +++ b/mate/32x32/actions/view-fullscreen.png diff --git a/mate/32x32/actions/view-refresh.png b/mate/32x32/actions/view-refresh.png Binary files differindex 2c00ffb..c9ca6fc 100644 --- a/mate/32x32/actions/view-refresh.png +++ b/mate/32x32/actions/view-refresh.png diff --git a/mate/32x32/actions/view-restore.png b/mate/32x32/actions/view-restore.png Binary files differindex 347d05c..96181d9 100644 --- a/mate/32x32/actions/view-restore.png +++ b/mate/32x32/actions/view-restore.png diff --git a/mate/32x32/actions/view-sort-ascending.png b/mate/32x32/actions/view-sort-ascending.png Binary files differindex 16fb624..7541dbc 100644 --- a/mate/32x32/actions/view-sort-ascending.png +++ b/mate/32x32/actions/view-sort-ascending.png diff --git a/mate/32x32/actions/view-sort-descending.png b/mate/32x32/actions/view-sort-descending.png Binary files differindex e88bc10..7854d9b 100644 --- a/mate/32x32/actions/view-sort-descending.png +++ b/mate/32x32/actions/view-sort-descending.png diff --git a/mate/32x32/actions/window-close.png b/mate/32x32/actions/window-close.png Binary files differindex 1c395e1..0757ffd 100644 --- a/mate/32x32/actions/window-close.png +++ b/mate/32x32/actions/window-close.png diff --git a/mate/32x32/actions/window-new.png b/mate/32x32/actions/window-new.png Binary files differindex f203357..0b976ae 100644 --- a/mate/32x32/actions/window-new.png +++ b/mate/32x32/actions/window-new.png diff --git a/mate/32x32/actions/zoom-fit-best.png b/mate/32x32/actions/zoom-fit-best.png Binary files differindex f584e67..fcc437f 100644 --- a/mate/32x32/actions/zoom-fit-best.png +++ b/mate/32x32/actions/zoom-fit-best.png diff --git a/mate/32x32/actions/zoom-in.png b/mate/32x32/actions/zoom-in.png Binary files differindex c172457..dda56f6 100644 --- a/mate/32x32/actions/zoom-in.png +++ b/mate/32x32/actions/zoom-in.png diff --git a/mate/32x32/actions/zoom-original.png b/mate/32x32/actions/zoom-original.png Binary files differindex 1d948db..97ff738 100644 --- a/mate/32x32/actions/zoom-original.png +++ b/mate/32x32/actions/zoom-original.png diff --git a/mate/32x32/actions/zoom-out.png b/mate/32x32/actions/zoom-out.png Binary files differindex 7fde3bf..2d92884 100644 --- a/mate/32x32/actions/zoom-out.png +++ b/mate/32x32/actions/zoom-out.png diff --git a/mate/32x32/apps/Makefile.am b/mate/32x32/apps/Makefile.am index 1895e20..c54753b 100644 --- a/mate/32x32/apps/Makefile.am +++ b/mate/32x32/apps/Makefile.am @@ -160,7 +160,7 @@ preferences-system-windows.png: ../../../src/preferences-system-windows.svg system-users.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1103:142:1135:174 -w=32 -h=32 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-info.png: ../../../src/users.svg diff --git a/mate/32x32/apps/system-users.png b/mate/32x32/apps/system-users.png Binary files differindex 59b9f77..d127856 100644 --- a/mate/32x32/apps/system-users.png +++ b/mate/32x32/apps/system-users.png diff --git a/mate/32x32/emblems/Makefile.am b/mate/32x32/emblems/Makefile.am new file mode 100644 index 0000000..dfe4c8f --- /dev/null +++ b/mate/32x32/emblems/Makefile.am @@ -0,0 +1,119 @@ +NULL = + +png_icons = \ + emblem-default.png \ + emblem-documents.png \ + emblem-downloads.png \ + emblem-favorite.png \ + emblem-generic.png \ + emblem-important.png \ + emblem-mail.png \ + emblem-new.png \ + emblem-package.png \ + emblem-photos.png \ + emblem-readonly.png \ + emblem-shared.png \ + emblem-symbolic-link.png \ + emblem-synchronizing.png \ + emblem-system.png \ + emblem-unreadable.png \ + emblem-urgent.png \ + emblem-web.png \ + $(NULL) + +emblem-default.png: ../../../src/emblem-default.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-documents.png: ../../../src/emblem-documents.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-downloads.png: ../../../src/emblem-downloads.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-favorite.png: ../../../src/emblem-favorite.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-generic.png: ../../../src/emblem-generic.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-important.png: ../../../src/emblem-important.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-mail.png: ../../../src/emblem-mail.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:141:335:173 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-new.png: ../../../src/emblem-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:143:335:175 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-package.png: ../../../src/packages.svg + @echo " "$@ + @inkscape -z $^ --export-area=304:142:336:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-photos.png: ../../../src/emblem-photos.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-readonly.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:142:1135:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-shared.png: ../../../src/emblem-shared.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-symbolic-link.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-synchronizing.png: ../../../src/emblem-synchronizing.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-system.png: ../../../src/emblem-system.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-unreadable.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-urgent.png: ../../../src/emblem-urgent.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-web.png: ../../../src/emblem-web.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -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/emblems/emblem-default.png b/mate/32x32/emblems/emblem-default.png Binary files differindex 4caba38..1bd7f43 100644 --- a/mate/32x32/emblems/emblem-default.png +++ b/mate/32x32/emblems/emblem-default.png diff --git a/mate/32x32/emblems/emblem-documents.png b/mate/32x32/emblems/emblem-documents.png Binary files differindex 93fddb8..109edda 100644 --- a/mate/32x32/emblems/emblem-documents.png +++ b/mate/32x32/emblems/emblem-documents.png diff --git a/mate/32x32/emblems/emblem-downloads.png b/mate/32x32/emblems/emblem-downloads.png Binary files differindex de0d0b8..3b5977f 100644 --- a/mate/32x32/emblems/emblem-downloads.png +++ b/mate/32x32/emblems/emblem-downloads.png diff --git a/mate/32x32/emblems/emblem-favorite.png b/mate/32x32/emblems/emblem-favorite.png Binary files differindex c569834..02f05f2 100644 --- a/mate/32x32/emblems/emblem-favorite.png +++ b/mate/32x32/emblems/emblem-favorite.png diff --git a/mate/32x32/emblems/emblem-generic.png b/mate/32x32/emblems/emblem-generic.png Binary files differindex a922133..eb39322 100644 --- a/mate/32x32/emblems/emblem-generic.png +++ b/mate/32x32/emblems/emblem-generic.png diff --git a/mate/32x32/emblems/emblem-important.png b/mate/32x32/emblems/emblem-important.png Binary files differindex 40cc71d..6a083a2 100644 --- a/mate/32x32/emblems/emblem-important.png +++ b/mate/32x32/emblems/emblem-important.png diff --git a/mate/32x32/emblems/emblem-mail.png b/mate/32x32/emblems/emblem-mail.png Binary files differindex 5a708a8..bd26305 100644 --- a/mate/32x32/emblems/emblem-mail.png +++ b/mate/32x32/emblems/emblem-mail.png diff --git a/mate/32x32/emblems/emblem-new.png b/mate/32x32/emblems/emblem-new.png Binary files differindex cc86925..eebd129 100644 --- a/mate/32x32/emblems/emblem-new.png +++ b/mate/32x32/emblems/emblem-new.png diff --git a/mate/32x32/emblems/emblem-package.png b/mate/32x32/emblems/emblem-package.png Binary files differindex cf1aba2..8faf0e7 100644 --- a/mate/32x32/emblems/emblem-package.png +++ b/mate/32x32/emblems/emblem-package.png diff --git a/mate/32x32/emblems/emblem-photos.png b/mate/32x32/emblems/emblem-photos.png Binary files differindex 2369b6d..ac3bc1b 100644 --- a/mate/32x32/emblems/emblem-photos.png +++ b/mate/32x32/emblems/emblem-photos.png diff --git a/mate/32x32/emblems/emblem-readonly.png b/mate/32x32/emblems/emblem-readonly.png Binary files differindex fc86422..503babe 100644 --- a/mate/32x32/emblems/emblem-readonly.png +++ b/mate/32x32/emblems/emblem-readonly.png diff --git a/mate/32x32/emblems/emblem-shared.png b/mate/32x32/emblems/emblem-shared.png Binary files differindex 554d1c3..3990fde 100644 --- a/mate/32x32/emblems/emblem-shared.png +++ b/mate/32x32/emblems/emblem-shared.png diff --git a/mate/32x32/emblems/emblem-symbolic-link.png b/mate/32x32/emblems/emblem-symbolic-link.png Binary files differindex 6aa2b30..a121a33 100644 --- a/mate/32x32/emblems/emblem-symbolic-link.png +++ b/mate/32x32/emblems/emblem-symbolic-link.png diff --git a/mate/32x32/emblems/emblem-synchronizing.png b/mate/32x32/emblems/emblem-synchronizing.png Binary files differindex a5a5958..2d889c4 100644 --- a/mate/32x32/emblems/emblem-synchronizing.png +++ b/mate/32x32/emblems/emblem-synchronizing.png diff --git a/mate/32x32/emblems/emblem-system.png b/mate/32x32/emblems/emblem-system.png Binary files differindex 49d728d..fb74277 100644 --- a/mate/32x32/emblems/emblem-system.png +++ b/mate/32x32/emblems/emblem-system.png diff --git a/mate/32x32/emblems/emblem-unreadable.png b/mate/32x32/emblems/emblem-unreadable.png Binary files differindex a7d5c03..f6357b2 100644 --- a/mate/32x32/emblems/emblem-unreadable.png +++ b/mate/32x32/emblems/emblem-unreadable.png diff --git a/mate/32x32/emblems/emblem-urgent.png b/mate/32x32/emblems/emblem-urgent.png Binary files differindex d9b124f..1e18ee6 100644 --- a/mate/32x32/emblems/emblem-urgent.png +++ b/mate/32x32/emblems/emblem-urgent.png diff --git a/mate/32x32/emblems/emblem-web.png b/mate/32x32/emblems/emblem-web.png Binary files differindex b6a84ce..4e42923 100644 --- a/mate/32x32/emblems/emblem-web.png +++ b/mate/32x32/emblems/emblem-web.png diff --git a/mate/32x32/places/Makefile.am b/mate/32x32/places/Makefile.am new file mode 100644 index 0000000..c652822 --- /dev/null +++ b/mate/32x32/places/Makefile.am @@ -0,0 +1,94 @@ +NULL = + +png_icons = \ + network-server.png \ + network-workgroup.png \ + user-trash.png \ + $(NULL) + +folder-documents.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-download.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:442:735:474 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-music.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:442:1135:474 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-pictures.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:1042:335:1074 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-publicshare.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:142:1535:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-remote.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:742:1135:774 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-saved-search.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:742:735:774 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-templates.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:142:1135:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-videos.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:442:1535:474 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-server.png: ../../../src/network-server.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-workgroup.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:442:735:474 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-bookmarks.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1903:142:1935:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-desktop.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1903:442:1935:474 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-home.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:442:335:474 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-trash.png: ../../../src/trash.svg + @echo " "$@ + @inkscape -z $^ --export-area=702:142:734:174 -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/places/network-server.png b/mate/32x32/places/network-server.png Binary files differindex 81d0479..4a169c9 100644 --- a/mate/32x32/places/network-server.png +++ b/mate/32x32/places/network-server.png diff --git a/mate/32x32/places/network-workgroup.png b/mate/32x32/places/network-workgroup.png Binary files differindex d208ef7..1d3e426 100644 --- a/mate/32x32/places/network-workgroup.png +++ b/mate/32x32/places/network-workgroup.png diff --git a/mate/32x32/places/user-trash.png b/mate/32x32/places/user-trash.png Binary files differindex 1ee9206..1943259 100644 --- a/mate/32x32/places/user-trash.png +++ b/mate/32x32/places/user-trash.png diff --git a/mate/32x32/status/Makefile.am b/mate/32x32/status/Makefile.am new file mode 100644 index 0000000..d510f51 --- /dev/null +++ b/mate/32x32/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=303:136:335:168 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +appointment-soon.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:436:735:468 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-high.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:442:335:474 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-low.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-medium.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:442:735:474 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-muted.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-off.png: ../../../src/audio-volume-off.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +avatar-default.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-caution-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=323:442:355:474 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-caution.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:742:1135:774 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-empty.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:-178:735:-146 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full-charged.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:-488:735:-456 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:442:735:474 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-good-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:142:1135:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-good.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:442:1135:474 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-low-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:-178:1135:-146 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-low.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:742:735:774 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-missing.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:-178:335:-146 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +changes-allow.png: ../../../src/changes.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +changes-prevent.png: ../../../src/changes.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +computer-fail.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1903:142:1935:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-error.png: ../../../src/dialog-error.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-information.png: ../../../src/dialog-information.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-password.png: ../../../src/dialog-password.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-question.png: ../../../src/dialog-question.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-warning.png: ../../../src/dialog-warning.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-drag-accept.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-open.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-visiting.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +image-loading.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=700:139:732:171 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +image-missing.png: ../../../src/photos.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-attachment.png: ../../../src/mail-attachment.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-read.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-replied.png: ../../../src/mail-replied.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-unread.png: ../../../src/mail-unread.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playlist-repeat.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=53:62:85:94 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playlist-shuffle.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=13:62:45:94 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-muted.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=450:154:482:186 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-low.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=530:154:562:186 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-medium.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=610:154:642:186 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-high.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=690:154:722:186 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-error.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:442:1135:474 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-idle.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-offline.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:442:1535:474 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-receive.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:142:1535:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-transmit.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:142:1135:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-transmit-receive.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-error.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:134:735:166 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-printing.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:434:735:466 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-high.png: ../../../src/security-high.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-low.png: ../../../src/security-low.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-medium.png: ../../../src/security-medium.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +software-update-available.png: ../../../src/software-update.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +software-update-urgent.png: ../../../src/software-update.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +non-starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=299:143:331:175 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +semi-starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=723:442:755:474 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +semi-starred-rtl.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=723:142:755:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:442:335:474 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +task-due.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +task-past-due.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-bronze.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:140:1135:172 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-gold.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:140:335:172 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-silver.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:140:735:172 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-available.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1213:142:1245:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-offline.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1273:142:1305:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-idle.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1333:142:1365:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-away.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1393:142:1425:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-invisible.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1453:142:1485:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-busy.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1513:142:1545:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-trash-full.png: ../../../src/trash.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-clear-night.png: ../../../src/weather-clear-night.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-clear.png: ../../../src/weather-clear.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-few-clouds-night.png: ../../../src/weather-few-clouds-night.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-few-clouds.png: ../../../src/weather-few-clouds.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-fog.png: ../../../src/weather-fog.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-overcast.png: ../../../src/weather-overcast.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-severe-alert.png: ../../../src/weather-severe-alert.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-showers.png: ../../../src/weather-showers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-showers-scattered.png: ../../../src/weather-showers-scattered.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-snow.png: ../../../src/weather-snow.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-storm.png: ../../../src/weather-storm.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -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/status/appointment-missed.png b/mate/32x32/status/appointment-missed.png Binary files differindex c4660b4..f4567ad 100644 --- a/mate/32x32/status/appointment-missed.png +++ b/mate/32x32/status/appointment-missed.png diff --git a/mate/32x32/status/appointment-soon.png b/mate/32x32/status/appointment-soon.png Binary files differindex c065baf..7badf4c 100644 --- a/mate/32x32/status/appointment-soon.png +++ b/mate/32x32/status/appointment-soon.png diff --git a/mate/32x32/status/audio-volume-high.png b/mate/32x32/status/audio-volume-high.png Binary files differindex cdf0b46..f2187ba 100644 --- a/mate/32x32/status/audio-volume-high.png +++ b/mate/32x32/status/audio-volume-high.png diff --git a/mate/32x32/status/audio-volume-low.png b/mate/32x32/status/audio-volume-low.png Binary files differindex 8949da6..e8dfbca 100644 --- a/mate/32x32/status/audio-volume-low.png +++ b/mate/32x32/status/audio-volume-low.png diff --git a/mate/32x32/status/audio-volume-medium.png b/mate/32x32/status/audio-volume-medium.png Binary files differindex 6d260bf..8223b32 100644 --- a/mate/32x32/status/audio-volume-medium.png +++ b/mate/32x32/status/audio-volume-medium.png diff --git a/mate/32x32/status/audio-volume-muted.png b/mate/32x32/status/audio-volume-muted.png Binary files differindex b41dcb3..3aab8ff 100644 --- a/mate/32x32/status/audio-volume-muted.png +++ b/mate/32x32/status/audio-volume-muted.png diff --git a/mate/32x32/status/audio-volume-off.png b/mate/32x32/status/audio-volume-off.png Binary files differindex cf4fb54..8400a21 100644 --- a/mate/32x32/status/audio-volume-off.png +++ b/mate/32x32/status/audio-volume-off.png diff --git a/mate/32x32/status/avatar-default.png b/mate/32x32/status/avatar-default.png Binary files differindex b4f31d4..59b9f77 100644 --- a/mate/32x32/status/avatar-default.png +++ b/mate/32x32/status/avatar-default.png diff --git a/mate/32x32/status/battery-caution-charging.png b/mate/32x32/status/battery-caution-charging.png Binary files differindex c22f0af..1352d10 100644 --- a/mate/32x32/status/battery-caution-charging.png +++ b/mate/32x32/status/battery-caution-charging.png diff --git a/mate/32x32/status/battery-caution.png b/mate/32x32/status/battery-caution.png Binary files differindex 5e667cc..92b2919 100644 --- a/mate/32x32/status/battery-caution.png +++ b/mate/32x32/status/battery-caution.png diff --git a/mate/32x32/status/battery-empty.png b/mate/32x32/status/battery-empty.png Binary files differindex c7045d5..9e05267 100644 --- a/mate/32x32/status/battery-empty.png +++ b/mate/32x32/status/battery-empty.png diff --git a/mate/32x32/status/battery-full-charged.png b/mate/32x32/status/battery-full-charged.png Binary files differindex 7a248af..78b0242 100644 --- a/mate/32x32/status/battery-full-charged.png +++ b/mate/32x32/status/battery-full-charged.png diff --git a/mate/32x32/status/battery-full-charging.png b/mate/32x32/status/battery-full-charging.png Binary files differindex c352fe7..1cf5d17 100644 --- a/mate/32x32/status/battery-full-charging.png +++ b/mate/32x32/status/battery-full-charging.png diff --git a/mate/32x32/status/battery-full.png b/mate/32x32/status/battery-full.png Binary files differindex f80529b..607c74e 100644 --- a/mate/32x32/status/battery-full.png +++ b/mate/32x32/status/battery-full.png diff --git a/mate/32x32/status/battery-good-charging.png b/mate/32x32/status/battery-good-charging.png Binary files differindex cc2a9bf..270b074 100644 --- a/mate/32x32/status/battery-good-charging.png +++ b/mate/32x32/status/battery-good-charging.png diff --git a/mate/32x32/status/battery-good.png b/mate/32x32/status/battery-good.png Binary files differindex 8bae646..79ab5cf 100644 --- a/mate/32x32/status/battery-good.png +++ b/mate/32x32/status/battery-good.png diff --git a/mate/32x32/status/battery-low-charging.png b/mate/32x32/status/battery-low-charging.png Binary files differindex f999837..d597f16 100644 --- a/mate/32x32/status/battery-low-charging.png +++ b/mate/32x32/status/battery-low-charging.png diff --git a/mate/32x32/status/battery-low.png b/mate/32x32/status/battery-low.png Binary files differindex bba45d7..e0e0068 100644 --- a/mate/32x32/status/battery-low.png +++ b/mate/32x32/status/battery-low.png diff --git a/mate/32x32/status/battery-missing.png b/mate/32x32/status/battery-missing.png Binary files differindex 632907e..66d0b72 100644 --- a/mate/32x32/status/battery-missing.png +++ b/mate/32x32/status/battery-missing.png diff --git a/mate/32x32/status/changes-allow.png b/mate/32x32/status/changes-allow.png Binary files differindex a69c54f..ee8c315 100644 --- a/mate/32x32/status/changes-allow.png +++ b/mate/32x32/status/changes-allow.png diff --git a/mate/32x32/status/changes-prevent.png b/mate/32x32/status/changes-prevent.png Binary files differindex 93f7ab8..48b52fa 100644 --- a/mate/32x32/status/changes-prevent.png +++ b/mate/32x32/status/changes-prevent.png diff --git a/mate/32x32/status/computer-fail.png b/mate/32x32/status/computer-fail.png Binary files differindex cb2f0a4..1df063c 100644 --- a/mate/32x32/status/computer-fail.png +++ b/mate/32x32/status/computer-fail.png diff --git a/mate/32x32/status/dialog-error.png b/mate/32x32/status/dialog-error.png Binary files differindex d58f363..813262e 100644 --- a/mate/32x32/status/dialog-error.png +++ b/mate/32x32/status/dialog-error.png diff --git a/mate/32x32/status/dialog-information.png b/mate/32x32/status/dialog-information.png Binary files differindex d46095a..7d17089 100644 --- a/mate/32x32/status/dialog-information.png +++ b/mate/32x32/status/dialog-information.png diff --git a/mate/32x32/status/dialog-password.png b/mate/32x32/status/dialog-password.png Binary files differindex 0c82905..464115a 100644 --- a/mate/32x32/status/dialog-password.png +++ b/mate/32x32/status/dialog-password.png diff --git a/mate/32x32/status/dialog-question.png b/mate/32x32/status/dialog-question.png Binary files differindex 2cb857f..2379ac2 100644 --- a/mate/32x32/status/dialog-question.png +++ b/mate/32x32/status/dialog-question.png diff --git a/mate/32x32/status/dialog-warning.png b/mate/32x32/status/dialog-warning.png Binary files differindex 3d7cdb5..2feb90a 100644 --- a/mate/32x32/status/dialog-warning.png +++ b/mate/32x32/status/dialog-warning.png diff --git a/mate/32x32/status/image-loading.png b/mate/32x32/status/image-loading.png Binary files differindex 7b725a6..1a13fb3 100644 --- a/mate/32x32/status/image-loading.png +++ b/mate/32x32/status/image-loading.png diff --git a/mate/32x32/status/image-missing.png b/mate/32x32/status/image-missing.png Binary files differindex d8b7e5a..006e70c 100644 --- a/mate/32x32/status/image-missing.png +++ b/mate/32x32/status/image-missing.png diff --git a/mate/32x32/status/mail-attachment.png b/mate/32x32/status/mail-attachment.png Binary files differindex 670d67b..3745f3b 100644 --- a/mate/32x32/status/mail-attachment.png +++ b/mate/32x32/status/mail-attachment.png diff --git a/mate/32x32/status/mail-read.png b/mate/32x32/status/mail-read.png Binary files differindex 4e7f165..4daf577 100644 --- a/mate/32x32/status/mail-read.png +++ b/mate/32x32/status/mail-read.png diff --git a/mate/32x32/status/mail-replied.png b/mate/32x32/status/mail-replied.png Binary files differindex 3a6b0d0..0f10d6c 100644 --- a/mate/32x32/status/mail-replied.png +++ b/mate/32x32/status/mail-replied.png diff --git a/mate/32x32/status/mail-unread.png b/mate/32x32/status/mail-unread.png Binary files differindex d2af300..bea8d0e 100644 --- a/mate/32x32/status/mail-unread.png +++ b/mate/32x32/status/mail-unread.png diff --git a/mate/32x32/status/media-playlist-repeat.png b/mate/32x32/status/media-playlist-repeat.png Binary files differindex b064601..4bdc510 100644 --- a/mate/32x32/status/media-playlist-repeat.png +++ b/mate/32x32/status/media-playlist-repeat.png diff --git a/mate/32x32/status/media-playlist-shuffle.png b/mate/32x32/status/media-playlist-shuffle.png Binary files differindex 096e4f2..af404d4 100644 --- a/mate/32x32/status/media-playlist-shuffle.png +++ b/mate/32x32/status/media-playlist-shuffle.png diff --git a/mate/32x32/status/microphone-sensitivity-high.png b/mate/32x32/status/microphone-sensitivity-high.png Binary files differindex 77fb5fd..d1a4864 100644 --- a/mate/32x32/status/microphone-sensitivity-high.png +++ b/mate/32x32/status/microphone-sensitivity-high.png diff --git a/mate/32x32/status/microphone-sensitivity-low.png b/mate/32x32/status/microphone-sensitivity-low.png Binary files differindex 537e28b..88ba3d0 100644 --- a/mate/32x32/status/microphone-sensitivity-low.png +++ b/mate/32x32/status/microphone-sensitivity-low.png diff --git a/mate/32x32/status/microphone-sensitivity-medium.png b/mate/32x32/status/microphone-sensitivity-medium.png Binary files differindex 89726e9..8ead1bf 100644 --- a/mate/32x32/status/microphone-sensitivity-medium.png +++ b/mate/32x32/status/microphone-sensitivity-medium.png diff --git a/mate/32x32/status/microphone-sensitivity-muted.png b/mate/32x32/status/microphone-sensitivity-muted.png Binary files differindex f4d7cf9..91c4468 100644 --- a/mate/32x32/status/microphone-sensitivity-muted.png +++ b/mate/32x32/status/microphone-sensitivity-muted.png diff --git a/mate/32x32/status/network-error.png b/mate/32x32/status/network-error.png Binary files differindex 7c91d24..f363fac 100644 --- a/mate/32x32/status/network-error.png +++ b/mate/32x32/status/network-error.png diff --git a/mate/32x32/status/network-idle.png b/mate/32x32/status/network-idle.png Binary files differindex 5558f1c..61f44ef 100644 --- a/mate/32x32/status/network-idle.png +++ b/mate/32x32/status/network-idle.png diff --git a/mate/32x32/status/network-offline.png b/mate/32x32/status/network-offline.png Binary files differindex f0d8a4a..e67f579 100644 --- a/mate/32x32/status/network-offline.png +++ b/mate/32x32/status/network-offline.png diff --git a/mate/32x32/status/network-receive.png b/mate/32x32/status/network-receive.png Binary files differindex 8d7b76d..6cc49dc 100644 --- a/mate/32x32/status/network-receive.png +++ b/mate/32x32/status/network-receive.png diff --git a/mate/32x32/status/network-transmit-receive.png b/mate/32x32/status/network-transmit-receive.png Binary files differindex 0baa8fc..e919ab8 100644 --- a/mate/32x32/status/network-transmit-receive.png +++ b/mate/32x32/status/network-transmit-receive.png diff --git a/mate/32x32/status/network-transmit.png b/mate/32x32/status/network-transmit.png Binary files differindex 032334d..957fdeb 100644 --- a/mate/32x32/status/network-transmit.png +++ b/mate/32x32/status/network-transmit.png diff --git a/mate/32x32/status/non-starred.png b/mate/32x32/status/non-starred.png Binary files differindex 93d3273..d95ceca 100644 --- a/mate/32x32/status/non-starred.png +++ b/mate/32x32/status/non-starred.png diff --git a/mate/32x32/status/printer-error.png b/mate/32x32/status/printer-error.png Binary files differindex 582511f..89f03b4 100644 --- a/mate/32x32/status/printer-error.png +++ b/mate/32x32/status/printer-error.png diff --git a/mate/32x32/status/printer-printing.png b/mate/32x32/status/printer-printing.png Binary files differindex 0d47184..b096f43 100644 --- a/mate/32x32/status/printer-printing.png +++ b/mate/32x32/status/printer-printing.png diff --git a/mate/32x32/status/security-high.png b/mate/32x32/status/security-high.png Binary files differindex 12ff9e0..0666d06 100644 --- a/mate/32x32/status/security-high.png +++ b/mate/32x32/status/security-high.png diff --git a/mate/32x32/status/security-low.png b/mate/32x32/status/security-low.png Binary files differindex 4c68e35..fff33dc 100644 --- a/mate/32x32/status/security-low.png +++ b/mate/32x32/status/security-low.png diff --git a/mate/32x32/status/security-medium.png b/mate/32x32/status/security-medium.png Binary files differindex e64d43d..25a0dc0 100644 --- a/mate/32x32/status/security-medium.png +++ b/mate/32x32/status/security-medium.png diff --git a/mate/32x32/status/semi-starred-rtl.png b/mate/32x32/status/semi-starred-rtl.png Binary files differindex 040c9b5..857c3c1 100644 --- a/mate/32x32/status/semi-starred-rtl.png +++ b/mate/32x32/status/semi-starred-rtl.png diff --git a/mate/32x32/status/semi-starred.png b/mate/32x32/status/semi-starred.png Binary files differindex 3768475..6718448 100644 --- a/mate/32x32/status/semi-starred.png +++ b/mate/32x32/status/semi-starred.png diff --git a/mate/32x32/status/software-update-available.png b/mate/32x32/status/software-update-available.png Binary files differindex f63b4d8..82c7b89 100644 --- a/mate/32x32/status/software-update-available.png +++ b/mate/32x32/status/software-update-available.png diff --git a/mate/32x32/status/software-update-urgent.png b/mate/32x32/status/software-update-urgent.png Binary files differindex d2baed6..b84dbe2 100644 --- a/mate/32x32/status/software-update-urgent.png +++ b/mate/32x32/status/software-update-urgent.png diff --git a/mate/32x32/status/starred.png b/mate/32x32/status/starred.png Binary files differindex c7adaf9..9783f46 100644 --- a/mate/32x32/status/starred.png +++ b/mate/32x32/status/starred.png diff --git a/mate/32x32/status/task-due.png b/mate/32x32/status/task-due.png Binary files differindex 6fffff2..f5defa1 100644 --- a/mate/32x32/status/task-due.png +++ b/mate/32x32/status/task-due.png diff --git a/mate/32x32/status/task-past-due.png b/mate/32x32/status/task-past-due.png Binary files differindex 0dde106..f362edc 100644 --- a/mate/32x32/status/task-past-due.png +++ b/mate/32x32/status/task-past-due.png diff --git a/mate/32x32/status/trophy-bronze.png b/mate/32x32/status/trophy-bronze.png Binary files differindex 748c175..a9f2352 100644 --- a/mate/32x32/status/trophy-bronze.png +++ b/mate/32x32/status/trophy-bronze.png diff --git a/mate/32x32/status/trophy-gold.png b/mate/32x32/status/trophy-gold.png Binary files differindex 4334a9b..b6f6458 100644 --- a/mate/32x32/status/trophy-gold.png +++ b/mate/32x32/status/trophy-gold.png diff --git a/mate/32x32/status/trophy-silver.png b/mate/32x32/status/trophy-silver.png Binary files differindex 28c8d22..2f376ed 100644 --- a/mate/32x32/status/trophy-silver.png +++ b/mate/32x32/status/trophy-silver.png diff --git a/mate/32x32/status/user-available.png b/mate/32x32/status/user-available.png Binary files differindex b64e545..47127eb 100644 --- a/mate/32x32/status/user-available.png +++ b/mate/32x32/status/user-available.png diff --git a/mate/32x32/status/user-away.png b/mate/32x32/status/user-away.png Binary files differindex 45bcc7f..f0f1685 100644 --- a/mate/32x32/status/user-away.png +++ b/mate/32x32/status/user-away.png diff --git a/mate/32x32/status/user-busy.png b/mate/32x32/status/user-busy.png Binary files differindex ab94157..f6f8e50 100644 --- a/mate/32x32/status/user-busy.png +++ b/mate/32x32/status/user-busy.png diff --git a/mate/32x32/status/user-idle.png b/mate/32x32/status/user-idle.png Binary files differindex 1771824..9822cb9 100644 --- a/mate/32x32/status/user-idle.png +++ b/mate/32x32/status/user-idle.png diff --git a/mate/32x32/status/user-invisible.png b/mate/32x32/status/user-invisible.png Binary files differindex 0db5830..7fe2ac2 100644 --- a/mate/32x32/status/user-invisible.png +++ b/mate/32x32/status/user-invisible.png diff --git a/mate/32x32/status/user-offline.png b/mate/32x32/status/user-offline.png Binary files differindex cbd786e..6ccc76f 100644 --- a/mate/32x32/status/user-offline.png +++ b/mate/32x32/status/user-offline.png diff --git a/mate/32x32/status/user-trash-full.png b/mate/32x32/status/user-trash-full.png Binary files differindex f37f3e3..818db66 100644 --- a/mate/32x32/status/user-trash-full.png +++ b/mate/32x32/status/user-trash-full.png diff --git a/mate/32x32/status/weather-clear-night.png b/mate/32x32/status/weather-clear-night.png Binary files differindex 926274f..89f09a7 100644 --- a/mate/32x32/status/weather-clear-night.png +++ b/mate/32x32/status/weather-clear-night.png diff --git a/mate/32x32/status/weather-clear.png b/mate/32x32/status/weather-clear.png Binary files differindex 8c65a17..0c68015 100644 --- a/mate/32x32/status/weather-clear.png +++ b/mate/32x32/status/weather-clear.png diff --git a/mate/32x32/status/weather-few-clouds-night.png b/mate/32x32/status/weather-few-clouds-night.png Binary files differindex c80c334..d898421 100644 --- a/mate/32x32/status/weather-few-clouds-night.png +++ b/mate/32x32/status/weather-few-clouds-night.png diff --git a/mate/32x32/status/weather-few-clouds.png b/mate/32x32/status/weather-few-clouds.png Binary files differindex ca379dc..1ac0c0c 100644 --- a/mate/32x32/status/weather-few-clouds.png +++ b/mate/32x32/status/weather-few-clouds.png diff --git a/mate/32x32/status/weather-fog.png b/mate/32x32/status/weather-fog.png Binary files differindex dea9bbf..000e661 100644 --- a/mate/32x32/status/weather-fog.png +++ b/mate/32x32/status/weather-fog.png diff --git a/mate/32x32/status/weather-overcast.png b/mate/32x32/status/weather-overcast.png Binary files differindex bc4d34a..59be005 100644 --- a/mate/32x32/status/weather-overcast.png +++ b/mate/32x32/status/weather-overcast.png diff --git a/mate/32x32/status/weather-severe-alert.png b/mate/32x32/status/weather-severe-alert.png Binary files differindex a01e96e..c1380d2 100644 --- a/mate/32x32/status/weather-severe-alert.png +++ b/mate/32x32/status/weather-severe-alert.png diff --git a/mate/32x32/status/weather-showers-scattered.png b/mate/32x32/status/weather-showers-scattered.png Binary files differindex cbeb504..48f643d 100644 --- a/mate/32x32/status/weather-showers-scattered.png +++ b/mate/32x32/status/weather-showers-scattered.png diff --git a/mate/32x32/status/weather-showers.png b/mate/32x32/status/weather-showers.png Binary files differindex e3cd8a8..7b96f0e 100644 --- a/mate/32x32/status/weather-showers.png +++ b/mate/32x32/status/weather-showers.png diff --git a/mate/32x32/status/weather-snow.png b/mate/32x32/status/weather-snow.png Binary files differindex f847e7a..ae82103 100644 --- a/mate/32x32/status/weather-snow.png +++ b/mate/32x32/status/weather-snow.png diff --git a/mate/32x32/status/weather-storm.png b/mate/32x32/status/weather-storm.png Binary files differindex 53fbca5..fefe264 100644 --- a/mate/32x32/status/weather-storm.png +++ b/mate/32x32/status/weather-storm.png diff --git a/mate/48x48/Makefile.am b/mate/48x48/Makefile.am index b3dafbb..160fec0 100644 --- a/mate/48x48/Makefile.am +++ b/mate/48x48/Makefile.am @@ -1,13 +1,21 @@ NULL = DIST_SUBDIRS = \ + actions \ apps \ categories \ devices \ + emblems \ + places \ + status \ $(NULL) SUBDIRS = \ + actions \ apps \ categories \ devices \ + emblems \ + places \ + status \ $(NULL) diff --git a/mate/48x48/actions/Makefile.am b/mate/48x48/actions/Makefile.am new file mode 100644 index 0000000..7b42d45 --- /dev/null +++ b/mate/48x48/actions/Makefile.am @@ -0,0 +1,664 @@ +NULL = + +png_icons = \ + address-book-new.png \ + application-exit.png \ + appointment-new.png \ + bookmark-new.png \ + call-start.png \ + call-stop.png \ + contact-new.png \ + document-new.png \ + document-open-recent.png \ + document-page-setup.png \ + document-print.png \ + document-print-preview.png \ + document-properties.png \ + document-revert.png \ + document-revert-rtl.png \ + document-save-as.png \ + document-save.png \ + document-send.png \ + edit-clear.png \ + edit-clear-rtl.png \ + edit-copy.png \ + edit-cut.png \ + edit-delete.png \ + edit-find.png \ + edit-find-replace.png \ + edit-paste.png \ + edit-redo.png \ + edit-redo-rtl.png \ + edit-select-all.png \ + edit-undo.png \ + edit-undo-rtl.png \ + format-indent-less.png \ + format-indent-less-rtl.png \ + format-indent-more.png \ + format-indent-more-rtl.png \ + format-justify-center.png \ + format-justify-fill.png \ + format-justify-left.png \ + format-justify-right.png \ + format-text-bold.png \ + format-text-direction-ltr.png \ + format-text-direction-rtl.png \ + format-text-italic.png \ + format-text-strikethrough.png \ + format-text-underline.png \ + go-bottom.png \ + go-down.png \ + go-first.png \ + go-home.png \ + go-jump.png \ + go-last.png \ + go-next.png \ + go-previous.png \ + go-top.png \ + go-up.png \ + help-about.png \ + help-faq.png \ + insert-image.png \ + insert-link.png \ + insert-object.png \ + insert-text.png \ + list-add.png \ + list-remove.png \ + mail-forward.png \ + mail-mark-important.png \ + mail-mark-junk.png \ + mail-mark-notjunk.png \ + mail-mark-read.png \ + mail-mark-unread.png \ + mail-message-new.png \ + mail-reply-all.png \ + mail-reply-sender.png \ + mail-send.png \ + mail-send-receive.png \ + mark-location.png \ + media-eject.png \ + media-playback-pause.png \ + media-playback-start.png \ + media-playback-start-rtl.png \ + media-playback-stop.png \ + media-record.png \ + media-seek-backward.png \ + media-seek-forward.png \ + media-skip-backward.png \ + media-skip-forward.png \ + object-flip-horizontal.png \ + object-flip-vertical.png \ + object-rotate-left.png \ + object-rotate-right.png \ + process-stop.png \ + system-lock-screen.png \ + system-log-out.png \ + system-run.png \ + system-search.png \ + system-shutdown.png \ + tools-check-spelling.png \ + view-fullscreen.png \ + view-refresh.png \ + view-restore.png \ + view-sort-ascending.png \ + view-sort-descending.png \ + window-close.png \ + window-new.png \ + zoom-fit-best.png \ + zoom-in.png \ + zoom-original.png \ + zoom-out.png \ + $(NULL) + +address-book-new.png: ../../../src/x-office-address-book.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +application-exit.png:../../../src/application-exit.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +appointment-new.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:497:344:545 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +bookmark-new.png: ../../../src/bookmark-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:203:344:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +call-start.png: ../../../src/call-start.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +call-stop.png: ../../../src/call-stop.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +contact-new.png: ../../../src/contact-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-new.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=701:499:749:547 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1496:802:1544:850 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open-recent.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:197:744:245 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-page-setup.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=301:199:349:247 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:197:344:245 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print-preview.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:497:1144:545 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-properties.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1101:499:1149:547 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1901:499:1949:547 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert-rtl.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1498:199:1546:247 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save-as.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:203:1144:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=697:203:745:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-send.png: ../../../src/document-send.svg + @echo " "$@ + @inkscape -z $^ --export-area=297:203:345:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-clear.png: ../../../src/edit-clear-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-clear-rtl.png: ../../../src/edit-clear-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=344:202:296:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -flop $@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-copy.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:502:744:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-cut.png: ../../../src/edit-cut.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-delete.png: ../../../src/edit-delete.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=299:202:347:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find-replace.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=699:202:747:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-paste.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:502:344:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-redo.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=75:148:123:196 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-redo-rtl.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=134:148:182:196 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-select-all.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1501:499:1549:547 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-undo.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=16:148:64:196 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-undo-rtl.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=195:148:243:196 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-new.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:802:344:850 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-less-rtl.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=-115:144:-67:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-more-rtl.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=-55:144:-7:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-less.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=5:144:53:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-more.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=65:144:113:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-left.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=125:144:173:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-center.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=185:144:233:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-right.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=245:144:293:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-fill.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=305:144:353:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-bold.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=365:144:413:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-direction-ltr.png: ../../../src/format-text-direction-ltr.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-direction-rtl.png: ../../../src/format-text-direction-rtl.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-italic.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=425:144:473:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-strikethrough.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=485:144:533:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-underline.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=545:144:593:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-jump.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=30:158:78:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-bottom.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=106:158:154:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-down.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=187:158:235:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-top.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=276:158:324:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-up.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=366:158:414:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-first.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=456:158:504:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-previous.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=536:158:584:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-refresh.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=616:158:664:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +process-stop.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=695:158:743:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-next.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=775:158:823:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-last.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=855:158:903:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-home.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=936:158:984:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +help-about.png: ../../../src/help-about.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +help-faq.png: ../../../src/help-faq.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-image.png: ../../../src/insert-image.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-link.png: ../../../src/insert-link.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-object.png: ../../../src/insert-object.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-text.png: ../../../src/insert-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +list-add.png: ../../../src/list-add-remove.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +list-remove.png: ../../../src/list-add-remove.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-forward.png: ../../../src/mail-forward.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-important.png: ../../../src/mail-mark-important.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-junk.png: ../../../src/mail-mark-junk.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-notjunk.png: ../../../src/mail-mark-notjunk.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:189:344:237 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-read.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=1496:202:1544:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-unread.png: ../../../src/mail-mark-unread.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-message-new.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-reply-all.png: ../../../src/mail-reply-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-reply-sender.png: ../../../src/mail-reply-sender.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-send.png: ../../../src/mail-send.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-send-receive.png: ../../../src/mail-send-receive.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mark-location.png: ../../../src/mark-location.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-eject.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=105:102:153:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-skip-backward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=157:102:205:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-seek-backward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=207:102:255:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-pause.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=257:102:305:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-start.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=307:102:355:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-stop.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=357:102:405:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-seek-forward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=407:102:455:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-skip-forward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=457:102:505:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-record.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=507:102:555:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-start-rtl.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=546:102:594:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-flip-horizontal.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=16:154:64:202 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-flip-vertical.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=76:154:124:202 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-rotate-left.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=136:154:184:202 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-rotate-right.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=196:154:244:202 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-lock-screen.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-log-out.png: ../../../src/system-log-out.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-run.png: ../../../src/system-run.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-search.png: ../../../src/system-search.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-shutdown.png: ../../../src/system-shutdown.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +tools-check-spelling.png: ../../../src/tools-check-spelling.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-fullscreen.png: ../../../src/view-fullscreen-restore.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-restore.png: ../../../src/view-fullscreen-restore.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-sort-ascending.png: ../../../src/view-sort.svg + @echo " "$@ + @inkscape -z $^ --export-area=13:203:61:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-sort-descending.png: ../../../src/view-sort.svg + @echo " "$@ + @inkscape -z $^ --export-area=73:203:121:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +window-close.png: ../../../src/window-close.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +window-new.png: ../../../src/window-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-fit-best.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-in.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:502:344:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-original.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-out.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:502:744: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/actions/address-book-new.png b/mate/48x48/actions/address-book-new.png Binary files differindex aa7c4e0..537d190 100644 --- a/mate/48x48/actions/address-book-new.png +++ b/mate/48x48/actions/address-book-new.png diff --git a/mate/48x48/actions/application-exit.png b/mate/48x48/actions/application-exit.png Binary files differindex 2d0cd61..cf65ad4 100644 --- a/mate/48x48/actions/application-exit.png +++ b/mate/48x48/actions/application-exit.png diff --git a/mate/48x48/actions/appointment-new.png b/mate/48x48/actions/appointment-new.png Binary files differindex bcd3843..bd313da 100644 --- a/mate/48x48/actions/appointment-new.png +++ b/mate/48x48/actions/appointment-new.png diff --git a/mate/48x48/actions/bookmark-new.png b/mate/48x48/actions/bookmark-new.png Binary files differindex 93a4b93..cea02c6 100644 --- a/mate/48x48/actions/bookmark-new.png +++ b/mate/48x48/actions/bookmark-new.png diff --git a/mate/48x48/actions/call-start.png b/mate/48x48/actions/call-start.png Binary files differindex c91bece..fbc4920 100644 --- a/mate/48x48/actions/call-start.png +++ b/mate/48x48/actions/call-start.png diff --git a/mate/48x48/actions/call-stop.png b/mate/48x48/actions/call-stop.png Binary files differindex 4bc6809..4013551 100644 --- a/mate/48x48/actions/call-stop.png +++ b/mate/48x48/actions/call-stop.png diff --git a/mate/48x48/actions/contact-new.png b/mate/48x48/actions/contact-new.png Binary files differindex 47902fd..52dd08b 100644 --- a/mate/48x48/actions/contact-new.png +++ b/mate/48x48/actions/contact-new.png diff --git a/mate/48x48/actions/document-new.png b/mate/48x48/actions/document-new.png Binary files differindex 1bf38e8..07f65c2 100644 --- a/mate/48x48/actions/document-new.png +++ b/mate/48x48/actions/document-new.png diff --git a/mate/48x48/actions/document-open-recent.png b/mate/48x48/actions/document-open-recent.png Binary files differindex c50d71d..a1f42f2 100644 --- a/mate/48x48/actions/document-open-recent.png +++ b/mate/48x48/actions/document-open-recent.png diff --git a/mate/48x48/actions/document-page-setup.png b/mate/48x48/actions/document-page-setup.png Binary files differindex b455f2b..85d1b71 100644 --- a/mate/48x48/actions/document-page-setup.png +++ b/mate/48x48/actions/document-page-setup.png diff --git a/mate/48x48/actions/document-print-preview.png b/mate/48x48/actions/document-print-preview.png Binary files differindex 93d860c..a12d3d2 100644 --- a/mate/48x48/actions/document-print-preview.png +++ b/mate/48x48/actions/document-print-preview.png diff --git a/mate/48x48/actions/document-print.png b/mate/48x48/actions/document-print.png Binary files differindex bbde279..deb59e5 100644 --- a/mate/48x48/actions/document-print.png +++ b/mate/48x48/actions/document-print.png diff --git a/mate/48x48/actions/document-properties.png b/mate/48x48/actions/document-properties.png Binary files differindex 45bb2b0..4750f53 100644 --- a/mate/48x48/actions/document-properties.png +++ b/mate/48x48/actions/document-properties.png diff --git a/mate/48x48/actions/document-revert-rtl.png b/mate/48x48/actions/document-revert-rtl.png Binary files differindex c55415c..b5ce0e7 100644 --- a/mate/48x48/actions/document-revert-rtl.png +++ b/mate/48x48/actions/document-revert-rtl.png diff --git a/mate/48x48/actions/document-revert.png b/mate/48x48/actions/document-revert.png Binary files differindex 0dcc72a..8efbd21 100644 --- a/mate/48x48/actions/document-revert.png +++ b/mate/48x48/actions/document-revert.png diff --git a/mate/48x48/actions/document-save-as.png b/mate/48x48/actions/document-save-as.png Binary files differindex fb80a5b..b99031a 100644 --- a/mate/48x48/actions/document-save-as.png +++ b/mate/48x48/actions/document-save-as.png diff --git a/mate/48x48/actions/document-save.png b/mate/48x48/actions/document-save.png Binary files differindex 04f359c..824be37 100644 --- a/mate/48x48/actions/document-save.png +++ b/mate/48x48/actions/document-save.png diff --git a/mate/48x48/actions/document-send.png b/mate/48x48/actions/document-send.png Binary files differindex a79b4f6..d92b822 100644 --- a/mate/48x48/actions/document-send.png +++ b/mate/48x48/actions/document-send.png diff --git a/mate/48x48/actions/edit-clear-rtl.png b/mate/48x48/actions/edit-clear-rtl.png Binary files differindex 1bfb224..4b1b8f9 100644 --- a/mate/48x48/actions/edit-clear-rtl.png +++ b/mate/48x48/actions/edit-clear-rtl.png diff --git a/mate/48x48/actions/edit-clear.png b/mate/48x48/actions/edit-clear.png Binary files differindex dbe885a..9e5090a 100644 --- a/mate/48x48/actions/edit-clear.png +++ b/mate/48x48/actions/edit-clear.png diff --git a/mate/48x48/actions/edit-copy.png b/mate/48x48/actions/edit-copy.png Binary files differindex 3e95555..0f15ea3 100644 --- a/mate/48x48/actions/edit-copy.png +++ b/mate/48x48/actions/edit-copy.png diff --git a/mate/48x48/actions/edit-cut.png b/mate/48x48/actions/edit-cut.png Binary files differindex 804d0cd..c260ca0 100644 --- a/mate/48x48/actions/edit-cut.png +++ b/mate/48x48/actions/edit-cut.png diff --git a/mate/48x48/actions/edit-delete.png b/mate/48x48/actions/edit-delete.png Binary files differindex a2fcfdc..6c87fe4 100644 --- a/mate/48x48/actions/edit-delete.png +++ b/mate/48x48/actions/edit-delete.png diff --git a/mate/48x48/actions/edit-find-replace.png b/mate/48x48/actions/edit-find-replace.png Binary files differindex 064dc61..04f8cf6 100644 --- a/mate/48x48/actions/edit-find-replace.png +++ b/mate/48x48/actions/edit-find-replace.png diff --git a/mate/48x48/actions/edit-find.png b/mate/48x48/actions/edit-find.png Binary files differindex 6d1db19..67948d9 100644 --- a/mate/48x48/actions/edit-find.png +++ b/mate/48x48/actions/edit-find.png diff --git a/mate/48x48/actions/edit-paste.png b/mate/48x48/actions/edit-paste.png Binary files differindex 65ac12e..8b0081e 100644 --- a/mate/48x48/actions/edit-paste.png +++ b/mate/48x48/actions/edit-paste.png diff --git a/mate/48x48/actions/edit-redo-rtl.png b/mate/48x48/actions/edit-redo-rtl.png Binary files differindex 7edc23a..ab90cdc 100644 --- a/mate/48x48/actions/edit-redo-rtl.png +++ b/mate/48x48/actions/edit-redo-rtl.png diff --git a/mate/48x48/actions/edit-redo.png b/mate/48x48/actions/edit-redo.png Binary files differindex f464156..6d2553d 100644 --- a/mate/48x48/actions/edit-redo.png +++ b/mate/48x48/actions/edit-redo.png diff --git a/mate/48x48/actions/edit-select-all.png b/mate/48x48/actions/edit-select-all.png Binary files differindex 075e78c..0a610f1 100644 --- a/mate/48x48/actions/edit-select-all.png +++ b/mate/48x48/actions/edit-select-all.png diff --git a/mate/48x48/actions/edit-undo-rtl.png b/mate/48x48/actions/edit-undo-rtl.png Binary files differindex bc186b3..7e78220 100644 --- a/mate/48x48/actions/edit-undo-rtl.png +++ b/mate/48x48/actions/edit-undo-rtl.png diff --git a/mate/48x48/actions/edit-undo.png b/mate/48x48/actions/edit-undo.png Binary files differindex f6d7e8b..f737b91 100644 --- a/mate/48x48/actions/edit-undo.png +++ b/mate/48x48/actions/edit-undo.png diff --git a/mate/48x48/actions/format-indent-less-rtl.png b/mate/48x48/actions/format-indent-less-rtl.png Binary files differindex b4d78a5..707ca54 100644 --- a/mate/48x48/actions/format-indent-less-rtl.png +++ b/mate/48x48/actions/format-indent-less-rtl.png diff --git a/mate/48x48/actions/format-indent-less.png b/mate/48x48/actions/format-indent-less.png Binary files differindex da019a4..aacfd4d 100644 --- a/mate/48x48/actions/format-indent-less.png +++ b/mate/48x48/actions/format-indent-less.png diff --git a/mate/48x48/actions/format-indent-more-rtl.png b/mate/48x48/actions/format-indent-more-rtl.png Binary files differindex 1dab715..f695747 100644 --- a/mate/48x48/actions/format-indent-more-rtl.png +++ b/mate/48x48/actions/format-indent-more-rtl.png diff --git a/mate/48x48/actions/format-indent-more.png b/mate/48x48/actions/format-indent-more.png Binary files differindex 74a5a19..2844774 100644 --- a/mate/48x48/actions/format-indent-more.png +++ b/mate/48x48/actions/format-indent-more.png diff --git a/mate/48x48/actions/format-justify-center.png b/mate/48x48/actions/format-justify-center.png Binary files differindex c1a47cf..cd5eb40 100644 --- a/mate/48x48/actions/format-justify-center.png +++ b/mate/48x48/actions/format-justify-center.png diff --git a/mate/48x48/actions/format-justify-fill.png b/mate/48x48/actions/format-justify-fill.png Binary files differindex 9f2eed1..0a594ac 100644 --- a/mate/48x48/actions/format-justify-fill.png +++ b/mate/48x48/actions/format-justify-fill.png diff --git a/mate/48x48/actions/format-justify-left.png b/mate/48x48/actions/format-justify-left.png Binary files differindex cef148d..b0ea02d 100644 --- a/mate/48x48/actions/format-justify-left.png +++ b/mate/48x48/actions/format-justify-left.png diff --git a/mate/48x48/actions/format-justify-right.png b/mate/48x48/actions/format-justify-right.png Binary files differindex 19a3f26..af4b14c 100644 --- a/mate/48x48/actions/format-justify-right.png +++ b/mate/48x48/actions/format-justify-right.png diff --git a/mate/48x48/actions/format-text-bold.png b/mate/48x48/actions/format-text-bold.png Binary files differindex a78e947..854369f 100644 --- a/mate/48x48/actions/format-text-bold.png +++ b/mate/48x48/actions/format-text-bold.png diff --git a/mate/48x48/actions/format-text-direction-ltr.png b/mate/48x48/actions/format-text-direction-ltr.png Binary files differindex 34b53f6..301f236 100644 --- a/mate/48x48/actions/format-text-direction-ltr.png +++ b/mate/48x48/actions/format-text-direction-ltr.png diff --git a/mate/48x48/actions/format-text-direction-rtl.png b/mate/48x48/actions/format-text-direction-rtl.png Binary files differindex 1cf4a97..b553bac 100644 --- a/mate/48x48/actions/format-text-direction-rtl.png +++ b/mate/48x48/actions/format-text-direction-rtl.png diff --git a/mate/48x48/actions/format-text-italic.png b/mate/48x48/actions/format-text-italic.png Binary files differindex a234bfb..d546215 100644 --- a/mate/48x48/actions/format-text-italic.png +++ b/mate/48x48/actions/format-text-italic.png diff --git a/mate/48x48/actions/format-text-strikethrough.png b/mate/48x48/actions/format-text-strikethrough.png Binary files differindex 7f39390..ecf1da9 100644 --- a/mate/48x48/actions/format-text-strikethrough.png +++ b/mate/48x48/actions/format-text-strikethrough.png diff --git a/mate/48x48/actions/format-text-underline.png b/mate/48x48/actions/format-text-underline.png Binary files differindex af92af0..c2d3811 100644 --- a/mate/48x48/actions/format-text-underline.png +++ b/mate/48x48/actions/format-text-underline.png diff --git a/mate/48x48/actions/go-bottom.png b/mate/48x48/actions/go-bottom.png Binary files differindex 8ed8533..70d161f 100644 --- a/mate/48x48/actions/go-bottom.png +++ b/mate/48x48/actions/go-bottom.png diff --git a/mate/48x48/actions/go-down.png b/mate/48x48/actions/go-down.png Binary files differindex f657e9e..1e9071a 100644 --- a/mate/48x48/actions/go-down.png +++ b/mate/48x48/actions/go-down.png diff --git a/mate/48x48/actions/go-first-rtl.png b/mate/48x48/actions/go-first-rtl.png Binary files differindex 87b4449..dde1cf6 100644..120000 --- a/mate/48x48/actions/go-first-rtl.png +++ b/mate/48x48/actions/go-first-rtl.png diff --git a/mate/48x48/actions/go-first.png b/mate/48x48/actions/go-first.png Binary files differindex 113ffd7..5e5c958 100644 --- a/mate/48x48/actions/go-first.png +++ b/mate/48x48/actions/go-first.png diff --git a/mate/48x48/actions/go-home.png b/mate/48x48/actions/go-home.png Binary files differindex cacbfd8..a37462b 100644 --- a/mate/48x48/actions/go-home.png +++ b/mate/48x48/actions/go-home.png diff --git a/mate/48x48/actions/go-jump.png b/mate/48x48/actions/go-jump.png Binary files differindex 9d84ef8..6db6781 100644 --- a/mate/48x48/actions/go-jump.png +++ b/mate/48x48/actions/go-jump.png diff --git a/mate/48x48/actions/go-last-rtl.png b/mate/48x48/actions/go-last-rtl.png Binary files differindex b6da578..96ffa73 100644..120000 --- a/mate/48x48/actions/go-last-rtl.png +++ b/mate/48x48/actions/go-last-rtl.png diff --git a/mate/48x48/actions/go-last.png b/mate/48x48/actions/go-last.png Binary files differindex ebac951..902c553 100644 --- a/mate/48x48/actions/go-last.png +++ b/mate/48x48/actions/go-last.png diff --git a/mate/48x48/actions/go-next-rtl.png b/mate/48x48/actions/go-next-rtl.png Binary files differindex de28751..56c7bd8 100644..120000 --- a/mate/48x48/actions/go-next-rtl.png +++ b/mate/48x48/actions/go-next-rtl.png diff --git a/mate/48x48/actions/go-next.png b/mate/48x48/actions/go-next.png Binary files differindex 40f5c25..1c579ee 100644 --- a/mate/48x48/actions/go-next.png +++ b/mate/48x48/actions/go-next.png diff --git a/mate/48x48/actions/go-previous-rtl.png b/mate/48x48/actions/go-previous-rtl.png Binary files differindex abe7ff6..c1febf9 100644..120000 --- a/mate/48x48/actions/go-previous-rtl.png +++ b/mate/48x48/actions/go-previous-rtl.png diff --git a/mate/48x48/actions/go-previous.png b/mate/48x48/actions/go-previous.png Binary files differindex 42fecf1..33aac05 100644 --- a/mate/48x48/actions/go-previous.png +++ b/mate/48x48/actions/go-previous.png diff --git a/mate/48x48/actions/go-top.png b/mate/48x48/actions/go-top.png Binary files differindex 0d1ec40..153072d 100644 --- a/mate/48x48/actions/go-top.png +++ b/mate/48x48/actions/go-top.png diff --git a/mate/48x48/actions/go-up.png b/mate/48x48/actions/go-up.png Binary files differindex 7b1d218..88b202a 100644 --- a/mate/48x48/actions/go-up.png +++ b/mate/48x48/actions/go-up.png diff --git a/mate/48x48/actions/help-about.png b/mate/48x48/actions/help-about.png Binary files differindex 45b5d62..c30f363 100644 --- a/mate/48x48/actions/help-about.png +++ b/mate/48x48/actions/help-about.png diff --git a/mate/48x48/actions/help-faq.png b/mate/48x48/actions/help-faq.png Binary files differindex 1d57544..b4dc16a 100644 --- a/mate/48x48/actions/help-faq.png +++ b/mate/48x48/actions/help-faq.png diff --git a/mate/48x48/actions/insert-image.png b/mate/48x48/actions/insert-image.png Binary files differindex 4fe3fc3..7791ad2 100644 --- a/mate/48x48/actions/insert-image.png +++ b/mate/48x48/actions/insert-image.png diff --git a/mate/48x48/actions/insert-link.png b/mate/48x48/actions/insert-link.png Binary files differindex 68fe1cc..a66ddd0 100644 --- a/mate/48x48/actions/insert-link.png +++ b/mate/48x48/actions/insert-link.png diff --git a/mate/48x48/actions/insert-object.png b/mate/48x48/actions/insert-object.png Binary files differindex 63dc60b..06e86ed 100644 --- a/mate/48x48/actions/insert-object.png +++ b/mate/48x48/actions/insert-object.png diff --git a/mate/48x48/actions/insert-text.png b/mate/48x48/actions/insert-text.png Binary files differindex b2baa2f..7c02460 100644 --- a/mate/48x48/actions/insert-text.png +++ b/mate/48x48/actions/insert-text.png diff --git a/mate/48x48/actions/list-add.png b/mate/48x48/actions/list-add.png Binary files differindex cb01af6..e6d0289 100644 --- a/mate/48x48/actions/list-add.png +++ b/mate/48x48/actions/list-add.png diff --git a/mate/48x48/actions/list-remove.png b/mate/48x48/actions/list-remove.png Binary files differindex 99298cf..a78ac96 100644 --- a/mate/48x48/actions/list-remove.png +++ b/mate/48x48/actions/list-remove.png diff --git a/mate/48x48/actions/mail-forward.png b/mate/48x48/actions/mail-forward.png Binary files differindex 6b88ec4..8128da4 100644 --- a/mate/48x48/actions/mail-forward.png +++ b/mate/48x48/actions/mail-forward.png diff --git a/mate/48x48/actions/mail-mark-important.png b/mate/48x48/actions/mail-mark-important.png Binary files differindex 7b24be3..83af791 100644 --- a/mate/48x48/actions/mail-mark-important.png +++ b/mate/48x48/actions/mail-mark-important.png diff --git a/mate/48x48/actions/mail-mark-junk.png b/mate/48x48/actions/mail-mark-junk.png Binary files differindex 2481f2f..7b98f6f 100644 --- a/mate/48x48/actions/mail-mark-junk.png +++ b/mate/48x48/actions/mail-mark-junk.png diff --git a/mate/48x48/actions/mail-mark-notjunk.png b/mate/48x48/actions/mail-mark-notjunk.png Binary files differindex 8aa20b0..eb9a0c8 100644 --- a/mate/48x48/actions/mail-mark-notjunk.png +++ b/mate/48x48/actions/mail-mark-notjunk.png diff --git a/mate/48x48/actions/mail-mark-read.png b/mate/48x48/actions/mail-mark-read.png Binary files differindex 44244c4..7f85fd1 100644 --- a/mate/48x48/actions/mail-mark-read.png +++ b/mate/48x48/actions/mail-mark-read.png diff --git a/mate/48x48/actions/mail-mark-unread.png b/mate/48x48/actions/mail-mark-unread.png Binary files differindex 20a4bd6..adfb4de 100644 --- a/mate/48x48/actions/mail-mark-unread.png +++ b/mate/48x48/actions/mail-mark-unread.png diff --git a/mate/48x48/actions/mail-message-new.png b/mate/48x48/actions/mail-message-new.png Binary files differindex ae1c4d6..3fe8319 100644 --- a/mate/48x48/actions/mail-message-new.png +++ b/mate/48x48/actions/mail-message-new.png diff --git a/mate/48x48/actions/mail-reply-all.png b/mate/48x48/actions/mail-reply-all.png Binary files differindex daebead..b28a372 100644 --- a/mate/48x48/actions/mail-reply-all.png +++ b/mate/48x48/actions/mail-reply-all.png diff --git a/mate/48x48/actions/mail-reply-sender.png b/mate/48x48/actions/mail-reply-sender.png Binary files differindex d0515e1..36f16d9 100644 --- a/mate/48x48/actions/mail-reply-sender.png +++ b/mate/48x48/actions/mail-reply-sender.png diff --git a/mate/48x48/actions/mail-send-receive.png b/mate/48x48/actions/mail-send-receive.png Binary files differindex d63a525..b57d30e 100644 --- a/mate/48x48/actions/mail-send-receive.png +++ b/mate/48x48/actions/mail-send-receive.png diff --git a/mate/48x48/actions/mail-send.png b/mate/48x48/actions/mail-send.png Binary files differindex c532031..532ed30 100644 --- a/mate/48x48/actions/mail-send.png +++ b/mate/48x48/actions/mail-send.png diff --git a/mate/48x48/actions/mark-location.png b/mate/48x48/actions/mark-location.png Binary files differindex 699da40..4b4060f 100644 --- a/mate/48x48/actions/mark-location.png +++ b/mate/48x48/actions/mark-location.png diff --git a/mate/48x48/actions/media-eject.png b/mate/48x48/actions/media-eject.png Binary files differindex ea8f045..3da76d9 100644 --- a/mate/48x48/actions/media-eject.png +++ b/mate/48x48/actions/media-eject.png diff --git a/mate/48x48/actions/media-playback-pause.png b/mate/48x48/actions/media-playback-pause.png Binary files differindex 6889df2..1122bf2 100644 --- a/mate/48x48/actions/media-playback-pause.png +++ b/mate/48x48/actions/media-playback-pause.png diff --git a/mate/48x48/actions/media-playback-start-rtl.png b/mate/48x48/actions/media-playback-start-rtl.png Binary files differindex c86e142..99f321c 100644 --- a/mate/48x48/actions/media-playback-start-rtl.png +++ b/mate/48x48/actions/media-playback-start-rtl.png diff --git a/mate/48x48/actions/media-playback-start.png b/mate/48x48/actions/media-playback-start.png Binary files differindex 57c5331..fc4c611 100644 --- a/mate/48x48/actions/media-playback-start.png +++ b/mate/48x48/actions/media-playback-start.png diff --git a/mate/48x48/actions/media-playback-stop.png b/mate/48x48/actions/media-playback-stop.png Binary files differindex 46528cd..cdd79e7 100644 --- a/mate/48x48/actions/media-playback-stop.png +++ b/mate/48x48/actions/media-playback-stop.png diff --git a/mate/48x48/actions/media-record.png b/mate/48x48/actions/media-record.png Binary files differindex 6b97c58..f945004 100644 --- a/mate/48x48/actions/media-record.png +++ b/mate/48x48/actions/media-record.png diff --git a/mate/48x48/actions/media-seek-backward-rtl.png b/mate/48x48/actions/media-seek-backward-rtl.png Binary files differindex 3887fe5..a7ed18d 100644..120000 --- a/mate/48x48/actions/media-seek-backward-rtl.png +++ b/mate/48x48/actions/media-seek-backward-rtl.png diff --git a/mate/48x48/actions/media-seek-backward.png b/mate/48x48/actions/media-seek-backward.png Binary files differindex 3a0bfc8..47860c3 100644 --- a/mate/48x48/actions/media-seek-backward.png +++ b/mate/48x48/actions/media-seek-backward.png diff --git a/mate/48x48/actions/media-seek-forward-rtl.png b/mate/48x48/actions/media-seek-forward-rtl.png Binary files differindex 03043bb..f9ec51f 100644..120000 --- a/mate/48x48/actions/media-seek-forward-rtl.png +++ b/mate/48x48/actions/media-seek-forward-rtl.png diff --git a/mate/48x48/actions/media-seek-forward.png b/mate/48x48/actions/media-seek-forward.png Binary files differindex 157efea..f066c53 100644 --- a/mate/48x48/actions/media-seek-forward.png +++ b/mate/48x48/actions/media-seek-forward.png diff --git a/mate/48x48/actions/media-skip-backward-rtl.png b/mate/48x48/actions/media-skip-backward-rtl.png Binary files differindex 29849f0..b394164 100644..120000 --- a/mate/48x48/actions/media-skip-backward-rtl.png +++ b/mate/48x48/actions/media-skip-backward-rtl.png diff --git a/mate/48x48/actions/media-skip-backward.png b/mate/48x48/actions/media-skip-backward.png Binary files differindex 2db3f63..d929d56 100644 --- a/mate/48x48/actions/media-skip-backward.png +++ b/mate/48x48/actions/media-skip-backward.png diff --git a/mate/48x48/actions/media-skip-forward-rtl.png b/mate/48x48/actions/media-skip-forward-rtl.png Binary files differindex 02fd7b6..64f866b 100644..120000 --- a/mate/48x48/actions/media-skip-forward-rtl.png +++ b/mate/48x48/actions/media-skip-forward-rtl.png diff --git a/mate/48x48/actions/media-skip-forward.png b/mate/48x48/actions/media-skip-forward.png Binary files differindex e33bb93..e33f695 100644 --- a/mate/48x48/actions/media-skip-forward.png +++ b/mate/48x48/actions/media-skip-forward.png diff --git a/mate/48x48/actions/object-flip-horizontal.png b/mate/48x48/actions/object-flip-horizontal.png Binary files differindex fd9de1f..3976f22 100644 --- a/mate/48x48/actions/object-flip-horizontal.png +++ b/mate/48x48/actions/object-flip-horizontal.png diff --git a/mate/48x48/actions/object-flip-vertical.png b/mate/48x48/actions/object-flip-vertical.png Binary files differindex 7a08f41..3bbc6cf 100644 --- a/mate/48x48/actions/object-flip-vertical.png +++ b/mate/48x48/actions/object-flip-vertical.png diff --git a/mate/48x48/actions/object-rotate-left.png b/mate/48x48/actions/object-rotate-left.png Binary files differindex a754bf5..8e3fe46 100644 --- a/mate/48x48/actions/object-rotate-left.png +++ b/mate/48x48/actions/object-rotate-left.png diff --git a/mate/48x48/actions/object-rotate-right.png b/mate/48x48/actions/object-rotate-right.png Binary files differindex 2103228..4aaf6ab 100644 --- a/mate/48x48/actions/object-rotate-right.png +++ b/mate/48x48/actions/object-rotate-right.png diff --git a/mate/48x48/actions/process-stop.png b/mate/48x48/actions/process-stop.png Binary files differindex 3da6508..70ccece 100644 --- a/mate/48x48/actions/process-stop.png +++ b/mate/48x48/actions/process-stop.png diff --git a/mate/48x48/actions/system-lock-screen.png b/mate/48x48/actions/system-lock-screen.png Binary files differindex ab3bee9..ed917b0 100644 --- a/mate/48x48/actions/system-lock-screen.png +++ b/mate/48x48/actions/system-lock-screen.png diff --git a/mate/48x48/actions/system-log-out.png b/mate/48x48/actions/system-log-out.png Binary files differindex 54790b1..d26ac0f 100644 --- a/mate/48x48/actions/system-log-out.png +++ b/mate/48x48/actions/system-log-out.png diff --git a/mate/48x48/actions/system-run.png b/mate/48x48/actions/system-run.png Binary files differindex 093061b..998e924 100644 --- a/mate/48x48/actions/system-run.png +++ b/mate/48x48/actions/system-run.png diff --git a/mate/48x48/actions/system-search.png b/mate/48x48/actions/system-search.png Binary files differindex 27862c6..12265d2 100644 --- a/mate/48x48/actions/system-search.png +++ b/mate/48x48/actions/system-search.png diff --git a/mate/48x48/actions/system-shutdown.png b/mate/48x48/actions/system-shutdown.png Binary files differindex 98ad01d..8a04e41 100644 --- a/mate/48x48/actions/system-shutdown.png +++ b/mate/48x48/actions/system-shutdown.png diff --git a/mate/48x48/actions/tools-check-spelling.png b/mate/48x48/actions/tools-check-spelling.png Binary files differindex d279232..016d044 100644 --- a/mate/48x48/actions/tools-check-spelling.png +++ b/mate/48x48/actions/tools-check-spelling.png diff --git a/mate/48x48/actions/view-fullscreen.png b/mate/48x48/actions/view-fullscreen.png Binary files differindex 913725a..679a46a 100644 --- a/mate/48x48/actions/view-fullscreen.png +++ b/mate/48x48/actions/view-fullscreen.png diff --git a/mate/48x48/actions/view-refresh.png b/mate/48x48/actions/view-refresh.png Binary files differindex 46a1186..01bf914 100644 --- a/mate/48x48/actions/view-refresh.png +++ b/mate/48x48/actions/view-refresh.png diff --git a/mate/48x48/actions/view-restore.png b/mate/48x48/actions/view-restore.png Binary files differindex 6b62826..0c3973b 100644 --- a/mate/48x48/actions/view-restore.png +++ b/mate/48x48/actions/view-restore.png diff --git a/mate/48x48/actions/view-sort-ascending.png b/mate/48x48/actions/view-sort-ascending.png Binary files differindex 310408a..ee2b503 100644 --- a/mate/48x48/actions/view-sort-ascending.png +++ b/mate/48x48/actions/view-sort-ascending.png diff --git a/mate/48x48/actions/view-sort-descending.png b/mate/48x48/actions/view-sort-descending.png Binary files differindex 3fc4a6f..b7cbf98 100644 --- a/mate/48x48/actions/view-sort-descending.png +++ b/mate/48x48/actions/view-sort-descending.png diff --git a/mate/48x48/actions/window-close.png b/mate/48x48/actions/window-close.png Binary files differindex fdf3eba..3cf9a1f 100644 --- a/mate/48x48/actions/window-close.png +++ b/mate/48x48/actions/window-close.png diff --git a/mate/48x48/actions/window-new.png b/mate/48x48/actions/window-new.png Binary files differindex 83b3047..3ad5cbf 100644 --- a/mate/48x48/actions/window-new.png +++ b/mate/48x48/actions/window-new.png diff --git a/mate/48x48/actions/zoom-fit-best.png b/mate/48x48/actions/zoom-fit-best.png Binary files differindex 35994e8..3eb839d 100644 --- a/mate/48x48/actions/zoom-fit-best.png +++ b/mate/48x48/actions/zoom-fit-best.png diff --git a/mate/48x48/actions/zoom-in.png b/mate/48x48/actions/zoom-in.png Binary files differindex 4660477..0a4e6e8 100644 --- a/mate/48x48/actions/zoom-in.png +++ b/mate/48x48/actions/zoom-in.png diff --git a/mate/48x48/actions/zoom-original.png b/mate/48x48/actions/zoom-original.png Binary files differindex 88e58bc..bad38a9 100644 --- a/mate/48x48/actions/zoom-original.png +++ b/mate/48x48/actions/zoom-original.png diff --git a/mate/48x48/actions/zoom-out.png b/mate/48x48/actions/zoom-out.png Binary files differindex 72e6eb4..1d104e6 100644 --- a/mate/48x48/actions/zoom-out.png +++ b/mate/48x48/actions/zoom-out.png diff --git a/mate/48x48/apps/Makefile.am b/mate/48x48/apps/Makefile.am index 2cbc37f..8188b4a 100644 --- a/mate/48x48/apps/Makefile.am +++ b/mate/48x48/apps/Makefile.am @@ -160,7 +160,7 @@ preferences-system-windows.png: ../../../src/preferences-system-windows.svg system-users.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=296:203:344:251 -w=48 -h=48 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1096:203:1144:251 -w=48 -h=48 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-info.png: ../../../src/users.svg diff --git a/mate/48x48/apps/system-users.png b/mate/48x48/apps/system-users.png Binary files differindex e4facc0..677a8cc 100644 --- a/mate/48x48/apps/system-users.png +++ b/mate/48x48/apps/system-users.png diff --git a/mate/48x48/emblems/Makefile.am b/mate/48x48/emblems/Makefile.am new file mode 100644 index 0000000..7773118 --- /dev/null +++ b/mate/48x48/emblems/Makefile.am @@ -0,0 +1,119 @@ +NULL = + +png_icons = \ + emblem-default.png \ + emblem-documents.png \ + emblem-downloads.png \ + emblem-favorite.png \ + emblem-generic.png \ + emblem-important.png \ + emblem-mail.png \ + emblem-new.png \ + emblem-package.png \ + emblem-photos.png \ + emblem-readonly.png \ + emblem-shared.png \ + emblem-symbolic-link.png \ + emblem-synchronizing.png \ + emblem-system.png \ + emblem-unreadable.png \ + emblem-urgent.png \ + emblem-web.png \ + $(NULL) + +emblem-default.png: ../../../src/emblem-default.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-documents.png: ../../../src/emblem-documents.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-downloads.png: ../../../src/emblem-downloads.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-favorite.png: ../../../src/emblem-favorite.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-generic.png: ../../../src/emblem-generic.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-important.png: ../../../src/emblem-important.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-mail.png: ../../../src/emblem-mail.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-new.png: ../../../src/emblem-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=297:204:345:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-package.png: ../../../src/packages.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-photos.png: ../../../src/emblem-photos.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:201:344:249 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-readonly.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:202:1144:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-shared.png: ../../../src/emblem-shared.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-symbolic-link.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-synchronizing.png: ../../../src/emblem-synchronizing.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-system.png: ../../../src/emblem-system.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-unreadable.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-urgent.png: ../../../src/emblem-urgent.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-web.png: ../../../src/emblem-web.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -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/emblems/emblem-default.png b/mate/48x48/emblems/emblem-default.png Binary files differindex 84fe175..9246e78 100644 --- a/mate/48x48/emblems/emblem-default.png +++ b/mate/48x48/emblems/emblem-default.png diff --git a/mate/48x48/emblems/emblem-documents.png b/mate/48x48/emblems/emblem-documents.png Binary files differindex c09b578..30bc8bb 100644 --- a/mate/48x48/emblems/emblem-documents.png +++ b/mate/48x48/emblems/emblem-documents.png diff --git a/mate/48x48/emblems/emblem-downloads.png b/mate/48x48/emblems/emblem-downloads.png Binary files differindex 81cbe24..8e2c9b1 100644 --- a/mate/48x48/emblems/emblem-downloads.png +++ b/mate/48x48/emblems/emblem-downloads.png diff --git a/mate/48x48/emblems/emblem-favorite.png b/mate/48x48/emblems/emblem-favorite.png Binary files differindex 1b138cb..49b51fb 100644 --- a/mate/48x48/emblems/emblem-favorite.png +++ b/mate/48x48/emblems/emblem-favorite.png diff --git a/mate/48x48/emblems/emblem-generic.png b/mate/48x48/emblems/emblem-generic.png Binary files differindex 84e4b91..e1cfc7b 100644 --- a/mate/48x48/emblems/emblem-generic.png +++ b/mate/48x48/emblems/emblem-generic.png diff --git a/mate/48x48/emblems/emblem-important.png b/mate/48x48/emblems/emblem-important.png Binary files differindex 2694e51..075494e 100644 --- a/mate/48x48/emblems/emblem-important.png +++ b/mate/48x48/emblems/emblem-important.png diff --git a/mate/48x48/emblems/emblem-mail.png b/mate/48x48/emblems/emblem-mail.png Binary files differindex d06fdf5..d1e01a9 100644 --- a/mate/48x48/emblems/emblem-mail.png +++ b/mate/48x48/emblems/emblem-mail.png diff --git a/mate/48x48/emblems/emblem-new.png b/mate/48x48/emblems/emblem-new.png Binary files differindex 2a58cee..839c30e 100644 --- a/mate/48x48/emblems/emblem-new.png +++ b/mate/48x48/emblems/emblem-new.png diff --git a/mate/48x48/emblems/emblem-package.png b/mate/48x48/emblems/emblem-package.png Binary files differindex 101fdf8..f07fe96 100644 --- a/mate/48x48/emblems/emblem-package.png +++ b/mate/48x48/emblems/emblem-package.png diff --git a/mate/48x48/emblems/emblem-photos.png b/mate/48x48/emblems/emblem-photos.png Binary files differindex d5b222f..e0ef3c3 100644 --- a/mate/48x48/emblems/emblem-photos.png +++ b/mate/48x48/emblems/emblem-photos.png diff --git a/mate/48x48/emblems/emblem-readonly.png b/mate/48x48/emblems/emblem-readonly.png Binary files differindex a37fd1e..8aacd67 100644 --- a/mate/48x48/emblems/emblem-readonly.png +++ b/mate/48x48/emblems/emblem-readonly.png diff --git a/mate/48x48/emblems/emblem-shared.png b/mate/48x48/emblems/emblem-shared.png Binary files differindex 59a28dc..d088476 100644 --- a/mate/48x48/emblems/emblem-shared.png +++ b/mate/48x48/emblems/emblem-shared.png diff --git a/mate/48x48/emblems/emblem-symbolic-link.png b/mate/48x48/emblems/emblem-symbolic-link.png Binary files differindex 8dcc5fd..9924802 100644 --- a/mate/48x48/emblems/emblem-symbolic-link.png +++ b/mate/48x48/emblems/emblem-symbolic-link.png diff --git a/mate/48x48/emblems/emblem-synchronizing.png b/mate/48x48/emblems/emblem-synchronizing.png Binary files differindex 54dfc0f..a3f302a 100644 --- a/mate/48x48/emblems/emblem-synchronizing.png +++ b/mate/48x48/emblems/emblem-synchronizing.png diff --git a/mate/48x48/emblems/emblem-system.png b/mate/48x48/emblems/emblem-system.png Binary files differindex 10d83b2..c5f8e00 100644 --- a/mate/48x48/emblems/emblem-system.png +++ b/mate/48x48/emblems/emblem-system.png diff --git a/mate/48x48/emblems/emblem-unreadable.png b/mate/48x48/emblems/emblem-unreadable.png Binary files differindex 5f8a57d..b31bf79 100644 --- a/mate/48x48/emblems/emblem-unreadable.png +++ b/mate/48x48/emblems/emblem-unreadable.png diff --git a/mate/48x48/emblems/emblem-urgent.png b/mate/48x48/emblems/emblem-urgent.png Binary files differindex 958e183..ffe0b0e 100644 --- a/mate/48x48/emblems/emblem-urgent.png +++ b/mate/48x48/emblems/emblem-urgent.png diff --git a/mate/48x48/emblems/emblem-web.png b/mate/48x48/emblems/emblem-web.png Binary files differindex cdf16fa..db2bba4 100644 --- a/mate/48x48/emblems/emblem-web.png +++ b/mate/48x48/emblems/emblem-web.png diff --git a/mate/48x48/places/Makefile.am b/mate/48x48/places/Makefile.am new file mode 100644 index 0000000..140e5ba --- /dev/null +++ b/mate/48x48/places/Makefile.am @@ -0,0 +1,94 @@ +NULL = + +png_icons = \ + network-server.png \ + network-workgroup.png \ + user-trash.png \ + $(NULL) + +folder-documents.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-download.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:502:744:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-music.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:502:1144:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-pictures.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:1102:344:1150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-publicshare.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1496:202:1544:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-remote.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:802:1144:850 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-saved-search.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:802:744:850 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-templates.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:202:1144:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-videos.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:802:1144:850 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-server.png: ../../../src/network-server.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-workgroup.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:502:744:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-bookmarks.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1896:202:1944:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-desktop.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1896:502:1944:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-home.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:502:344:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-trash.png: ../../../src/trash.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -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/places/network-server.png b/mate/48x48/places/network-server.png Binary files differindex 4e3205f..6caa766 100644 --- a/mate/48x48/places/network-server.png +++ b/mate/48x48/places/network-server.png diff --git a/mate/48x48/places/network-workgroup.png b/mate/48x48/places/network-workgroup.png Binary files differindex 1e3ee67..0eeb626 100644 --- a/mate/48x48/places/network-workgroup.png +++ b/mate/48x48/places/network-workgroup.png diff --git a/mate/48x48/places/user-trash.png b/mate/48x48/places/user-trash.png Binary files differindex 95a8ea7..31c28c1 100644 --- a/mate/48x48/places/user-trash.png +++ b/mate/48x48/places/user-trash.png 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) diff --git a/mate/48x48/status/appointment-missed.png b/mate/48x48/status/appointment-missed.png Binary files differindex 7678ae2..a9f6085 100644 --- a/mate/48x48/status/appointment-missed.png +++ b/mate/48x48/status/appointment-missed.png diff --git a/mate/48x48/status/appointment-soon.png b/mate/48x48/status/appointment-soon.png Binary files differindex dbdbab1..a856c44 100644 --- a/mate/48x48/status/appointment-soon.png +++ b/mate/48x48/status/appointment-soon.png diff --git a/mate/48x48/status/audio-volume-high.png b/mate/48x48/status/audio-volume-high.png Binary files differindex 6376a23..1d62059 100644 --- a/mate/48x48/status/audio-volume-high.png +++ b/mate/48x48/status/audio-volume-high.png diff --git a/mate/48x48/status/audio-volume-low.png b/mate/48x48/status/audio-volume-low.png Binary files differindex 3b71c86..603ae3a 100644 --- a/mate/48x48/status/audio-volume-low.png +++ b/mate/48x48/status/audio-volume-low.png diff --git a/mate/48x48/status/audio-volume-medium.png b/mate/48x48/status/audio-volume-medium.png Binary files differindex c4074ab..e219bea 100644 --- a/mate/48x48/status/audio-volume-medium.png +++ b/mate/48x48/status/audio-volume-medium.png diff --git a/mate/48x48/status/audio-volume-muted.png b/mate/48x48/status/audio-volume-muted.png Binary files differindex 1b05b43..ffb9fb1 100644 --- a/mate/48x48/status/audio-volume-muted.png +++ b/mate/48x48/status/audio-volume-muted.png diff --git a/mate/48x48/status/audio-volume-off.png b/mate/48x48/status/audio-volume-off.png Binary files differindex f03de45..265bb76 100644 --- a/mate/48x48/status/audio-volume-off.png +++ b/mate/48x48/status/audio-volume-off.png diff --git a/mate/48x48/status/avatar-default.png b/mate/48x48/status/avatar-default.png Binary files differindex 8a58ee3..ca34d33 100644 --- a/mate/48x48/status/avatar-default.png +++ b/mate/48x48/status/avatar-default.png diff --git a/mate/48x48/status/battery-caution-charging.png b/mate/48x48/status/battery-caution-charging.png Binary files differindex 61c8238..2d9e704 100644 --- a/mate/48x48/status/battery-caution-charging.png +++ b/mate/48x48/status/battery-caution-charging.png diff --git a/mate/48x48/status/battery-caution.png b/mate/48x48/status/battery-caution.png Binary files differindex 7dce54b..89d4fb3 100644 --- a/mate/48x48/status/battery-caution.png +++ b/mate/48x48/status/battery-caution.png diff --git a/mate/48x48/status/battery-empty.png b/mate/48x48/status/battery-empty.png Binary files differindex f300305..1b8c145 100644 --- a/mate/48x48/status/battery-empty.png +++ b/mate/48x48/status/battery-empty.png diff --git a/mate/48x48/status/battery-full-charged.png b/mate/48x48/status/battery-full-charged.png Binary files differindex 8368c71..8f5b3dc 100644 --- a/mate/48x48/status/battery-full-charged.png +++ b/mate/48x48/status/battery-full-charged.png diff --git a/mate/48x48/status/battery-full-charging.png b/mate/48x48/status/battery-full-charging.png Binary files differindex b2e0c80..a283ca6 100644 --- a/mate/48x48/status/battery-full-charging.png +++ b/mate/48x48/status/battery-full-charging.png diff --git a/mate/48x48/status/battery-full.png b/mate/48x48/status/battery-full.png Binary files differindex d3fb24e..6ce4f97 100644 --- a/mate/48x48/status/battery-full.png +++ b/mate/48x48/status/battery-full.png diff --git a/mate/48x48/status/battery-good-charging.png b/mate/48x48/status/battery-good-charging.png Binary files differindex 93091fc..4e01371 100644 --- a/mate/48x48/status/battery-good-charging.png +++ b/mate/48x48/status/battery-good-charging.png diff --git a/mate/48x48/status/battery-good.png b/mate/48x48/status/battery-good.png Binary files differindex 362f38a..1915466 100644 --- a/mate/48x48/status/battery-good.png +++ b/mate/48x48/status/battery-good.png diff --git a/mate/48x48/status/battery-low-charging.png b/mate/48x48/status/battery-low-charging.png Binary files differindex 8c968c6..298f553 100644 --- a/mate/48x48/status/battery-low-charging.png +++ b/mate/48x48/status/battery-low-charging.png diff --git a/mate/48x48/status/battery-low.png b/mate/48x48/status/battery-low.png Binary files differindex a7d8d91..a2bb1b9 100644 --- a/mate/48x48/status/battery-low.png +++ b/mate/48x48/status/battery-low.png diff --git a/mate/48x48/status/battery-missing.png b/mate/48x48/status/battery-missing.png Binary files differindex 95d7c54..6ce2c30 100644 --- a/mate/48x48/status/battery-missing.png +++ b/mate/48x48/status/battery-missing.png diff --git a/mate/48x48/status/changes-allow.png b/mate/48x48/status/changes-allow.png Binary files differindex 0e6d17c..5aa9816 100644 --- a/mate/48x48/status/changes-allow.png +++ b/mate/48x48/status/changes-allow.png diff --git a/mate/48x48/status/changes-prevent.png b/mate/48x48/status/changes-prevent.png Binary files differindex 8d13bfd..d56ebb2 100644 --- a/mate/48x48/status/changes-prevent.png +++ b/mate/48x48/status/changes-prevent.png diff --git a/mate/48x48/status/computer-fail.png b/mate/48x48/status/computer-fail.png Binary files differindex df6a82c..01ec8fb 100644 --- a/mate/48x48/status/computer-fail.png +++ b/mate/48x48/status/computer-fail.png diff --git a/mate/48x48/status/dialog-error.png b/mate/48x48/status/dialog-error.png Binary files differindex 49ed530..a686039 100644 --- a/mate/48x48/status/dialog-error.png +++ b/mate/48x48/status/dialog-error.png diff --git a/mate/48x48/status/dialog-information.png b/mate/48x48/status/dialog-information.png Binary files differindex cca5804..3db70fd 100644 --- a/mate/48x48/status/dialog-information.png +++ b/mate/48x48/status/dialog-information.png diff --git a/mate/48x48/status/dialog-password.png b/mate/48x48/status/dialog-password.png Binary files differindex e40a48d..207b475 100644 --- a/mate/48x48/status/dialog-password.png +++ b/mate/48x48/status/dialog-password.png diff --git a/mate/48x48/status/dialog-question.png b/mate/48x48/status/dialog-question.png Binary files differindex 2361f74..e8dc819 100644 --- a/mate/48x48/status/dialog-question.png +++ b/mate/48x48/status/dialog-question.png diff --git a/mate/48x48/status/dialog-warning.png b/mate/48x48/status/dialog-warning.png Binary files differindex a9ff09b..71a2ea2 100644 --- a/mate/48x48/status/dialog-warning.png +++ b/mate/48x48/status/dialog-warning.png diff --git a/mate/48x48/status/image-loading.png b/mate/48x48/status/image-loading.png Binary files differindex 99e4368..2d12811 100644 --- a/mate/48x48/status/image-loading.png +++ b/mate/48x48/status/image-loading.png diff --git a/mate/48x48/status/image-missing.png b/mate/48x48/status/image-missing.png Binary files differindex 176eef6..8292202 100644 --- a/mate/48x48/status/image-missing.png +++ b/mate/48x48/status/image-missing.png diff --git a/mate/48x48/status/mail-attachment.png b/mate/48x48/status/mail-attachment.png Binary files differindex ae9bccf..9ad2b85 100644 --- a/mate/48x48/status/mail-attachment.png +++ b/mate/48x48/status/mail-attachment.png diff --git a/mate/48x48/status/mail-read.png b/mate/48x48/status/mail-read.png Binary files differindex a876838..337a1a3 100644 --- a/mate/48x48/status/mail-read.png +++ b/mate/48x48/status/mail-read.png diff --git a/mate/48x48/status/mail-replied.png b/mate/48x48/status/mail-replied.png Binary files differindex 7bdbcc5..6151584 100644 --- a/mate/48x48/status/mail-replied.png +++ b/mate/48x48/status/mail-replied.png diff --git a/mate/48x48/status/mail-unread.png b/mate/48x48/status/mail-unread.png Binary files differindex 1b7e1d5..1922094 100644 --- a/mate/48x48/status/mail-unread.png +++ b/mate/48x48/status/mail-unread.png diff --git a/mate/48x48/status/media-playlist-repeat.png b/mate/48x48/status/media-playlist-repeat.png Binary files differindex e3f99d3..cefa0f9 100644 --- a/mate/48x48/status/media-playlist-repeat.png +++ b/mate/48x48/status/media-playlist-repeat.png diff --git a/mate/48x48/status/media-playlist-shuffle.png b/mate/48x48/status/media-playlist-shuffle.png Binary files differindex 59bc573..8b311e0 100644 --- a/mate/48x48/status/media-playlist-shuffle.png +++ b/mate/48x48/status/media-playlist-shuffle.png diff --git a/mate/48x48/status/microphone-sensitivity-high.png b/mate/48x48/status/microphone-sensitivity-high.png Binary files differindex df3f091..27e00c8 100644 --- a/mate/48x48/status/microphone-sensitivity-high.png +++ b/mate/48x48/status/microphone-sensitivity-high.png diff --git a/mate/48x48/status/microphone-sensitivity-low.png b/mate/48x48/status/microphone-sensitivity-low.png Binary files differindex 8bb56aa..a61e510 100644 --- a/mate/48x48/status/microphone-sensitivity-low.png +++ b/mate/48x48/status/microphone-sensitivity-low.png diff --git a/mate/48x48/status/microphone-sensitivity-medium.png b/mate/48x48/status/microphone-sensitivity-medium.png Binary files differindex e671d8a..10ea8fb 100644 --- a/mate/48x48/status/microphone-sensitivity-medium.png +++ b/mate/48x48/status/microphone-sensitivity-medium.png diff --git a/mate/48x48/status/microphone-sensitivity-muted.png b/mate/48x48/status/microphone-sensitivity-muted.png Binary files differindex c303bc6..8cb2668 100644 --- a/mate/48x48/status/microphone-sensitivity-muted.png +++ b/mate/48x48/status/microphone-sensitivity-muted.png diff --git a/mate/48x48/status/network-error.png b/mate/48x48/status/network-error.png Binary files differindex ac1391d..7e5ad21 100644 --- a/mate/48x48/status/network-error.png +++ b/mate/48x48/status/network-error.png diff --git a/mate/48x48/status/network-idle.png b/mate/48x48/status/network-idle.png Binary files differindex 6a5bcba..94977d9 100644 --- a/mate/48x48/status/network-idle.png +++ b/mate/48x48/status/network-idle.png diff --git a/mate/48x48/status/network-offline.png b/mate/48x48/status/network-offline.png Binary files differindex 56d6591..ebf863e 100644 --- a/mate/48x48/status/network-offline.png +++ b/mate/48x48/status/network-offline.png diff --git a/mate/48x48/status/network-receive.png b/mate/48x48/status/network-receive.png Binary files differindex 128cb0e..0c02939 100644 --- a/mate/48x48/status/network-receive.png +++ b/mate/48x48/status/network-receive.png diff --git a/mate/48x48/status/network-transmit-receive.png b/mate/48x48/status/network-transmit-receive.png Binary files differindex 35cb0f6..9de5ce9 100644 --- a/mate/48x48/status/network-transmit-receive.png +++ b/mate/48x48/status/network-transmit-receive.png diff --git a/mate/48x48/status/network-transmit.png b/mate/48x48/status/network-transmit.png Binary files differindex e0eb434..229f9ed 100644 --- a/mate/48x48/status/network-transmit.png +++ b/mate/48x48/status/network-transmit.png diff --git a/mate/48x48/status/non-starred.png b/mate/48x48/status/non-starred.png Binary files differindex 42a0c04..03a3e12 100644 --- a/mate/48x48/status/non-starred.png +++ b/mate/48x48/status/non-starred.png diff --git a/mate/48x48/status/printer-error.png b/mate/48x48/status/printer-error.png Binary files differindex d36450d..2b1b93c 100644 --- a/mate/48x48/status/printer-error.png +++ b/mate/48x48/status/printer-error.png diff --git a/mate/48x48/status/printer-printing.png b/mate/48x48/status/printer-printing.png Binary files differindex 10f7593..daa4cb7 100644 --- a/mate/48x48/status/printer-printing.png +++ b/mate/48x48/status/printer-printing.png diff --git a/mate/48x48/status/security-high.png b/mate/48x48/status/security-high.png Binary files differindex 7579bdd..4b9430a 100644 --- a/mate/48x48/status/security-high.png +++ b/mate/48x48/status/security-high.png diff --git a/mate/48x48/status/security-low.png b/mate/48x48/status/security-low.png Binary files differindex 35c299f..9f0900b 100644 --- a/mate/48x48/status/security-low.png +++ b/mate/48x48/status/security-low.png diff --git a/mate/48x48/status/security-medium.png b/mate/48x48/status/security-medium.png Binary files differindex e37343f..b45bfa3 100644 --- a/mate/48x48/status/security-medium.png +++ b/mate/48x48/status/security-medium.png diff --git a/mate/48x48/status/semi-starred-rtl.png b/mate/48x48/status/semi-starred-rtl.png Binary files differindex fc41c55..453eeeb 100644 --- a/mate/48x48/status/semi-starred-rtl.png +++ b/mate/48x48/status/semi-starred-rtl.png diff --git a/mate/48x48/status/semi-starred.png b/mate/48x48/status/semi-starred.png Binary files differindex 2e7b959..f6e8c62 100644 --- a/mate/48x48/status/semi-starred.png +++ b/mate/48x48/status/semi-starred.png diff --git a/mate/48x48/status/software-update-available.png b/mate/48x48/status/software-update-available.png Binary files differindex d605461..30a3be4 100644 --- a/mate/48x48/status/software-update-available.png +++ b/mate/48x48/status/software-update-available.png diff --git a/mate/48x48/status/software-update-urgent.png b/mate/48x48/status/software-update-urgent.png Binary files differindex 7d7cab8..c13babd 100644 --- a/mate/48x48/status/software-update-urgent.png +++ b/mate/48x48/status/software-update-urgent.png diff --git a/mate/48x48/status/starred.png b/mate/48x48/status/starred.png Binary files differindex 0266aa8..12ee868 100644 --- a/mate/48x48/status/starred.png +++ b/mate/48x48/status/starred.png diff --git a/mate/48x48/status/task-due.png b/mate/48x48/status/task-due.png Binary files differindex 3038bab..f8e1ff0 100644 --- a/mate/48x48/status/task-due.png +++ b/mate/48x48/status/task-due.png diff --git a/mate/48x48/status/task-past-due.png b/mate/48x48/status/task-past-due.png Binary files differindex 5b6c612..9f1641b 100644 --- a/mate/48x48/status/task-past-due.png +++ b/mate/48x48/status/task-past-due.png diff --git a/mate/48x48/status/trophy-bronze.png b/mate/48x48/status/trophy-bronze.png Binary files differindex 84c3a41..c55bd07 100644 --- a/mate/48x48/status/trophy-bronze.png +++ b/mate/48x48/status/trophy-bronze.png diff --git a/mate/48x48/status/trophy-gold.png b/mate/48x48/status/trophy-gold.png Binary files differindex c206d53..e8906cb 100644 --- a/mate/48x48/status/trophy-gold.png +++ b/mate/48x48/status/trophy-gold.png diff --git a/mate/48x48/status/trophy-silver.png b/mate/48x48/status/trophy-silver.png Binary files differindex 8e1ea0a..212dcde 100644 --- a/mate/48x48/status/trophy-silver.png +++ b/mate/48x48/status/trophy-silver.png diff --git a/mate/48x48/status/user-available.png b/mate/48x48/status/user-available.png Binary files differindex 1ddd24b..c27745c 100644 --- a/mate/48x48/status/user-available.png +++ b/mate/48x48/status/user-available.png diff --git a/mate/48x48/status/user-away.png b/mate/48x48/status/user-away.png Binary files differindex 80aa1a6..9514f3b 100644 --- a/mate/48x48/status/user-away.png +++ b/mate/48x48/status/user-away.png diff --git a/mate/48x48/status/user-busy.png b/mate/48x48/status/user-busy.png Binary files differindex 27a2b5e..885d466 100644 --- a/mate/48x48/status/user-busy.png +++ b/mate/48x48/status/user-busy.png diff --git a/mate/48x48/status/user-idle.png b/mate/48x48/status/user-idle.png Binary files differindex 60c09a3..f2d578c 100644 --- a/mate/48x48/status/user-idle.png +++ b/mate/48x48/status/user-idle.png diff --git a/mate/48x48/status/user-invisible.png b/mate/48x48/status/user-invisible.png Binary files differindex bda1dbb..9062bc7 100644 --- a/mate/48x48/status/user-invisible.png +++ b/mate/48x48/status/user-invisible.png diff --git a/mate/48x48/status/user-offline.png b/mate/48x48/status/user-offline.png Binary files differindex 34ea813..70b2589 100644 --- a/mate/48x48/status/user-offline.png +++ b/mate/48x48/status/user-offline.png diff --git a/mate/48x48/status/user-trash-full.png b/mate/48x48/status/user-trash-full.png Binary files differindex f3d2b7e..fb591e5 100644 --- a/mate/48x48/status/user-trash-full.png +++ b/mate/48x48/status/user-trash-full.png diff --git a/mate/48x48/status/weather-clear-night.png b/mate/48x48/status/weather-clear-night.png Binary files differindex b22800a..9457696 100644 --- a/mate/48x48/status/weather-clear-night.png +++ b/mate/48x48/status/weather-clear-night.png diff --git a/mate/48x48/status/weather-clear.png b/mate/48x48/status/weather-clear.png Binary files differindex d58c369..fccde73 100644 --- a/mate/48x48/status/weather-clear.png +++ b/mate/48x48/status/weather-clear.png diff --git a/mate/48x48/status/weather-few-clouds-night.png b/mate/48x48/status/weather-few-clouds-night.png Binary files differindex 6d32574..b85fd9d 100644 --- a/mate/48x48/status/weather-few-clouds-night.png +++ b/mate/48x48/status/weather-few-clouds-night.png diff --git a/mate/48x48/status/weather-few-clouds.png b/mate/48x48/status/weather-few-clouds.png Binary files differindex a4a3865..3cfc974 100644 --- a/mate/48x48/status/weather-few-clouds.png +++ b/mate/48x48/status/weather-few-clouds.png diff --git a/mate/48x48/status/weather-fog.png b/mate/48x48/status/weather-fog.png Binary files differindex b7786d3..7a763c7 100644 --- a/mate/48x48/status/weather-fog.png +++ b/mate/48x48/status/weather-fog.png diff --git a/mate/48x48/status/weather-overcast.png b/mate/48x48/status/weather-overcast.png Binary files differindex 74f2a65..4a37d7c 100644 --- a/mate/48x48/status/weather-overcast.png +++ b/mate/48x48/status/weather-overcast.png diff --git a/mate/48x48/status/weather-severe-alert.png b/mate/48x48/status/weather-severe-alert.png Binary files differindex b3046f0..289e019 100644 --- a/mate/48x48/status/weather-severe-alert.png +++ b/mate/48x48/status/weather-severe-alert.png diff --git a/mate/48x48/status/weather-showers-scattered.png b/mate/48x48/status/weather-showers-scattered.png Binary files differindex b017c14..6352885 100644 --- a/mate/48x48/status/weather-showers-scattered.png +++ b/mate/48x48/status/weather-showers-scattered.png diff --git a/mate/48x48/status/weather-showers.png b/mate/48x48/status/weather-showers.png Binary files differindex 09e9f06..722c27c 100644 --- a/mate/48x48/status/weather-showers.png +++ b/mate/48x48/status/weather-showers.png diff --git a/mate/48x48/status/weather-snow.png b/mate/48x48/status/weather-snow.png Binary files differindex 0a139c7..3848957 100644 --- a/mate/48x48/status/weather-snow.png +++ b/mate/48x48/status/weather-snow.png diff --git a/mate/48x48/status/weather-storm.png b/mate/48x48/status/weather-storm.png Binary files differindex a06116a..4286c20 100644 --- a/mate/48x48/status/weather-storm.png +++ b/mate/48x48/status/weather-storm.png diff --git a/mate/8x8/Makefile.am b/mate/8x8/Makefile.am new file mode 100644 index 0000000..adb440f --- /dev/null +++ b/mate/8x8/Makefile.am @@ -0,0 +1,4 @@ + +DIST_SUBDIRS = emblems + +SUBDIRS = emblems diff --git a/mate/8x8/emblems/Makefile.am b/mate/8x8/emblems/Makefile.am new file mode 100644 index 0000000..8e27097 --- /dev/null +++ b/mate/8x8/emblems/Makefile.am @@ -0,0 +1,47 @@ +NULL = + +png_icons = \ + emblem-default.png \ + emblem-new.png \ + emblem-readonly.png \ + emblem-symbolic-link.png \ + emblem-synchronizing.png \ + emblem-unreadable.png \ + $(NULL) + +emblem-default.png: ../../../src/emblem-default.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=8 -h=8 --convert-dpi-method=scale-viewbox -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-new.png: ../../../src/emblem-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:143:335:175 -w=8 -h=8 --convert-dpi-method=scale-viewbox -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-readonly.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:65:1119:81 -w=8 -h=8 --convert-dpi-method=scale-viewbox -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-symbolic-link.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=8 -h=8 --convert-dpi-method=scale-viewbox -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-synchronizing.png: ../../../src/emblem-synchronizing.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=8 -h=8 --convert-dpi-method=scale-viewbox -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-unreadable.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=8 -h=8 --convert-dpi-method=scale-viewbox -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/8x8/emblems/emblem-default.png b/mate/8x8/emblems/emblem-default.png Binary files differindex 3d122ea..34449af 100644 --- a/mate/8x8/emblems/emblem-default.png +++ b/mate/8x8/emblems/emblem-default.png diff --git a/mate/8x8/emblems/emblem-new.png b/mate/8x8/emblems/emblem-new.png Binary files differindex 45e570b..5859e68 100644 --- a/mate/8x8/emblems/emblem-new.png +++ b/mate/8x8/emblems/emblem-new.png diff --git a/mate/8x8/emblems/emblem-readonly.png b/mate/8x8/emblems/emblem-readonly.png Binary files differindex 79d1cdb..6a016bb 100644 --- a/mate/8x8/emblems/emblem-readonly.png +++ b/mate/8x8/emblems/emblem-readonly.png diff --git a/mate/8x8/emblems/emblem-symbolic-link.png b/mate/8x8/emblems/emblem-symbolic-link.png Binary files differindex 6d10939..24e88ff 100644 --- a/mate/8x8/emblems/emblem-symbolic-link.png +++ b/mate/8x8/emblems/emblem-symbolic-link.png diff --git a/mate/8x8/emblems/emblem-synchronizing.png b/mate/8x8/emblems/emblem-synchronizing.png Binary files differindex 3e6ad35..a76866a 100644 --- a/mate/8x8/emblems/emblem-synchronizing.png +++ b/mate/8x8/emblems/emblem-synchronizing.png diff --git a/mate/8x8/emblems/emblem-unreadable.png b/mate/8x8/emblems/emblem-unreadable.png Binary files differindex 150e584..0ee2d0c 100644 --- a/mate/8x8/emblems/emblem-unreadable.png +++ b/mate/8x8/emblems/emblem-unreadable.png diff --git a/mate/Makefile.am b/mate/Makefile.am index 1b77f83..dfdb327 100644 --- a/mate/Makefile.am +++ b/mate/Makefile.am @@ -6,6 +6,7 @@ NULL = themedir = $(datadir)/icons/mate DIMENSIONS = \ + 8x8 \ 16x16 \ 22x22 \ 24x24 \ |