diff options
Diffstat (limited to 'mate/16x16/emblems')
19 files changed, 119 insertions, 0 deletions
diff --git a/mate/16x16/emblems/Makefile.am b/mate/16x16/emblems/Makefile.am new file mode 100644 index 0000000..2018f02 --- /dev/null +++ b/mate/16x16/emblems/Makefile.am @@ -0,0 +1,119 @@ +NULL = + +png_icons = \ + emblem-default.png \ + emblem-documents.png \ + emblem-downloads.png \ + emblem-favorite.png \ + emblem-generic.png \ + emblem-important.png \ + emblem-mail.png \ + emblem-new.png \ + emblem-package.png \ + emblem-photos.png \ + emblem-readonly.png \ + emblem-shared.png \ + emblem-symbolic-link.png \ + emblem-synchronizing.png \ + emblem-system.png \ + emblem-unreadable.png \ + emblem-urgent.png \ + emblem-web.png \ + $(NULL) + +emblem-default.png: ../../../src/emblem-default.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-documents.png: ../../../src/emblem-documents.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-downloads.png: ../../../src/emblem-downloads.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-favorite.png: ../../../src/emblem-favorite.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-generic.png: ../../../src/emblem-generic.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-important.png: ../../../src/emblem-important.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-mail.png: ../../../src/emblem-mail.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-new.png: ../../../src/emblem-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-package.png: ../../../src/packages.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-photos.png: ../../../src/emblem-photos.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-readonly.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:65:1119:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-shared.png: ../../../src/emblem-shared.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-symbolic-link.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-synchronizing.png: ../../../src/emblem-synchronizing.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-system.png: ../../../src/emblem-system.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-unreadable.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-urgent.png: ../../../src/emblem-urgent.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-web.png: ../../../src/emblem-web.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +.PHONY: build-png-icons-local clean-png-icons-local +build-png-icons-local: $(png_icons) + +clean-png-icons-local: + @echo " Cleaning icons..." + @rm -f $(png_icons) diff --git a/mate/16x16/emblems/emblem-default.png b/mate/16x16/emblems/emblem-default.png Binary files differindex 8e07437..f82ddc2 100644 --- a/mate/16x16/emblems/emblem-default.png +++ b/mate/16x16/emblems/emblem-default.png diff --git a/mate/16x16/emblems/emblem-documents.png b/mate/16x16/emblems/emblem-documents.png Binary files differindex 71937d6..e9f5564 100644 --- a/mate/16x16/emblems/emblem-documents.png +++ b/mate/16x16/emblems/emblem-documents.png diff --git a/mate/16x16/emblems/emblem-downloads.png b/mate/16x16/emblems/emblem-downloads.png Binary files differindex 504d94e..95f33e5 100644 --- a/mate/16x16/emblems/emblem-downloads.png +++ b/mate/16x16/emblems/emblem-downloads.png diff --git a/mate/16x16/emblems/emblem-favorite.png b/mate/16x16/emblems/emblem-favorite.png Binary files differindex 6d73609..aabd042 100644 --- a/mate/16x16/emblems/emblem-favorite.png +++ b/mate/16x16/emblems/emblem-favorite.png diff --git a/mate/16x16/emblems/emblem-generic.png b/mate/16x16/emblems/emblem-generic.png Binary files differindex 80f4374..d60eee6 100644 --- a/mate/16x16/emblems/emblem-generic.png +++ b/mate/16x16/emblems/emblem-generic.png diff --git a/mate/16x16/emblems/emblem-important.png b/mate/16x16/emblems/emblem-important.png Binary files differindex c95ed50..3d59143 100644 --- a/mate/16x16/emblems/emblem-important.png +++ b/mate/16x16/emblems/emblem-important.png diff --git a/mate/16x16/emblems/emblem-mail.png b/mate/16x16/emblems/emblem-mail.png Binary files differindex 3ce9425..c469131 100644 --- a/mate/16x16/emblems/emblem-mail.png +++ b/mate/16x16/emblems/emblem-mail.png diff --git a/mate/16x16/emblems/emblem-new.png b/mate/16x16/emblems/emblem-new.png Binary files differindex 9073c3d..636586c 100644 --- a/mate/16x16/emblems/emblem-new.png +++ b/mate/16x16/emblems/emblem-new.png diff --git a/mate/16x16/emblems/emblem-package.png b/mate/16x16/emblems/emblem-package.png Binary files differindex c8c8e2f..58a4628 100644 --- a/mate/16x16/emblems/emblem-package.png +++ b/mate/16x16/emblems/emblem-package.png diff --git a/mate/16x16/emblems/emblem-photos.png b/mate/16x16/emblems/emblem-photos.png Binary files differindex dc95aaa..5d573cc 100644 --- a/mate/16x16/emblems/emblem-photos.png +++ b/mate/16x16/emblems/emblem-photos.png diff --git a/mate/16x16/emblems/emblem-readonly.png b/mate/16x16/emblems/emblem-readonly.png Binary files differindex 2baa4f0..87b3ad5 100644 --- a/mate/16x16/emblems/emblem-readonly.png +++ b/mate/16x16/emblems/emblem-readonly.png diff --git a/mate/16x16/emblems/emblem-shared.png b/mate/16x16/emblems/emblem-shared.png Binary files differindex 374be37..f48ab19 100644 --- a/mate/16x16/emblems/emblem-shared.png +++ b/mate/16x16/emblems/emblem-shared.png diff --git a/mate/16x16/emblems/emblem-symbolic-link.png b/mate/16x16/emblems/emblem-symbolic-link.png Binary files differindex 6847452..778e7bd 100644 --- a/mate/16x16/emblems/emblem-symbolic-link.png +++ b/mate/16x16/emblems/emblem-symbolic-link.png diff --git a/mate/16x16/emblems/emblem-synchronizing.png b/mate/16x16/emblems/emblem-synchronizing.png Binary files differindex 61e854c..4a29a64 100644 --- a/mate/16x16/emblems/emblem-synchronizing.png +++ b/mate/16x16/emblems/emblem-synchronizing.png diff --git a/mate/16x16/emblems/emblem-system.png b/mate/16x16/emblems/emblem-system.png Binary files differindex cf2cea1..8136a7b 100644 --- a/mate/16x16/emblems/emblem-system.png +++ b/mate/16x16/emblems/emblem-system.png diff --git a/mate/16x16/emblems/emblem-unreadable.png b/mate/16x16/emblems/emblem-unreadable.png Binary files differindex 8aa4a46..01fd535 100644 --- a/mate/16x16/emblems/emblem-unreadable.png +++ b/mate/16x16/emblems/emblem-unreadable.png diff --git a/mate/16x16/emblems/emblem-urgent.png b/mate/16x16/emblems/emblem-urgent.png Binary files differindex e5d157b..c0d2b82 100644 --- a/mate/16x16/emblems/emblem-urgent.png +++ b/mate/16x16/emblems/emblem-urgent.png diff --git a/mate/16x16/emblems/emblem-web.png b/mate/16x16/emblems/emblem-web.png Binary files differindex 148126a..7c3ff0a 100644 --- a/mate/16x16/emblems/emblem-web.png +++ b/mate/16x16/emblems/emblem-web.png |