diff options
Diffstat (limited to 'mate/48x48')
222 files changed, 1386 insertions, 1 deletions
diff --git a/mate/48x48/Makefile.am b/mate/48x48/Makefile.am index b3dafbb..160fec0 100644 --- a/mate/48x48/Makefile.am +++ b/mate/48x48/Makefile.am @@ -1,13 +1,21 @@ NULL = DIST_SUBDIRS = \ + actions \ apps \ categories \ devices \ + emblems \ + places \ + status \ $(NULL) SUBDIRS = \ + actions \ apps \ categories \ devices \ + emblems \ + places \ + status \ $(NULL) diff --git a/mate/48x48/actions/Makefile.am b/mate/48x48/actions/Makefile.am new file mode 100644 index 0000000..7b42d45 --- /dev/null +++ b/mate/48x48/actions/Makefile.am @@ -0,0 +1,664 @@ +NULL = + +png_icons = \ + address-book-new.png \ + application-exit.png \ + appointment-new.png \ + bookmark-new.png \ + call-start.png \ + call-stop.png \ + contact-new.png \ + document-new.png \ + document-open-recent.png \ + document-page-setup.png \ + document-print.png \ + document-print-preview.png \ + document-properties.png \ + document-revert.png \ + document-revert-rtl.png \ + document-save-as.png \ + document-save.png \ + document-send.png \ + edit-clear.png \ + edit-clear-rtl.png \ + edit-copy.png \ + edit-cut.png \ + edit-delete.png \ + edit-find.png \ + edit-find-replace.png \ + edit-paste.png \ + edit-redo.png \ + edit-redo-rtl.png \ + edit-select-all.png \ + edit-undo.png \ + edit-undo-rtl.png \ + format-indent-less.png \ + format-indent-less-rtl.png \ + format-indent-more.png \ + format-indent-more-rtl.png \ + format-justify-center.png \ + format-justify-fill.png \ + format-justify-left.png \ + format-justify-right.png \ + format-text-bold.png \ + format-text-direction-ltr.png \ + format-text-direction-rtl.png \ + format-text-italic.png \ + format-text-strikethrough.png \ + format-text-underline.png \ + go-bottom.png \ + go-down.png \ + go-first.png \ + go-home.png \ + go-jump.png \ + go-last.png \ + go-next.png \ + go-previous.png \ + go-top.png \ + go-up.png \ + help-about.png \ + help-faq.png \ + insert-image.png \ + insert-link.png \ + insert-object.png \ + insert-text.png \ + list-add.png \ + list-remove.png \ + mail-forward.png \ + mail-mark-important.png \ + mail-mark-junk.png \ + mail-mark-notjunk.png \ + mail-mark-read.png \ + mail-mark-unread.png \ + mail-message-new.png \ + mail-reply-all.png \ + mail-reply-sender.png \ + mail-send.png \ + mail-send-receive.png \ + mark-location.png \ + media-eject.png \ + media-playback-pause.png \ + media-playback-start.png \ + media-playback-start-rtl.png \ + media-playback-stop.png \ + media-record.png \ + media-seek-backward.png \ + media-seek-forward.png \ + media-skip-backward.png \ + media-skip-forward.png \ + object-flip-horizontal.png \ + object-flip-vertical.png \ + object-rotate-left.png \ + object-rotate-right.png \ + process-stop.png \ + system-lock-screen.png \ + system-log-out.png \ + system-run.png \ + system-search.png \ + system-shutdown.png \ + tools-check-spelling.png \ + view-fullscreen.png \ + view-refresh.png \ + view-restore.png \ + view-sort-ascending.png \ + view-sort-descending.png \ + window-close.png \ + window-new.png \ + zoom-fit-best.png \ + zoom-in.png \ + zoom-original.png \ + zoom-out.png \ + $(NULL) + +address-book-new.png: ../../../src/x-office-address-book.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +application-exit.png:../../../src/application-exit.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +appointment-new.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:497:344:545 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +bookmark-new.png: ../../../src/bookmark-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:203:344:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +call-start.png: ../../../src/call-start.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +call-stop.png: ../../../src/call-stop.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +contact-new.png: ../../../src/contact-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-new.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=701:499:749:547 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1496:802:1544:850 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open-recent.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:197:744:245 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-page-setup.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=301:199:349:247 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:197:344:245 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print-preview.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:497:1144:545 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-properties.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1101:499:1149:547 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1901:499:1949:547 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert-rtl.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1498:199:1546:247 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save-as.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:203:1144:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=697:203:745:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-send.png: ../../../src/document-send.svg + @echo " "$@ + @inkscape -z $^ --export-area=297:203:345:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-clear.png: ../../../src/edit-clear-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-clear-rtl.png: ../../../src/edit-clear-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=344:202:296:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -flop $@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-copy.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:502:744:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-cut.png: ../../../src/edit-cut.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-delete.png: ../../../src/edit-delete.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=299:202:347:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find-replace.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=699:202:747:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-paste.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:502:344:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-redo.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=75:148:123:196 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-redo-rtl.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=134:148:182:196 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-select-all.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1501:499:1549:547 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-undo.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=16:148:64:196 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-undo-rtl.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=195:148:243:196 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-new.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:802:344:850 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-less-rtl.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=-115:144:-67:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-more-rtl.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=-55:144:-7:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-less.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=5:144:53:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-more.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=65:144:113:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-left.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=125:144:173:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-center.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=185:144:233:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-right.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=245:144:293:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-fill.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=305:144:353:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-bold.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=365:144:413:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-direction-ltr.png: ../../../src/format-text-direction-ltr.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-direction-rtl.png: ../../../src/format-text-direction-rtl.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-italic.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=425:144:473:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-strikethrough.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=485:144:533:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-underline.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=545:144:593:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-jump.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=30:158:78:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-bottom.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=106:158:154:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-down.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=187:158:235:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-top.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=276:158:324:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-up.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=366:158:414:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-first.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=456:158:504:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-previous.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=536:158:584:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-refresh.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=616:158:664:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +process-stop.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=695:158:743:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-next.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=775:158:823:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-last.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=855:158:903:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-home.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=936:158:984:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +help-about.png: ../../../src/help-about.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +help-faq.png: ../../../src/help-faq.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-image.png: ../../../src/insert-image.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-link.png: ../../../src/insert-link.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-object.png: ../../../src/insert-object.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-text.png: ../../../src/insert-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +list-add.png: ../../../src/list-add-remove.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +list-remove.png: ../../../src/list-add-remove.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-forward.png: ../../../src/mail-forward.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-important.png: ../../../src/mail-mark-important.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-junk.png: ../../../src/mail-mark-junk.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-notjunk.png: ../../../src/mail-mark-notjunk.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:189:344:237 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-read.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=1496:202:1544:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-unread.png: ../../../src/mail-mark-unread.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-message-new.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-reply-all.png: ../../../src/mail-reply-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-reply-sender.png: ../../../src/mail-reply-sender.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-send.png: ../../../src/mail-send.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-send-receive.png: ../../../src/mail-send-receive.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mark-location.png: ../../../src/mark-location.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-eject.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=105:102:153:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-skip-backward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=157:102:205:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-seek-backward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=207:102:255:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-pause.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=257:102:305:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-start.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=307:102:355:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-stop.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=357:102:405:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-seek-forward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=407:102:455:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-skip-forward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=457:102:505:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-record.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=507:102:555:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-start-rtl.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=546:102:594:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-flip-horizontal.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=16:154:64:202 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-flip-vertical.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=76:154:124:202 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-rotate-left.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=136:154:184:202 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-rotate-right.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=196:154:244:202 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-lock-screen.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-log-out.png: ../../../src/system-log-out.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-run.png: ../../../src/system-run.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-search.png: ../../../src/system-search.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-shutdown.png: ../../../src/system-shutdown.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +tools-check-spelling.png: ../../../src/tools-check-spelling.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-fullscreen.png: ../../../src/view-fullscreen-restore.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-restore.png: ../../../src/view-fullscreen-restore.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-sort-ascending.png: ../../../src/view-sort.svg + @echo " "$@ + @inkscape -z $^ --export-area=13:203:61:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-sort-descending.png: ../../../src/view-sort.svg + @echo " "$@ + @inkscape -z $^ --export-area=73:203:121:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +window-close.png: ../../../src/window-close.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +window-new.png: ../../../src/window-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-fit-best.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-in.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:502:344:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-original.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-out.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:502:744:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +.PHONY: build-png-icons-local clean-png-icons-local +build-png-icons-local: $(png_icons) + +clean-png-icons-local: + @echo " Cleaning icons..." + @rm -f $(png_icons) diff --git a/mate/48x48/actions/address-book-new.png b/mate/48x48/actions/address-book-new.png Binary files differindex aa7c4e0..537d190 100644 --- a/mate/48x48/actions/address-book-new.png +++ b/mate/48x48/actions/address-book-new.png diff --git a/mate/48x48/actions/application-exit.png b/mate/48x48/actions/application-exit.png Binary files differindex 2d0cd61..cf65ad4 100644 --- a/mate/48x48/actions/application-exit.png +++ b/mate/48x48/actions/application-exit.png diff --git a/mate/48x48/actions/appointment-new.png b/mate/48x48/actions/appointment-new.png Binary files differindex bcd3843..bd313da 100644 --- a/mate/48x48/actions/appointment-new.png +++ b/mate/48x48/actions/appointment-new.png diff --git a/mate/48x48/actions/bookmark-new.png b/mate/48x48/actions/bookmark-new.png Binary files differindex 93a4b93..cea02c6 100644 --- a/mate/48x48/actions/bookmark-new.png +++ b/mate/48x48/actions/bookmark-new.png diff --git a/mate/48x48/actions/call-start.png b/mate/48x48/actions/call-start.png Binary files differindex c91bece..fbc4920 100644 --- a/mate/48x48/actions/call-start.png +++ b/mate/48x48/actions/call-start.png diff --git a/mate/48x48/actions/call-stop.png b/mate/48x48/actions/call-stop.png Binary files differindex 4bc6809..4013551 100644 --- a/mate/48x48/actions/call-stop.png +++ b/mate/48x48/actions/call-stop.png diff --git a/mate/48x48/actions/contact-new.png b/mate/48x48/actions/contact-new.png Binary files differindex 47902fd..52dd08b 100644 --- a/mate/48x48/actions/contact-new.png +++ b/mate/48x48/actions/contact-new.png diff --git a/mate/48x48/actions/document-new.png b/mate/48x48/actions/document-new.png Binary files differindex 1bf38e8..07f65c2 100644 --- a/mate/48x48/actions/document-new.png +++ b/mate/48x48/actions/document-new.png diff --git a/mate/48x48/actions/document-open-recent.png b/mate/48x48/actions/document-open-recent.png Binary files differindex c50d71d..a1f42f2 100644 --- a/mate/48x48/actions/document-open-recent.png +++ b/mate/48x48/actions/document-open-recent.png diff --git a/mate/48x48/actions/document-page-setup.png b/mate/48x48/actions/document-page-setup.png Binary files differindex b455f2b..85d1b71 100644 --- a/mate/48x48/actions/document-page-setup.png +++ b/mate/48x48/actions/document-page-setup.png diff --git a/mate/48x48/actions/document-print-preview.png b/mate/48x48/actions/document-print-preview.png Binary files differindex 93d860c..a12d3d2 100644 --- a/mate/48x48/actions/document-print-preview.png +++ b/mate/48x48/actions/document-print-preview.png diff --git a/mate/48x48/actions/document-print.png b/mate/48x48/actions/document-print.png Binary files differindex bbde279..deb59e5 100644 --- a/mate/48x48/actions/document-print.png +++ b/mate/48x48/actions/document-print.png diff --git a/mate/48x48/actions/document-properties.png b/mate/48x48/actions/document-properties.png Binary files differindex 45bb2b0..4750f53 100644 --- a/mate/48x48/actions/document-properties.png +++ b/mate/48x48/actions/document-properties.png diff --git a/mate/48x48/actions/document-revert-rtl.png b/mate/48x48/actions/document-revert-rtl.png Binary files differindex c55415c..b5ce0e7 100644 --- a/mate/48x48/actions/document-revert-rtl.png +++ b/mate/48x48/actions/document-revert-rtl.png diff --git a/mate/48x48/actions/document-revert.png b/mate/48x48/actions/document-revert.png Binary files differindex 0dcc72a..8efbd21 100644 --- a/mate/48x48/actions/document-revert.png +++ b/mate/48x48/actions/document-revert.png diff --git a/mate/48x48/actions/document-save-as.png b/mate/48x48/actions/document-save-as.png Binary files differindex fb80a5b..b99031a 100644 --- a/mate/48x48/actions/document-save-as.png +++ b/mate/48x48/actions/document-save-as.png diff --git a/mate/48x48/actions/document-save.png b/mate/48x48/actions/document-save.png Binary files differindex 04f359c..824be37 100644 --- a/mate/48x48/actions/document-save.png +++ b/mate/48x48/actions/document-save.png diff --git a/mate/48x48/actions/document-send.png b/mate/48x48/actions/document-send.png Binary files differindex a79b4f6..d92b822 100644 --- a/mate/48x48/actions/document-send.png +++ b/mate/48x48/actions/document-send.png diff --git a/mate/48x48/actions/edit-clear-rtl.png b/mate/48x48/actions/edit-clear-rtl.png Binary files differindex 1bfb224..4b1b8f9 100644 --- a/mate/48x48/actions/edit-clear-rtl.png +++ b/mate/48x48/actions/edit-clear-rtl.png diff --git a/mate/48x48/actions/edit-clear.png b/mate/48x48/actions/edit-clear.png Binary files differindex dbe885a..9e5090a 100644 --- a/mate/48x48/actions/edit-clear.png +++ b/mate/48x48/actions/edit-clear.png diff --git a/mate/48x48/actions/edit-copy.png b/mate/48x48/actions/edit-copy.png Binary files differindex 3e95555..0f15ea3 100644 --- a/mate/48x48/actions/edit-copy.png +++ b/mate/48x48/actions/edit-copy.png diff --git a/mate/48x48/actions/edit-cut.png b/mate/48x48/actions/edit-cut.png Binary files differindex 804d0cd..c260ca0 100644 --- a/mate/48x48/actions/edit-cut.png +++ b/mate/48x48/actions/edit-cut.png diff --git a/mate/48x48/actions/edit-delete.png b/mate/48x48/actions/edit-delete.png Binary files differindex a2fcfdc..6c87fe4 100644 --- a/mate/48x48/actions/edit-delete.png +++ b/mate/48x48/actions/edit-delete.png diff --git a/mate/48x48/actions/edit-find-replace.png b/mate/48x48/actions/edit-find-replace.png Binary files differindex 064dc61..04f8cf6 100644 --- a/mate/48x48/actions/edit-find-replace.png +++ b/mate/48x48/actions/edit-find-replace.png diff --git a/mate/48x48/actions/edit-find.png b/mate/48x48/actions/edit-find.png Binary files differindex 6d1db19..67948d9 100644 --- a/mate/48x48/actions/edit-find.png +++ b/mate/48x48/actions/edit-find.png diff --git a/mate/48x48/actions/edit-paste.png b/mate/48x48/actions/edit-paste.png Binary files differindex 65ac12e..8b0081e 100644 --- a/mate/48x48/actions/edit-paste.png +++ b/mate/48x48/actions/edit-paste.png diff --git a/mate/48x48/actions/edit-redo-rtl.png b/mate/48x48/actions/edit-redo-rtl.png Binary files differindex 7edc23a..ab90cdc 100644 --- a/mate/48x48/actions/edit-redo-rtl.png +++ b/mate/48x48/actions/edit-redo-rtl.png diff --git a/mate/48x48/actions/edit-redo.png b/mate/48x48/actions/edit-redo.png Binary files differindex f464156..6d2553d 100644 --- a/mate/48x48/actions/edit-redo.png +++ b/mate/48x48/actions/edit-redo.png diff --git a/mate/48x48/actions/edit-select-all.png b/mate/48x48/actions/edit-select-all.png Binary files differindex 075e78c..0a610f1 100644 --- a/mate/48x48/actions/edit-select-all.png +++ b/mate/48x48/actions/edit-select-all.png diff --git a/mate/48x48/actions/edit-undo-rtl.png b/mate/48x48/actions/edit-undo-rtl.png Binary files differindex bc186b3..7e78220 100644 --- a/mate/48x48/actions/edit-undo-rtl.png +++ b/mate/48x48/actions/edit-undo-rtl.png diff --git a/mate/48x48/actions/edit-undo.png b/mate/48x48/actions/edit-undo.png Binary files differindex f6d7e8b..f737b91 100644 --- a/mate/48x48/actions/edit-undo.png +++ b/mate/48x48/actions/edit-undo.png diff --git a/mate/48x48/actions/format-indent-less-rtl.png b/mate/48x48/actions/format-indent-less-rtl.png Binary files differindex b4d78a5..707ca54 100644 --- a/mate/48x48/actions/format-indent-less-rtl.png +++ b/mate/48x48/actions/format-indent-less-rtl.png diff --git a/mate/48x48/actions/format-indent-less.png b/mate/48x48/actions/format-indent-less.png Binary files differindex da019a4..aacfd4d 100644 --- a/mate/48x48/actions/format-indent-less.png +++ b/mate/48x48/actions/format-indent-less.png diff --git a/mate/48x48/actions/format-indent-more-rtl.png b/mate/48x48/actions/format-indent-more-rtl.png Binary files differindex 1dab715..f695747 100644 --- a/mate/48x48/actions/format-indent-more-rtl.png +++ b/mate/48x48/actions/format-indent-more-rtl.png diff --git a/mate/48x48/actions/format-indent-more.png b/mate/48x48/actions/format-indent-more.png Binary files differindex 74a5a19..2844774 100644 --- a/mate/48x48/actions/format-indent-more.png +++ b/mate/48x48/actions/format-indent-more.png diff --git a/mate/48x48/actions/format-justify-center.png b/mate/48x48/actions/format-justify-center.png Binary files differindex c1a47cf..cd5eb40 100644 --- a/mate/48x48/actions/format-justify-center.png +++ b/mate/48x48/actions/format-justify-center.png diff --git a/mate/48x48/actions/format-justify-fill.png b/mate/48x48/actions/format-justify-fill.png Binary files differindex 9f2eed1..0a594ac 100644 --- a/mate/48x48/actions/format-justify-fill.png +++ b/mate/48x48/actions/format-justify-fill.png diff --git a/mate/48x48/actions/format-justify-left.png b/mate/48x48/actions/format-justify-left.png Binary files differindex cef148d..b0ea02d 100644 --- a/mate/48x48/actions/format-justify-left.png +++ b/mate/48x48/actions/format-justify-left.png diff --git a/mate/48x48/actions/format-justify-right.png b/mate/48x48/actions/format-justify-right.png Binary files differindex 19a3f26..af4b14c 100644 --- a/mate/48x48/actions/format-justify-right.png +++ b/mate/48x48/actions/format-justify-right.png diff --git a/mate/48x48/actions/format-text-bold.png b/mate/48x48/actions/format-text-bold.png Binary files differindex a78e947..854369f 100644 --- a/mate/48x48/actions/format-text-bold.png +++ b/mate/48x48/actions/format-text-bold.png diff --git a/mate/48x48/actions/format-text-direction-ltr.png b/mate/48x48/actions/format-text-direction-ltr.png Binary files differindex 34b53f6..301f236 100644 --- a/mate/48x48/actions/format-text-direction-ltr.png +++ b/mate/48x48/actions/format-text-direction-ltr.png diff --git a/mate/48x48/actions/format-text-direction-rtl.png b/mate/48x48/actions/format-text-direction-rtl.png Binary files differindex 1cf4a97..b553bac 100644 --- a/mate/48x48/actions/format-text-direction-rtl.png +++ b/mate/48x48/actions/format-text-direction-rtl.png diff --git a/mate/48x48/actions/format-text-italic.png b/mate/48x48/actions/format-text-italic.png Binary files differindex a234bfb..d546215 100644 --- a/mate/48x48/actions/format-text-italic.png +++ b/mate/48x48/actions/format-text-italic.png diff --git a/mate/48x48/actions/format-text-strikethrough.png b/mate/48x48/actions/format-text-strikethrough.png Binary files differindex 7f39390..ecf1da9 100644 --- a/mate/48x48/actions/format-text-strikethrough.png +++ b/mate/48x48/actions/format-text-strikethrough.png diff --git a/mate/48x48/actions/format-text-underline.png b/mate/48x48/actions/format-text-underline.png Binary files differindex af92af0..c2d3811 100644 --- a/mate/48x48/actions/format-text-underline.png +++ b/mate/48x48/actions/format-text-underline.png diff --git a/mate/48x48/actions/go-bottom.png b/mate/48x48/actions/go-bottom.png Binary files differindex 8ed8533..70d161f 100644 --- a/mate/48x48/actions/go-bottom.png +++ b/mate/48x48/actions/go-bottom.png diff --git a/mate/48x48/actions/go-down.png b/mate/48x48/actions/go-down.png Binary files differindex f657e9e..1e9071a 100644 --- a/mate/48x48/actions/go-down.png +++ b/mate/48x48/actions/go-down.png diff --git a/mate/48x48/actions/go-first-rtl.png b/mate/48x48/actions/go-first-rtl.png Binary files differindex 87b4449..dde1cf6 100644..120000 --- a/mate/48x48/actions/go-first-rtl.png +++ b/mate/48x48/actions/go-first-rtl.png diff --git a/mate/48x48/actions/go-first.png b/mate/48x48/actions/go-first.png Binary files differindex 113ffd7..5e5c958 100644 --- a/mate/48x48/actions/go-first.png +++ b/mate/48x48/actions/go-first.png diff --git a/mate/48x48/actions/go-home.png b/mate/48x48/actions/go-home.png Binary files differindex cacbfd8..a37462b 100644 --- a/mate/48x48/actions/go-home.png +++ b/mate/48x48/actions/go-home.png diff --git a/mate/48x48/actions/go-jump.png b/mate/48x48/actions/go-jump.png Binary files differindex 9d84ef8..6db6781 100644 --- a/mate/48x48/actions/go-jump.png +++ b/mate/48x48/actions/go-jump.png diff --git a/mate/48x48/actions/go-last-rtl.png b/mate/48x48/actions/go-last-rtl.png Binary files differindex b6da578..96ffa73 100644..120000 --- a/mate/48x48/actions/go-last-rtl.png +++ b/mate/48x48/actions/go-last-rtl.png diff --git a/mate/48x48/actions/go-last.png b/mate/48x48/actions/go-last.png Binary files differindex ebac951..902c553 100644 --- a/mate/48x48/actions/go-last.png +++ b/mate/48x48/actions/go-last.png diff --git a/mate/48x48/actions/go-next-rtl.png b/mate/48x48/actions/go-next-rtl.png Binary files differindex de28751..56c7bd8 100644..120000 --- a/mate/48x48/actions/go-next-rtl.png +++ b/mate/48x48/actions/go-next-rtl.png diff --git a/mate/48x48/actions/go-next.png b/mate/48x48/actions/go-next.png Binary files differindex 40f5c25..1c579ee 100644 --- a/mate/48x48/actions/go-next.png +++ b/mate/48x48/actions/go-next.png diff --git a/mate/48x48/actions/go-previous-rtl.png b/mate/48x48/actions/go-previous-rtl.png Binary files differindex abe7ff6..c1febf9 100644..120000 --- a/mate/48x48/actions/go-previous-rtl.png +++ b/mate/48x48/actions/go-previous-rtl.png diff --git a/mate/48x48/actions/go-previous.png b/mate/48x48/actions/go-previous.png Binary files differindex 42fecf1..33aac05 100644 --- a/mate/48x48/actions/go-previous.png +++ b/mate/48x48/actions/go-previous.png diff --git a/mate/48x48/actions/go-top.png b/mate/48x48/actions/go-top.png Binary files differindex 0d1ec40..153072d 100644 --- a/mate/48x48/actions/go-top.png +++ b/mate/48x48/actions/go-top.png diff --git a/mate/48x48/actions/go-up.png b/mate/48x48/actions/go-up.png Binary files differindex 7b1d218..88b202a 100644 --- a/mate/48x48/actions/go-up.png +++ b/mate/48x48/actions/go-up.png diff --git a/mate/48x48/actions/help-about.png b/mate/48x48/actions/help-about.png Binary files differindex 45b5d62..c30f363 100644 --- a/mate/48x48/actions/help-about.png +++ b/mate/48x48/actions/help-about.png diff --git a/mate/48x48/actions/help-faq.png b/mate/48x48/actions/help-faq.png Binary files differindex 1d57544..b4dc16a 100644 --- a/mate/48x48/actions/help-faq.png +++ b/mate/48x48/actions/help-faq.png diff --git a/mate/48x48/actions/insert-image.png b/mate/48x48/actions/insert-image.png Binary files differindex 4fe3fc3..7791ad2 100644 --- a/mate/48x48/actions/insert-image.png +++ b/mate/48x48/actions/insert-image.png diff --git a/mate/48x48/actions/insert-link.png b/mate/48x48/actions/insert-link.png Binary files differindex 68fe1cc..a66ddd0 100644 --- a/mate/48x48/actions/insert-link.png +++ b/mate/48x48/actions/insert-link.png diff --git a/mate/48x48/actions/insert-object.png b/mate/48x48/actions/insert-object.png Binary files differindex 63dc60b..06e86ed 100644 --- a/mate/48x48/actions/insert-object.png +++ b/mate/48x48/actions/insert-object.png diff --git a/mate/48x48/actions/insert-text.png b/mate/48x48/actions/insert-text.png Binary files differindex b2baa2f..7c02460 100644 --- a/mate/48x48/actions/insert-text.png +++ b/mate/48x48/actions/insert-text.png diff --git a/mate/48x48/actions/list-add.png b/mate/48x48/actions/list-add.png Binary files differindex cb01af6..e6d0289 100644 --- a/mate/48x48/actions/list-add.png +++ b/mate/48x48/actions/list-add.png diff --git a/mate/48x48/actions/list-remove.png b/mate/48x48/actions/list-remove.png Binary files differindex 99298cf..a78ac96 100644 --- a/mate/48x48/actions/list-remove.png +++ b/mate/48x48/actions/list-remove.png diff --git a/mate/48x48/actions/mail-forward.png b/mate/48x48/actions/mail-forward.png Binary files differindex 6b88ec4..8128da4 100644 --- a/mate/48x48/actions/mail-forward.png +++ b/mate/48x48/actions/mail-forward.png diff --git a/mate/48x48/actions/mail-mark-important.png b/mate/48x48/actions/mail-mark-important.png Binary files differindex 7b24be3..83af791 100644 --- a/mate/48x48/actions/mail-mark-important.png +++ b/mate/48x48/actions/mail-mark-important.png diff --git a/mate/48x48/actions/mail-mark-junk.png b/mate/48x48/actions/mail-mark-junk.png Binary files differindex 2481f2f..7b98f6f 100644 --- a/mate/48x48/actions/mail-mark-junk.png +++ b/mate/48x48/actions/mail-mark-junk.png diff --git a/mate/48x48/actions/mail-mark-notjunk.png b/mate/48x48/actions/mail-mark-notjunk.png Binary files differindex 8aa20b0..eb9a0c8 100644 --- a/mate/48x48/actions/mail-mark-notjunk.png +++ b/mate/48x48/actions/mail-mark-notjunk.png diff --git a/mate/48x48/actions/mail-mark-read.png b/mate/48x48/actions/mail-mark-read.png Binary files differindex 44244c4..7f85fd1 100644 --- a/mate/48x48/actions/mail-mark-read.png +++ b/mate/48x48/actions/mail-mark-read.png diff --git a/mate/48x48/actions/mail-mark-unread.png b/mate/48x48/actions/mail-mark-unread.png Binary files differindex 20a4bd6..adfb4de 100644 --- a/mate/48x48/actions/mail-mark-unread.png +++ b/mate/48x48/actions/mail-mark-unread.png diff --git a/mate/48x48/actions/mail-message-new.png b/mate/48x48/actions/mail-message-new.png Binary files differindex ae1c4d6..3fe8319 100644 --- a/mate/48x48/actions/mail-message-new.png +++ b/mate/48x48/actions/mail-message-new.png diff --git a/mate/48x48/actions/mail-reply-all.png b/mate/48x48/actions/mail-reply-all.png Binary files differindex daebead..b28a372 100644 --- a/mate/48x48/actions/mail-reply-all.png +++ b/mate/48x48/actions/mail-reply-all.png diff --git a/mate/48x48/actions/mail-reply-sender.png b/mate/48x48/actions/mail-reply-sender.png Binary files differindex d0515e1..36f16d9 100644 --- a/mate/48x48/actions/mail-reply-sender.png +++ b/mate/48x48/actions/mail-reply-sender.png diff --git a/mate/48x48/actions/mail-send-receive.png b/mate/48x48/actions/mail-send-receive.png Binary files differindex d63a525..b57d30e 100644 --- a/mate/48x48/actions/mail-send-receive.png +++ b/mate/48x48/actions/mail-send-receive.png diff --git a/mate/48x48/actions/mail-send.png b/mate/48x48/actions/mail-send.png Binary files differindex c532031..532ed30 100644 --- a/mate/48x48/actions/mail-send.png +++ b/mate/48x48/actions/mail-send.png diff --git a/mate/48x48/actions/mark-location.png b/mate/48x48/actions/mark-location.png Binary files differindex 699da40..4b4060f 100644 --- a/mate/48x48/actions/mark-location.png +++ b/mate/48x48/actions/mark-location.png diff --git a/mate/48x48/actions/media-eject.png b/mate/48x48/actions/media-eject.png Binary files differindex ea8f045..3da76d9 100644 --- a/mate/48x48/actions/media-eject.png +++ b/mate/48x48/actions/media-eject.png diff --git a/mate/48x48/actions/media-playback-pause.png b/mate/48x48/actions/media-playback-pause.png Binary files differindex 6889df2..1122bf2 100644 --- a/mate/48x48/actions/media-playback-pause.png +++ b/mate/48x48/actions/media-playback-pause.png diff --git a/mate/48x48/actions/media-playback-start-rtl.png b/mate/48x48/actions/media-playback-start-rtl.png Binary files differindex c86e142..99f321c 100644 --- a/mate/48x48/actions/media-playback-start-rtl.png +++ b/mate/48x48/actions/media-playback-start-rtl.png diff --git a/mate/48x48/actions/media-playback-start.png b/mate/48x48/actions/media-playback-start.png Binary files differindex 57c5331..fc4c611 100644 --- a/mate/48x48/actions/media-playback-start.png +++ b/mate/48x48/actions/media-playback-start.png diff --git a/mate/48x48/actions/media-playback-stop.png b/mate/48x48/actions/media-playback-stop.png Binary files differindex 46528cd..cdd79e7 100644 --- a/mate/48x48/actions/media-playback-stop.png +++ b/mate/48x48/actions/media-playback-stop.png diff --git a/mate/48x48/actions/media-record.png b/mate/48x48/actions/media-record.png Binary files differindex 6b97c58..f945004 100644 --- a/mate/48x48/actions/media-record.png +++ b/mate/48x48/actions/media-record.png diff --git a/mate/48x48/actions/media-seek-backward-rtl.png b/mate/48x48/actions/media-seek-backward-rtl.png Binary files differindex 3887fe5..a7ed18d 100644..120000 --- a/mate/48x48/actions/media-seek-backward-rtl.png +++ b/mate/48x48/actions/media-seek-backward-rtl.png diff --git a/mate/48x48/actions/media-seek-backward.png b/mate/48x48/actions/media-seek-backward.png Binary files differindex 3a0bfc8..47860c3 100644 --- a/mate/48x48/actions/media-seek-backward.png +++ b/mate/48x48/actions/media-seek-backward.png diff --git a/mate/48x48/actions/media-seek-forward-rtl.png b/mate/48x48/actions/media-seek-forward-rtl.png Binary files differindex 03043bb..f9ec51f 100644..120000 --- a/mate/48x48/actions/media-seek-forward-rtl.png +++ b/mate/48x48/actions/media-seek-forward-rtl.png diff --git a/mate/48x48/actions/media-seek-forward.png b/mate/48x48/actions/media-seek-forward.png Binary files differindex 157efea..f066c53 100644 --- a/mate/48x48/actions/media-seek-forward.png +++ b/mate/48x48/actions/media-seek-forward.png diff --git a/mate/48x48/actions/media-skip-backward-rtl.png b/mate/48x48/actions/media-skip-backward-rtl.png Binary files differindex 29849f0..b394164 100644..120000 --- a/mate/48x48/actions/media-skip-backward-rtl.png +++ b/mate/48x48/actions/media-skip-backward-rtl.png diff --git a/mate/48x48/actions/media-skip-backward.png b/mate/48x48/actions/media-skip-backward.png Binary files differindex 2db3f63..d929d56 100644 --- a/mate/48x48/actions/media-skip-backward.png +++ b/mate/48x48/actions/media-skip-backward.png diff --git a/mate/48x48/actions/media-skip-forward-rtl.png b/mate/48x48/actions/media-skip-forward-rtl.png Binary files differindex 02fd7b6..64f866b 100644..120000 --- a/mate/48x48/actions/media-skip-forward-rtl.png +++ b/mate/48x48/actions/media-skip-forward-rtl.png diff --git a/mate/48x48/actions/media-skip-forward.png b/mate/48x48/actions/media-skip-forward.png Binary files differindex e33bb93..e33f695 100644 --- a/mate/48x48/actions/media-skip-forward.png +++ b/mate/48x48/actions/media-skip-forward.png diff --git a/mate/48x48/actions/object-flip-horizontal.png b/mate/48x48/actions/object-flip-horizontal.png Binary files differindex fd9de1f..3976f22 100644 --- a/mate/48x48/actions/object-flip-horizontal.png +++ b/mate/48x48/actions/object-flip-horizontal.png diff --git a/mate/48x48/actions/object-flip-vertical.png b/mate/48x48/actions/object-flip-vertical.png Binary files differindex 7a08f41..3bbc6cf 100644 --- a/mate/48x48/actions/object-flip-vertical.png +++ b/mate/48x48/actions/object-flip-vertical.png diff --git a/mate/48x48/actions/object-rotate-left.png b/mate/48x48/actions/object-rotate-left.png Binary files differindex a754bf5..8e3fe46 100644 --- a/mate/48x48/actions/object-rotate-left.png +++ b/mate/48x48/actions/object-rotate-left.png diff --git a/mate/48x48/actions/object-rotate-right.png b/mate/48x48/actions/object-rotate-right.png Binary files differindex 2103228..4aaf6ab 100644 --- a/mate/48x48/actions/object-rotate-right.png +++ b/mate/48x48/actions/object-rotate-right.png diff --git a/mate/48x48/actions/process-stop.png b/mate/48x48/actions/process-stop.png Binary files differindex 3da6508..70ccece 100644 --- a/mate/48x48/actions/process-stop.png +++ b/mate/48x48/actions/process-stop.png diff --git a/mate/48x48/actions/system-lock-screen.png b/mate/48x48/actions/system-lock-screen.png Binary files differindex ab3bee9..ed917b0 100644 --- a/mate/48x48/actions/system-lock-screen.png +++ b/mate/48x48/actions/system-lock-screen.png diff --git a/mate/48x48/actions/system-log-out.png b/mate/48x48/actions/system-log-out.png Binary files differindex 54790b1..d26ac0f 100644 --- a/mate/48x48/actions/system-log-out.png +++ b/mate/48x48/actions/system-log-out.png diff --git a/mate/48x48/actions/system-run.png b/mate/48x48/actions/system-run.png Binary files differindex 093061b..998e924 100644 --- a/mate/48x48/actions/system-run.png +++ b/mate/48x48/actions/system-run.png diff --git a/mate/48x48/actions/system-search.png b/mate/48x48/actions/system-search.png Binary files differindex 27862c6..12265d2 100644 --- a/mate/48x48/actions/system-search.png +++ b/mate/48x48/actions/system-search.png diff --git a/mate/48x48/actions/system-shutdown.png b/mate/48x48/actions/system-shutdown.png Binary files differindex 98ad01d..8a04e41 100644 --- a/mate/48x48/actions/system-shutdown.png +++ b/mate/48x48/actions/system-shutdown.png diff --git a/mate/48x48/actions/tools-check-spelling.png b/mate/48x48/actions/tools-check-spelling.png Binary files differindex d279232..016d044 100644 --- a/mate/48x48/actions/tools-check-spelling.png +++ b/mate/48x48/actions/tools-check-spelling.png diff --git a/mate/48x48/actions/view-fullscreen.png b/mate/48x48/actions/view-fullscreen.png Binary files differindex 913725a..679a46a 100644 --- a/mate/48x48/actions/view-fullscreen.png +++ b/mate/48x48/actions/view-fullscreen.png diff --git a/mate/48x48/actions/view-refresh.png b/mate/48x48/actions/view-refresh.png Binary files differindex 46a1186..01bf914 100644 --- a/mate/48x48/actions/view-refresh.png +++ b/mate/48x48/actions/view-refresh.png diff --git a/mate/48x48/actions/view-restore.png b/mate/48x48/actions/view-restore.png Binary files differindex 6b62826..0c3973b 100644 --- a/mate/48x48/actions/view-restore.png +++ b/mate/48x48/actions/view-restore.png diff --git a/mate/48x48/actions/view-sort-ascending.png b/mate/48x48/actions/view-sort-ascending.png Binary files differindex 310408a..ee2b503 100644 --- a/mate/48x48/actions/view-sort-ascending.png +++ b/mate/48x48/actions/view-sort-ascending.png diff --git a/mate/48x48/actions/view-sort-descending.png b/mate/48x48/actions/view-sort-descending.png Binary files differindex 3fc4a6f..b7cbf98 100644 --- a/mate/48x48/actions/view-sort-descending.png +++ b/mate/48x48/actions/view-sort-descending.png diff --git a/mate/48x48/actions/window-close.png b/mate/48x48/actions/window-close.png Binary files differindex fdf3eba..3cf9a1f 100644 --- a/mate/48x48/actions/window-close.png +++ b/mate/48x48/actions/window-close.png diff --git a/mate/48x48/actions/window-new.png b/mate/48x48/actions/window-new.png Binary files differindex 83b3047..3ad5cbf 100644 --- a/mate/48x48/actions/window-new.png +++ b/mate/48x48/actions/window-new.png diff --git a/mate/48x48/actions/zoom-fit-best.png b/mate/48x48/actions/zoom-fit-best.png Binary files differindex 35994e8..3eb839d 100644 --- a/mate/48x48/actions/zoom-fit-best.png +++ b/mate/48x48/actions/zoom-fit-best.png diff --git a/mate/48x48/actions/zoom-in.png b/mate/48x48/actions/zoom-in.png Binary files differindex 4660477..0a4e6e8 100644 --- a/mate/48x48/actions/zoom-in.png +++ b/mate/48x48/actions/zoom-in.png diff --git a/mate/48x48/actions/zoom-original.png b/mate/48x48/actions/zoom-original.png Binary files differindex 88e58bc..bad38a9 100644 --- a/mate/48x48/actions/zoom-original.png +++ b/mate/48x48/actions/zoom-original.png diff --git a/mate/48x48/actions/zoom-out.png b/mate/48x48/actions/zoom-out.png Binary files differindex 72e6eb4..1d104e6 100644 --- a/mate/48x48/actions/zoom-out.png +++ b/mate/48x48/actions/zoom-out.png diff --git a/mate/48x48/apps/Makefile.am b/mate/48x48/apps/Makefile.am index 2cbc37f..8188b4a 100644 --- a/mate/48x48/apps/Makefile.am +++ b/mate/48x48/apps/Makefile.am @@ -160,7 +160,7 @@ preferences-system-windows.png: ../../../src/preferences-system-windows.svg system-users.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=296:203:344:251 -w=48 -h=48 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1096:203:1144:251 -w=48 -h=48 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-info.png: ../../../src/users.svg diff --git a/mate/48x48/apps/system-users.png b/mate/48x48/apps/system-users.png Binary files differindex e4facc0..677a8cc 100644 --- a/mate/48x48/apps/system-users.png +++ b/mate/48x48/apps/system-users.png diff --git a/mate/48x48/emblems/Makefile.am b/mate/48x48/emblems/Makefile.am new file mode 100644 index 0000000..7773118 --- /dev/null +++ b/mate/48x48/emblems/Makefile.am @@ -0,0 +1,119 @@ +NULL = + +png_icons = \ + emblem-default.png \ + emblem-documents.png \ + emblem-downloads.png \ + emblem-favorite.png \ + emblem-generic.png \ + emblem-important.png \ + emblem-mail.png \ + emblem-new.png \ + emblem-package.png \ + emblem-photos.png \ + emblem-readonly.png \ + emblem-shared.png \ + emblem-symbolic-link.png \ + emblem-synchronizing.png \ + emblem-system.png \ + emblem-unreadable.png \ + emblem-urgent.png \ + emblem-web.png \ + $(NULL) + +emblem-default.png: ../../../src/emblem-default.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-documents.png: ../../../src/emblem-documents.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-downloads.png: ../../../src/emblem-downloads.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-favorite.png: ../../../src/emblem-favorite.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-generic.png: ../../../src/emblem-generic.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-important.png: ../../../src/emblem-important.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-mail.png: ../../../src/emblem-mail.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-new.png: ../../../src/emblem-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=297:204:345:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-package.png: ../../../src/packages.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-photos.png: ../../../src/emblem-photos.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:201:344:249 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-readonly.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:202:1144:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-shared.png: ../../../src/emblem-shared.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-symbolic-link.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-synchronizing.png: ../../../src/emblem-synchronizing.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-system.png: ../../../src/emblem-system.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-unreadable.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-urgent.png: ../../../src/emblem-urgent.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-web.png: ../../../src/emblem-web.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +.PHONY: build-png-icons-local clean-png-icons-local +build-png-icons-local: $(png_icons) + +clean-png-icons-local: + @echo " Cleaning icons..." + @rm -f $(png_icons) diff --git a/mate/48x48/emblems/emblem-default.png b/mate/48x48/emblems/emblem-default.png Binary files differindex 84fe175..9246e78 100644 --- a/mate/48x48/emblems/emblem-default.png +++ b/mate/48x48/emblems/emblem-default.png diff --git a/mate/48x48/emblems/emblem-documents.png b/mate/48x48/emblems/emblem-documents.png Binary files differindex c09b578..30bc8bb 100644 --- a/mate/48x48/emblems/emblem-documents.png +++ b/mate/48x48/emblems/emblem-documents.png diff --git a/mate/48x48/emblems/emblem-downloads.png b/mate/48x48/emblems/emblem-downloads.png Binary files differindex 81cbe24..8e2c9b1 100644 --- a/mate/48x48/emblems/emblem-downloads.png +++ b/mate/48x48/emblems/emblem-downloads.png diff --git a/mate/48x48/emblems/emblem-favorite.png b/mate/48x48/emblems/emblem-favorite.png Binary files differindex 1b138cb..49b51fb 100644 --- a/mate/48x48/emblems/emblem-favorite.png +++ b/mate/48x48/emblems/emblem-favorite.png diff --git a/mate/48x48/emblems/emblem-generic.png b/mate/48x48/emblems/emblem-generic.png Binary files differindex 84e4b91..e1cfc7b 100644 --- a/mate/48x48/emblems/emblem-generic.png +++ b/mate/48x48/emblems/emblem-generic.png diff --git a/mate/48x48/emblems/emblem-important.png b/mate/48x48/emblems/emblem-important.png Binary files differindex 2694e51..075494e 100644 --- a/mate/48x48/emblems/emblem-important.png +++ b/mate/48x48/emblems/emblem-important.png diff --git a/mate/48x48/emblems/emblem-mail.png b/mate/48x48/emblems/emblem-mail.png Binary files differindex d06fdf5..d1e01a9 100644 --- a/mate/48x48/emblems/emblem-mail.png +++ b/mate/48x48/emblems/emblem-mail.png diff --git a/mate/48x48/emblems/emblem-new.png b/mate/48x48/emblems/emblem-new.png Binary files differindex 2a58cee..839c30e 100644 --- a/mate/48x48/emblems/emblem-new.png +++ b/mate/48x48/emblems/emblem-new.png diff --git a/mate/48x48/emblems/emblem-package.png b/mate/48x48/emblems/emblem-package.png Binary files differindex 101fdf8..f07fe96 100644 --- a/mate/48x48/emblems/emblem-package.png +++ b/mate/48x48/emblems/emblem-package.png diff --git a/mate/48x48/emblems/emblem-photos.png b/mate/48x48/emblems/emblem-photos.png Binary files differindex d5b222f..e0ef3c3 100644 --- a/mate/48x48/emblems/emblem-photos.png +++ b/mate/48x48/emblems/emblem-photos.png diff --git a/mate/48x48/emblems/emblem-readonly.png b/mate/48x48/emblems/emblem-readonly.png Binary files differindex a37fd1e..8aacd67 100644 --- a/mate/48x48/emblems/emblem-readonly.png +++ b/mate/48x48/emblems/emblem-readonly.png diff --git a/mate/48x48/emblems/emblem-shared.png b/mate/48x48/emblems/emblem-shared.png Binary files differindex 59a28dc..d088476 100644 --- a/mate/48x48/emblems/emblem-shared.png +++ b/mate/48x48/emblems/emblem-shared.png diff --git a/mate/48x48/emblems/emblem-symbolic-link.png b/mate/48x48/emblems/emblem-symbolic-link.png Binary files differindex 8dcc5fd..9924802 100644 --- a/mate/48x48/emblems/emblem-symbolic-link.png +++ b/mate/48x48/emblems/emblem-symbolic-link.png diff --git a/mate/48x48/emblems/emblem-synchronizing.png b/mate/48x48/emblems/emblem-synchronizing.png Binary files differindex 54dfc0f..a3f302a 100644 --- a/mate/48x48/emblems/emblem-synchronizing.png +++ b/mate/48x48/emblems/emblem-synchronizing.png diff --git a/mate/48x48/emblems/emblem-system.png b/mate/48x48/emblems/emblem-system.png Binary files differindex 10d83b2..c5f8e00 100644 --- a/mate/48x48/emblems/emblem-system.png +++ b/mate/48x48/emblems/emblem-system.png diff --git a/mate/48x48/emblems/emblem-unreadable.png b/mate/48x48/emblems/emblem-unreadable.png Binary files differindex 5f8a57d..b31bf79 100644 --- a/mate/48x48/emblems/emblem-unreadable.png +++ b/mate/48x48/emblems/emblem-unreadable.png diff --git a/mate/48x48/emblems/emblem-urgent.png b/mate/48x48/emblems/emblem-urgent.png Binary files differindex 958e183..ffe0b0e 100644 --- a/mate/48x48/emblems/emblem-urgent.png +++ b/mate/48x48/emblems/emblem-urgent.png diff --git a/mate/48x48/emblems/emblem-web.png b/mate/48x48/emblems/emblem-web.png Binary files differindex cdf16fa..db2bba4 100644 --- a/mate/48x48/emblems/emblem-web.png +++ b/mate/48x48/emblems/emblem-web.png diff --git a/mate/48x48/places/Makefile.am b/mate/48x48/places/Makefile.am new file mode 100644 index 0000000..140e5ba --- /dev/null +++ b/mate/48x48/places/Makefile.am @@ -0,0 +1,94 @@ +NULL = + +png_icons = \ + network-server.png \ + network-workgroup.png \ + user-trash.png \ + $(NULL) + +folder-documents.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-download.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:502:744:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-music.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:502:1144:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-pictures.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:1102:344:1150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-publicshare.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1496:202:1544:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-remote.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:802:1144:850 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-saved-search.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:802:744:850 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-templates.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:202:1144:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-videos.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:802:1144:850 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-server.png: ../../../src/network-server.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-workgroup.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:502:744:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-bookmarks.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1896:202:1944:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-desktop.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1896:502:1944:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-home.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:502:344:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-trash.png: ../../../src/trash.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +.PHONY: build-png-icons-local clean-png-icons-local +build-png-icons-local: $(png_icons) + +clean-png-icons-local: + @echo " Cleaning icons..." + @rm -f $(png_icons) diff --git a/mate/48x48/places/network-server.png b/mate/48x48/places/network-server.png Binary files differindex 4e3205f..6caa766 100644 --- a/mate/48x48/places/network-server.png +++ b/mate/48x48/places/network-server.png diff --git a/mate/48x48/places/network-workgroup.png b/mate/48x48/places/network-workgroup.png Binary files differindex 1e3ee67..0eeb626 100644 --- a/mate/48x48/places/network-workgroup.png +++ b/mate/48x48/places/network-workgroup.png diff --git a/mate/48x48/places/user-trash.png b/mate/48x48/places/user-trash.png Binary files differindex 95a8ea7..31c28c1 100644 --- a/mate/48x48/places/user-trash.png +++ b/mate/48x48/places/user-trash.png diff --git a/mate/48x48/status/Makefile.am b/mate/48x48/status/Makefile.am new file mode 100644 index 0000000..02abbed --- /dev/null +++ b/mate/48x48/status/Makefile.am @@ -0,0 +1,500 @@ +NULL = + +png_icons = \ + appointment-missed.png \ + appointment-soon.png \ + audio-volume-high.png \ + audio-volume-low.png \ + audio-volume-medium.png \ + audio-volume-muted.png \ + audio-volume-off.png \ + avatar-default.png \ + battery-caution-charging.png \ + battery-caution.png \ + battery-empty.png \ + battery-full-charged.png \ + battery-full-charging.png \ + battery-full.png \ + battery-good-charging.png \ + battery-good.png \ + battery-low-charging.png \ + battery-low.png \ + battery-missing.png \ + changes-allow.png \ + changes-prevent.png \ + computer-fail.png \ + dialog-error.png \ + dialog-information.png \ + dialog-password.png \ + dialog-question.png \ + dialog-warning.png \ + image-loading.png \ + image-missing.png \ + mail-attachment.png \ + mail-read.png \ + mail-replied.png \ + mail-unread.png \ + media-playlist-repeat.png \ + media-playlist-shuffle.png \ + microphone-sensitivity-high.png \ + microphone-sensitivity-low.png \ + microphone-sensitivity-medium.png \ + microphone-sensitivity-muted.png \ + network-error.png \ + network-idle.png \ + network-offline.png \ + network-receive.png \ + network-transmit.png \ + network-transmit-receive.png \ + non-starred.png \ + printer-error.png \ + printer-printing.png \ + security-high.png \ + security-low.png \ + security-medium.png \ + semi-starred.png \ + semi-starred-rtl.png \ + software-update-available.png \ + software-update-urgent.png \ + starred.png \ + task-due.png \ + task-past-due.png \ + trophy-bronze.png \ + trophy-gold.png \ + trophy-silver.png \ + user-available.png \ + user-away.png \ + user-busy.png \ + user-idle.png \ + user-invisible.png \ + user-offline.png \ + user-trash-full.png \ + weather-clear-night.png \ + weather-clear.png \ + weather-few-clouds-night.png \ + weather-few-clouds.png \ + weather-fog.png \ + weather-overcast.png \ + weather-severe-alert.png \ + weather-showers.png \ + weather-showers-scattered.png \ + weather-snow.png \ + weather-storm.png \ + $(NULL) + +appointment-missed.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:197:344:245 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +appointment-soon.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:497:744:545 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-high.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:504:344:552 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-low.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-medium.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:504:744:552 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-muted.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:204:744:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-off.png: ../../../src/audio-volume-off.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +avatar-default.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-caution-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=316:502:364:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-caution.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:802:1144:850 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-empty.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:-118:744:-70 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full-charged.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:-428:744:-380 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:502:744:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-good-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:202:1144:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-good.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:502:1144:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-low-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:-118:1144:-70 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-low.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:802:744:850 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-missing.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:-118:344:-70 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +changes-allow.png: ../../../src/changes.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:204:744:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +changes-prevent.png: ../../../src/changes.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +computer-fail.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1896:204:1944:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-error.png: ../../../src/dialog-error.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-information.png: ../../../src/dialog-information.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-password.png: ../../../src/dialog-password.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-question.png: ../../../src/dialog-question.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-warning.png: ../../../src/dialog-warning.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-drag-accept.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-open.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-visiting.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +image-loading.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=700:199:748:247 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +image-missing.png: ../../../src/photos.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:204:744:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-attachment.png: ../../../src/mail-attachment.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-read.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-replied.png: ../../../src/mail-replied.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-unread.png: ../../../src/mail-unread.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playlist-repeat.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=55:102:103:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playlist-shuffle.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=5:102:53:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-muted.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=448:214:496:262 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-low.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=528:214:576:262 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-medium.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=608:214:656:262 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-high.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=688:214:736:262 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-error.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:504:1144:552 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-idle.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-offline.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1496:504:1544:552 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-receive.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1496:204:1544:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-transmit.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:204:1144:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-transmit-receive.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:204:744:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-error.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:197:744:245 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-printing.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:497:744:545 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-high.png: ../../../src/security-high.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-low.png: ../../../src/security-low.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-medium.png: ../../../src/security-medium.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +software-update-available.png: ../../../src/software-update.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +software-update-urgent.png: ../../../src/software-update.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:204:744:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +non-starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=299:201:347:249 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +semi-starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=716:504:764:552 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +semi-starred-rtl.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=716:204:764:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:504:344:552 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +task-due.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +task-past-due.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:204:744:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-bronze.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:202:1144:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-gold.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-silver.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-available.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1206:204:1254:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-offline.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1266:204:1314:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-idle.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1326:204:1374:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-away.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1386:204:1434:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-invisible.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1446:204:1494:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-busy.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1506:204:1554:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-trash-full.png: ../../../src/trash.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-clear-night.png: ../../../src/weather-clear-night.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-clear.png: ../../../src/weather-clear.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-few-clouds-night.png: ../../../src/weather-few-clouds-night.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-few-clouds.png: ../../../src/weather-few-clouds.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-fog.png: ../../../src/weather-fog.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-overcast.png: ../../../src/weather-overcast.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-severe-alert.png: ../../../src/weather-severe-alert.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-showers.png: ../../../src/weather-showers.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-showers-scattered.png: ../../../src/weather-showers-scattered.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-snow.png: ../../../src/weather-snow.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-storm.png: ../../../src/weather-storm.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +.PHONY: build-png-icons-local clean-png-icons-local +build-png-icons-local: $(png_icons) + +clean-png-icons-local: + @echo " Cleaning icons..." + @rm -f $(png_icons) diff --git a/mate/48x48/status/appointment-missed.png b/mate/48x48/status/appointment-missed.png Binary files differindex 7678ae2..a9f6085 100644 --- a/mate/48x48/status/appointment-missed.png +++ b/mate/48x48/status/appointment-missed.png diff --git a/mate/48x48/status/appointment-soon.png b/mate/48x48/status/appointment-soon.png Binary files differindex dbdbab1..a856c44 100644 --- a/mate/48x48/status/appointment-soon.png +++ b/mate/48x48/status/appointment-soon.png diff --git a/mate/48x48/status/audio-volume-high.png b/mate/48x48/status/audio-volume-high.png Binary files differindex 6376a23..1d62059 100644 --- a/mate/48x48/status/audio-volume-high.png +++ b/mate/48x48/status/audio-volume-high.png diff --git a/mate/48x48/status/audio-volume-low.png b/mate/48x48/status/audio-volume-low.png Binary files differindex 3b71c86..603ae3a 100644 --- a/mate/48x48/status/audio-volume-low.png +++ b/mate/48x48/status/audio-volume-low.png diff --git a/mate/48x48/status/audio-volume-medium.png b/mate/48x48/status/audio-volume-medium.png Binary files differindex c4074ab..e219bea 100644 --- a/mate/48x48/status/audio-volume-medium.png +++ b/mate/48x48/status/audio-volume-medium.png diff --git a/mate/48x48/status/audio-volume-muted.png b/mate/48x48/status/audio-volume-muted.png Binary files differindex 1b05b43..ffb9fb1 100644 --- a/mate/48x48/status/audio-volume-muted.png +++ b/mate/48x48/status/audio-volume-muted.png diff --git a/mate/48x48/status/audio-volume-off.png b/mate/48x48/status/audio-volume-off.png Binary files differindex f03de45..265bb76 100644 --- a/mate/48x48/status/audio-volume-off.png +++ b/mate/48x48/status/audio-volume-off.png diff --git a/mate/48x48/status/avatar-default.png b/mate/48x48/status/avatar-default.png Binary files differindex 8a58ee3..ca34d33 100644 --- a/mate/48x48/status/avatar-default.png +++ b/mate/48x48/status/avatar-default.png diff --git a/mate/48x48/status/battery-caution-charging.png b/mate/48x48/status/battery-caution-charging.png Binary files differindex 61c8238..2d9e704 100644 --- a/mate/48x48/status/battery-caution-charging.png +++ b/mate/48x48/status/battery-caution-charging.png diff --git a/mate/48x48/status/battery-caution.png b/mate/48x48/status/battery-caution.png Binary files differindex 7dce54b..89d4fb3 100644 --- a/mate/48x48/status/battery-caution.png +++ b/mate/48x48/status/battery-caution.png diff --git a/mate/48x48/status/battery-empty.png b/mate/48x48/status/battery-empty.png Binary files differindex f300305..1b8c145 100644 --- a/mate/48x48/status/battery-empty.png +++ b/mate/48x48/status/battery-empty.png diff --git a/mate/48x48/status/battery-full-charged.png b/mate/48x48/status/battery-full-charged.png Binary files differindex 8368c71..8f5b3dc 100644 --- a/mate/48x48/status/battery-full-charged.png +++ b/mate/48x48/status/battery-full-charged.png diff --git a/mate/48x48/status/battery-full-charging.png b/mate/48x48/status/battery-full-charging.png Binary files differindex b2e0c80..a283ca6 100644 --- a/mate/48x48/status/battery-full-charging.png +++ b/mate/48x48/status/battery-full-charging.png diff --git a/mate/48x48/status/battery-full.png b/mate/48x48/status/battery-full.png Binary files differindex d3fb24e..6ce4f97 100644 --- a/mate/48x48/status/battery-full.png +++ b/mate/48x48/status/battery-full.png diff --git a/mate/48x48/status/battery-good-charging.png b/mate/48x48/status/battery-good-charging.png Binary files differindex 93091fc..4e01371 100644 --- a/mate/48x48/status/battery-good-charging.png +++ b/mate/48x48/status/battery-good-charging.png diff --git a/mate/48x48/status/battery-good.png b/mate/48x48/status/battery-good.png Binary files differindex 362f38a..1915466 100644 --- a/mate/48x48/status/battery-good.png +++ b/mate/48x48/status/battery-good.png diff --git a/mate/48x48/status/battery-low-charging.png b/mate/48x48/status/battery-low-charging.png Binary files differindex 8c968c6..298f553 100644 --- a/mate/48x48/status/battery-low-charging.png +++ b/mate/48x48/status/battery-low-charging.png diff --git a/mate/48x48/status/battery-low.png b/mate/48x48/status/battery-low.png Binary files differindex a7d8d91..a2bb1b9 100644 --- a/mate/48x48/status/battery-low.png +++ b/mate/48x48/status/battery-low.png diff --git a/mate/48x48/status/battery-missing.png b/mate/48x48/status/battery-missing.png Binary files differindex 95d7c54..6ce2c30 100644 --- a/mate/48x48/status/battery-missing.png +++ b/mate/48x48/status/battery-missing.png diff --git a/mate/48x48/status/changes-allow.png b/mate/48x48/status/changes-allow.png Binary files differindex 0e6d17c..5aa9816 100644 --- a/mate/48x48/status/changes-allow.png +++ b/mate/48x48/status/changes-allow.png diff --git a/mate/48x48/status/changes-prevent.png b/mate/48x48/status/changes-prevent.png Binary files differindex 8d13bfd..d56ebb2 100644 --- a/mate/48x48/status/changes-prevent.png +++ b/mate/48x48/status/changes-prevent.png diff --git a/mate/48x48/status/computer-fail.png b/mate/48x48/status/computer-fail.png Binary files differindex df6a82c..01ec8fb 100644 --- a/mate/48x48/status/computer-fail.png +++ b/mate/48x48/status/computer-fail.png diff --git a/mate/48x48/status/dialog-error.png b/mate/48x48/status/dialog-error.png Binary files differindex 49ed530..a686039 100644 --- a/mate/48x48/status/dialog-error.png +++ b/mate/48x48/status/dialog-error.png diff --git a/mate/48x48/status/dialog-information.png b/mate/48x48/status/dialog-information.png Binary files differindex cca5804..3db70fd 100644 --- a/mate/48x48/status/dialog-information.png +++ b/mate/48x48/status/dialog-information.png diff --git a/mate/48x48/status/dialog-password.png b/mate/48x48/status/dialog-password.png Binary files differindex e40a48d..207b475 100644 --- a/mate/48x48/status/dialog-password.png +++ b/mate/48x48/status/dialog-password.png diff --git a/mate/48x48/status/dialog-question.png b/mate/48x48/status/dialog-question.png Binary files differindex 2361f74..e8dc819 100644 --- a/mate/48x48/status/dialog-question.png +++ b/mate/48x48/status/dialog-question.png diff --git a/mate/48x48/status/dialog-warning.png b/mate/48x48/status/dialog-warning.png Binary files differindex a9ff09b..71a2ea2 100644 --- a/mate/48x48/status/dialog-warning.png +++ b/mate/48x48/status/dialog-warning.png diff --git a/mate/48x48/status/image-loading.png b/mate/48x48/status/image-loading.png Binary files differindex 99e4368..2d12811 100644 --- a/mate/48x48/status/image-loading.png +++ b/mate/48x48/status/image-loading.png diff --git a/mate/48x48/status/image-missing.png b/mate/48x48/status/image-missing.png Binary files differindex 176eef6..8292202 100644 --- a/mate/48x48/status/image-missing.png +++ b/mate/48x48/status/image-missing.png diff --git a/mate/48x48/status/mail-attachment.png b/mate/48x48/status/mail-attachment.png Binary files differindex ae9bccf..9ad2b85 100644 --- a/mate/48x48/status/mail-attachment.png +++ b/mate/48x48/status/mail-attachment.png diff --git a/mate/48x48/status/mail-read.png b/mate/48x48/status/mail-read.png Binary files differindex a876838..337a1a3 100644 --- a/mate/48x48/status/mail-read.png +++ b/mate/48x48/status/mail-read.png diff --git a/mate/48x48/status/mail-replied.png b/mate/48x48/status/mail-replied.png Binary files differindex 7bdbcc5..6151584 100644 --- a/mate/48x48/status/mail-replied.png +++ b/mate/48x48/status/mail-replied.png diff --git a/mate/48x48/status/mail-unread.png b/mate/48x48/status/mail-unread.png Binary files differindex 1b7e1d5..1922094 100644 --- a/mate/48x48/status/mail-unread.png +++ b/mate/48x48/status/mail-unread.png diff --git a/mate/48x48/status/media-playlist-repeat.png b/mate/48x48/status/media-playlist-repeat.png Binary files differindex e3f99d3..cefa0f9 100644 --- a/mate/48x48/status/media-playlist-repeat.png +++ b/mate/48x48/status/media-playlist-repeat.png diff --git a/mate/48x48/status/media-playlist-shuffle.png b/mate/48x48/status/media-playlist-shuffle.png Binary files differindex 59bc573..8b311e0 100644 --- a/mate/48x48/status/media-playlist-shuffle.png +++ b/mate/48x48/status/media-playlist-shuffle.png diff --git a/mate/48x48/status/microphone-sensitivity-high.png b/mate/48x48/status/microphone-sensitivity-high.png Binary files differindex df3f091..27e00c8 100644 --- a/mate/48x48/status/microphone-sensitivity-high.png +++ b/mate/48x48/status/microphone-sensitivity-high.png diff --git a/mate/48x48/status/microphone-sensitivity-low.png b/mate/48x48/status/microphone-sensitivity-low.png Binary files differindex 8bb56aa..a61e510 100644 --- a/mate/48x48/status/microphone-sensitivity-low.png +++ b/mate/48x48/status/microphone-sensitivity-low.png diff --git a/mate/48x48/status/microphone-sensitivity-medium.png b/mate/48x48/status/microphone-sensitivity-medium.png Binary files differindex e671d8a..10ea8fb 100644 --- a/mate/48x48/status/microphone-sensitivity-medium.png +++ b/mate/48x48/status/microphone-sensitivity-medium.png diff --git a/mate/48x48/status/microphone-sensitivity-muted.png b/mate/48x48/status/microphone-sensitivity-muted.png Binary files differindex c303bc6..8cb2668 100644 --- a/mate/48x48/status/microphone-sensitivity-muted.png +++ b/mate/48x48/status/microphone-sensitivity-muted.png diff --git a/mate/48x48/status/network-error.png b/mate/48x48/status/network-error.png Binary files differindex ac1391d..7e5ad21 100644 --- a/mate/48x48/status/network-error.png +++ b/mate/48x48/status/network-error.png diff --git a/mate/48x48/status/network-idle.png b/mate/48x48/status/network-idle.png Binary files differindex 6a5bcba..94977d9 100644 --- a/mate/48x48/status/network-idle.png +++ b/mate/48x48/status/network-idle.png diff --git a/mate/48x48/status/network-offline.png b/mate/48x48/status/network-offline.png Binary files differindex 56d6591..ebf863e 100644 --- a/mate/48x48/status/network-offline.png +++ b/mate/48x48/status/network-offline.png diff --git a/mate/48x48/status/network-receive.png b/mate/48x48/status/network-receive.png Binary files differindex 128cb0e..0c02939 100644 --- a/mate/48x48/status/network-receive.png +++ b/mate/48x48/status/network-receive.png diff --git a/mate/48x48/status/network-transmit-receive.png b/mate/48x48/status/network-transmit-receive.png Binary files differindex 35cb0f6..9de5ce9 100644 --- a/mate/48x48/status/network-transmit-receive.png +++ b/mate/48x48/status/network-transmit-receive.png diff --git a/mate/48x48/status/network-transmit.png b/mate/48x48/status/network-transmit.png Binary files differindex e0eb434..229f9ed 100644 --- a/mate/48x48/status/network-transmit.png +++ b/mate/48x48/status/network-transmit.png diff --git a/mate/48x48/status/non-starred.png b/mate/48x48/status/non-starred.png Binary files differindex 42a0c04..03a3e12 100644 --- a/mate/48x48/status/non-starred.png +++ b/mate/48x48/status/non-starred.png diff --git a/mate/48x48/status/printer-error.png b/mate/48x48/status/printer-error.png Binary files differindex d36450d..2b1b93c 100644 --- a/mate/48x48/status/printer-error.png +++ b/mate/48x48/status/printer-error.png diff --git a/mate/48x48/status/printer-printing.png b/mate/48x48/status/printer-printing.png Binary files differindex 10f7593..daa4cb7 100644 --- a/mate/48x48/status/printer-printing.png +++ b/mate/48x48/status/printer-printing.png diff --git a/mate/48x48/status/security-high.png b/mate/48x48/status/security-high.png Binary files differindex 7579bdd..4b9430a 100644 --- a/mate/48x48/status/security-high.png +++ b/mate/48x48/status/security-high.png diff --git a/mate/48x48/status/security-low.png b/mate/48x48/status/security-low.png Binary files differindex 35c299f..9f0900b 100644 --- a/mate/48x48/status/security-low.png +++ b/mate/48x48/status/security-low.png diff --git a/mate/48x48/status/security-medium.png b/mate/48x48/status/security-medium.png Binary files differindex e37343f..b45bfa3 100644 --- a/mate/48x48/status/security-medium.png +++ b/mate/48x48/status/security-medium.png diff --git a/mate/48x48/status/semi-starred-rtl.png b/mate/48x48/status/semi-starred-rtl.png Binary files differindex fc41c55..453eeeb 100644 --- a/mate/48x48/status/semi-starred-rtl.png +++ b/mate/48x48/status/semi-starred-rtl.png diff --git a/mate/48x48/status/semi-starred.png b/mate/48x48/status/semi-starred.png Binary files differindex 2e7b959..f6e8c62 100644 --- a/mate/48x48/status/semi-starred.png +++ b/mate/48x48/status/semi-starred.png diff --git a/mate/48x48/status/software-update-available.png b/mate/48x48/status/software-update-available.png Binary files differindex d605461..30a3be4 100644 --- a/mate/48x48/status/software-update-available.png +++ b/mate/48x48/status/software-update-available.png diff --git a/mate/48x48/status/software-update-urgent.png b/mate/48x48/status/software-update-urgent.png Binary files differindex 7d7cab8..c13babd 100644 --- a/mate/48x48/status/software-update-urgent.png +++ b/mate/48x48/status/software-update-urgent.png diff --git a/mate/48x48/status/starred.png b/mate/48x48/status/starred.png Binary files differindex 0266aa8..12ee868 100644 --- a/mate/48x48/status/starred.png +++ b/mate/48x48/status/starred.png diff --git a/mate/48x48/status/task-due.png b/mate/48x48/status/task-due.png Binary files differindex 3038bab..f8e1ff0 100644 --- a/mate/48x48/status/task-due.png +++ b/mate/48x48/status/task-due.png diff --git a/mate/48x48/status/task-past-due.png b/mate/48x48/status/task-past-due.png Binary files differindex 5b6c612..9f1641b 100644 --- a/mate/48x48/status/task-past-due.png +++ b/mate/48x48/status/task-past-due.png diff --git a/mate/48x48/status/trophy-bronze.png b/mate/48x48/status/trophy-bronze.png Binary files differindex 84c3a41..c55bd07 100644 --- a/mate/48x48/status/trophy-bronze.png +++ b/mate/48x48/status/trophy-bronze.png diff --git a/mate/48x48/status/trophy-gold.png b/mate/48x48/status/trophy-gold.png Binary files differindex c206d53..e8906cb 100644 --- a/mate/48x48/status/trophy-gold.png +++ b/mate/48x48/status/trophy-gold.png diff --git a/mate/48x48/status/trophy-silver.png b/mate/48x48/status/trophy-silver.png Binary files differindex 8e1ea0a..212dcde 100644 --- a/mate/48x48/status/trophy-silver.png +++ b/mate/48x48/status/trophy-silver.png diff --git a/mate/48x48/status/user-available.png b/mate/48x48/status/user-available.png Binary files differindex 1ddd24b..c27745c 100644 --- a/mate/48x48/status/user-available.png +++ b/mate/48x48/status/user-available.png diff --git a/mate/48x48/status/user-away.png b/mate/48x48/status/user-away.png Binary files differindex 80aa1a6..9514f3b 100644 --- a/mate/48x48/status/user-away.png +++ b/mate/48x48/status/user-away.png diff --git a/mate/48x48/status/user-busy.png b/mate/48x48/status/user-busy.png Binary files differindex 27a2b5e..885d466 100644 --- a/mate/48x48/status/user-busy.png +++ b/mate/48x48/status/user-busy.png diff --git a/mate/48x48/status/user-idle.png b/mate/48x48/status/user-idle.png Binary files differindex 60c09a3..f2d578c 100644 --- a/mate/48x48/status/user-idle.png +++ b/mate/48x48/status/user-idle.png diff --git a/mate/48x48/status/user-invisible.png b/mate/48x48/status/user-invisible.png Binary files differindex bda1dbb..9062bc7 100644 --- a/mate/48x48/status/user-invisible.png +++ b/mate/48x48/status/user-invisible.png diff --git a/mate/48x48/status/user-offline.png b/mate/48x48/status/user-offline.png Binary files differindex 34ea813..70b2589 100644 --- a/mate/48x48/status/user-offline.png +++ b/mate/48x48/status/user-offline.png diff --git a/mate/48x48/status/user-trash-full.png b/mate/48x48/status/user-trash-full.png Binary files differindex f3d2b7e..fb591e5 100644 --- a/mate/48x48/status/user-trash-full.png +++ b/mate/48x48/status/user-trash-full.png diff --git a/mate/48x48/status/weather-clear-night.png b/mate/48x48/status/weather-clear-night.png Binary files differindex b22800a..9457696 100644 --- a/mate/48x48/status/weather-clear-night.png +++ b/mate/48x48/status/weather-clear-night.png diff --git a/mate/48x48/status/weather-clear.png b/mate/48x48/status/weather-clear.png Binary files differindex d58c369..fccde73 100644 --- a/mate/48x48/status/weather-clear.png +++ b/mate/48x48/status/weather-clear.png diff --git a/mate/48x48/status/weather-few-clouds-night.png b/mate/48x48/status/weather-few-clouds-night.png Binary files differindex 6d32574..b85fd9d 100644 --- a/mate/48x48/status/weather-few-clouds-night.png +++ b/mate/48x48/status/weather-few-clouds-night.png diff --git a/mate/48x48/status/weather-few-clouds.png b/mate/48x48/status/weather-few-clouds.png Binary files differindex a4a3865..3cfc974 100644 --- a/mate/48x48/status/weather-few-clouds.png +++ b/mate/48x48/status/weather-few-clouds.png diff --git a/mate/48x48/status/weather-fog.png b/mate/48x48/status/weather-fog.png Binary files differindex b7786d3..7a763c7 100644 --- a/mate/48x48/status/weather-fog.png +++ b/mate/48x48/status/weather-fog.png diff --git a/mate/48x48/status/weather-overcast.png b/mate/48x48/status/weather-overcast.png Binary files differindex 74f2a65..4a37d7c 100644 --- a/mate/48x48/status/weather-overcast.png +++ b/mate/48x48/status/weather-overcast.png diff --git a/mate/48x48/status/weather-severe-alert.png b/mate/48x48/status/weather-severe-alert.png Binary files differindex b3046f0..289e019 100644 --- a/mate/48x48/status/weather-severe-alert.png +++ b/mate/48x48/status/weather-severe-alert.png diff --git a/mate/48x48/status/weather-showers-scattered.png b/mate/48x48/status/weather-showers-scattered.png Binary files differindex b017c14..6352885 100644 --- a/mate/48x48/status/weather-showers-scattered.png +++ b/mate/48x48/status/weather-showers-scattered.png diff --git a/mate/48x48/status/weather-showers.png b/mate/48x48/status/weather-showers.png Binary files differindex 09e9f06..722c27c 100644 --- a/mate/48x48/status/weather-showers.png +++ b/mate/48x48/status/weather-showers.png diff --git a/mate/48x48/status/weather-snow.png b/mate/48x48/status/weather-snow.png Binary files differindex 0a139c7..3848957 100644 --- a/mate/48x48/status/weather-snow.png +++ b/mate/48x48/status/weather-snow.png diff --git a/mate/48x48/status/weather-storm.png b/mate/48x48/status/weather-storm.png Binary files differindex a06116a..4286c20 100644 --- a/mate/48x48/status/weather-storm.png +++ b/mate/48x48/status/weather-storm.png |