diff options
Diffstat (limited to 'mate/22x22')
225 files changed, 1393 insertions, 2 deletions
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 |