diff options
Diffstat (limited to 'mate/32x32/emblems')
19 files changed, 119 insertions, 0 deletions
diff --git a/mate/32x32/emblems/Makefile.am b/mate/32x32/emblems/Makefile.am new file mode 100644 index 0000000..dfe4c8f --- /dev/null +++ b/mate/32x32/emblems/Makefile.am @@ -0,0 +1,119 @@ +NULL = + +png_icons = \ + emblem-default.png \ + emblem-documents.png \ + emblem-downloads.png \ + emblem-favorite.png \ + emblem-generic.png \ + emblem-important.png \ + emblem-mail.png \ + emblem-new.png \ + emblem-package.png \ + emblem-photos.png \ + emblem-readonly.png \ + emblem-shared.png \ + emblem-symbolic-link.png \ + emblem-synchronizing.png \ + emblem-system.png \ + emblem-unreadable.png \ + emblem-urgent.png \ + emblem-web.png \ + $(NULL) + +emblem-default.png: ../../../src/emblem-default.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-documents.png: ../../../src/emblem-documents.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-downloads.png: ../../../src/emblem-downloads.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-favorite.png: ../../../src/emblem-favorite.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-generic.png: ../../../src/emblem-generic.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-important.png: ../../../src/emblem-important.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-mail.png: ../../../src/emblem-mail.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:141:335:173 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-new.png: ../../../src/emblem-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:143:335:175 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-package.png: ../../../src/packages.svg + @echo " "$@ + @inkscape -z $^ --export-area=304:142:336:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-photos.png: ../../../src/emblem-photos.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-readonly.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:142:1135:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-shared.png: ../../../src/emblem-shared.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-symbolic-link.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-synchronizing.png: ../../../src/emblem-synchronizing.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-system.png: ../../../src/emblem-system.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-unreadable.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-urgent.png: ../../../src/emblem-urgent.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-web.png: ../../../src/emblem-web.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=32 -h=32 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +.PHONY: build-png-icons-local clean-png-icons-local +build-png-icons-local: $(png_icons) + +clean-png-icons-local: + @echo " Cleaning icons..." + @rm -f $(png_icons) diff --git a/mate/32x32/emblems/emblem-default.png b/mate/32x32/emblems/emblem-default.png Binary files differindex 4caba38..1bd7f43 100644 --- a/mate/32x32/emblems/emblem-default.png +++ b/mate/32x32/emblems/emblem-default.png diff --git a/mate/32x32/emblems/emblem-documents.png b/mate/32x32/emblems/emblem-documents.png Binary files differindex 93fddb8..109edda 100644 --- a/mate/32x32/emblems/emblem-documents.png +++ b/mate/32x32/emblems/emblem-documents.png diff --git a/mate/32x32/emblems/emblem-downloads.png b/mate/32x32/emblems/emblem-downloads.png Binary files differindex de0d0b8..3b5977f 100644 --- a/mate/32x32/emblems/emblem-downloads.png +++ b/mate/32x32/emblems/emblem-downloads.png diff --git a/mate/32x32/emblems/emblem-favorite.png b/mate/32x32/emblems/emblem-favorite.png Binary files differindex c569834..02f05f2 100644 --- a/mate/32x32/emblems/emblem-favorite.png +++ b/mate/32x32/emblems/emblem-favorite.png diff --git a/mate/32x32/emblems/emblem-generic.png b/mate/32x32/emblems/emblem-generic.png Binary files differindex a922133..eb39322 100644 --- a/mate/32x32/emblems/emblem-generic.png +++ b/mate/32x32/emblems/emblem-generic.png diff --git a/mate/32x32/emblems/emblem-important.png b/mate/32x32/emblems/emblem-important.png Binary files differindex 40cc71d..6a083a2 100644 --- a/mate/32x32/emblems/emblem-important.png +++ b/mate/32x32/emblems/emblem-important.png diff --git a/mate/32x32/emblems/emblem-mail.png b/mate/32x32/emblems/emblem-mail.png Binary files differindex 5a708a8..bd26305 100644 --- a/mate/32x32/emblems/emblem-mail.png +++ b/mate/32x32/emblems/emblem-mail.png diff --git a/mate/32x32/emblems/emblem-new.png b/mate/32x32/emblems/emblem-new.png Binary files differindex cc86925..eebd129 100644 --- a/mate/32x32/emblems/emblem-new.png +++ b/mate/32x32/emblems/emblem-new.png diff --git a/mate/32x32/emblems/emblem-package.png b/mate/32x32/emblems/emblem-package.png Binary files differindex cf1aba2..8faf0e7 100644 --- a/mate/32x32/emblems/emblem-package.png +++ b/mate/32x32/emblems/emblem-package.png diff --git a/mate/32x32/emblems/emblem-photos.png b/mate/32x32/emblems/emblem-photos.png Binary files differindex 2369b6d..ac3bc1b 100644 --- a/mate/32x32/emblems/emblem-photos.png +++ b/mate/32x32/emblems/emblem-photos.png diff --git a/mate/32x32/emblems/emblem-readonly.png b/mate/32x32/emblems/emblem-readonly.png Binary files differindex fc86422..503babe 100644 --- a/mate/32x32/emblems/emblem-readonly.png +++ b/mate/32x32/emblems/emblem-readonly.png diff --git a/mate/32x32/emblems/emblem-shared.png b/mate/32x32/emblems/emblem-shared.png Binary files differindex 554d1c3..3990fde 100644 --- a/mate/32x32/emblems/emblem-shared.png +++ b/mate/32x32/emblems/emblem-shared.png diff --git a/mate/32x32/emblems/emblem-symbolic-link.png b/mate/32x32/emblems/emblem-symbolic-link.png Binary files differindex 6aa2b30..a121a33 100644 --- a/mate/32x32/emblems/emblem-symbolic-link.png +++ b/mate/32x32/emblems/emblem-symbolic-link.png diff --git a/mate/32x32/emblems/emblem-synchronizing.png b/mate/32x32/emblems/emblem-synchronizing.png Binary files differindex a5a5958..2d889c4 100644 --- a/mate/32x32/emblems/emblem-synchronizing.png +++ b/mate/32x32/emblems/emblem-synchronizing.png diff --git a/mate/32x32/emblems/emblem-system.png b/mate/32x32/emblems/emblem-system.png Binary files differindex 49d728d..fb74277 100644 --- a/mate/32x32/emblems/emblem-system.png +++ b/mate/32x32/emblems/emblem-system.png diff --git a/mate/32x32/emblems/emblem-unreadable.png b/mate/32x32/emblems/emblem-unreadable.png Binary files differindex a7d5c03..f6357b2 100644 --- a/mate/32x32/emblems/emblem-unreadable.png +++ b/mate/32x32/emblems/emblem-unreadable.png diff --git a/mate/32x32/emblems/emblem-urgent.png b/mate/32x32/emblems/emblem-urgent.png Binary files differindex d9b124f..1e18ee6 100644 --- a/mate/32x32/emblems/emblem-urgent.png +++ b/mate/32x32/emblems/emblem-urgent.png diff --git a/mate/32x32/emblems/emblem-web.png b/mate/32x32/emblems/emblem-web.png Binary files differindex b6a84ce..4e42923 100644 --- a/mate/32x32/emblems/emblem-web.png +++ b/mate/32x32/emblems/emblem-web.png |