diff options
Diffstat (limited to 'mate/48x48/emblems')
19 files changed, 119 insertions, 0 deletions
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 |