diff options
author | rbuj <[email protected]> | 2019-04-01 15:36:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-08 17:37:41 +0200 |
commit | 6712a9086e50603efb83f9e20fe08cccd830b05f (patch) | |
tree | ec16cf3916fff59a00b93e7749ca7420e29cf7dc /mate/22x22/emblems/Makefile.am | |
parent | e0689908ebdfa5d13e37c15631d89f3fc1e7b584 (diff) | |
download | mate-icon-theme-6712a9086e50603efb83f9e20fe08cccd830b05f.tar.bz2 mate-icon-theme-6712a9086e50603efb83f9e20fe08cccd830b05f.tar.xz |
Gen png icons from source - Mate theme
clean & build:
make -C mate clean-png-icons
make -C mate build-png-icons
Diffstat (limited to 'mate/22x22/emblems/Makefile.am')
-rw-r--r-- | mate/22x22/emblems/Makefile.am | 119 |
1 files changed, 119 insertions, 0 deletions
diff --git a/mate/22x22/emblems/Makefile.am b/mate/22x22/emblems/Makefile.am new file mode 100644 index 0000000..a96ffa8 --- /dev/null +++ b/mate/22x22/emblems/Makefile.am @@ -0,0 +1,119 @@ +NULL = + +png_icons = \ + emblem-default.png \ + emblem-documents.png \ + emblem-downloads.png \ + emblem-favorite.png \ + emblem-generic.png \ + emblem-important.png \ + emblem-mail.png \ + emblem-new.png \ + emblem-package.png \ + emblem-photos.png \ + emblem-readonly.png \ + emblem-shared.png \ + emblem-symbolic-link.png \ + emblem-synchronizing.png \ + emblem-system.png \ + emblem-unreadable.png \ + emblem-urgent.png \ + emblem-web.png \ + $(NULL) + +emblem-default.png: ../../../src/emblem-default.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-documents.png: ../../../src/emblem-documents.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-downloads.png: ../../../src/emblem-downloads.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-favorite.png: ../../../src/emblem-favorite.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-generic.png: ../../../src/emblem-generic.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-important.png: ../../../src/emblem-important.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-mail.png: ../../../src/emblem-mail.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-new.png: ../../../src/emblem-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-package.png: ../../../src/packages.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:102:325:124 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-photos.png: ../../../src/emblem-photos.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-readonly.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:100:1125:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-shared.png: ../../../src/emblem-shared.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-symbolic-link.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-synchronizing.png: ../../../src/emblem-synchronizing.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-system.png: ../../../src/emblem-system.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-unreadable.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:100:725:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-urgent.png: ../../../src/emblem-urgent.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:100:325:122 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-web.png: ../../../src/emblem-web.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=22 -h=22 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +.PHONY: build-png-icons-local clean-png-icons-local +build-png-icons-local: $(png_icons) + +clean-png-icons-local: + @echo " Cleaning icons..." + @rm -f $(png_icons) |