diff options
author | rbuj <[email protected]> | 2019-04-01 15:36:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-09 10:03:05 +0200 |
commit | 4242025857f3edb4eadaa7bd4248e5123b70b6d0 (patch) | |
tree | 336f25da44ae3ecf29a36f9c0e6d18b214d446f2 /mate/8x8/emblems | |
parent | 494e9e8c1aadfa90c754660cbe01493b4ff234ec (diff) | |
download | mate-icon-theme-4242025857f3edb4eadaa7bd4248e5123b70b6d0.tar.bz2 mate-icon-theme-4242025857f3edb4eadaa7bd4248e5123b70b6d0.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/8x8/emblems')
-rw-r--r-- | mate/8x8/emblems/Makefile.am | 47 | ||||
-rw-r--r-- | mate/8x8/emblems/emblem-default.png | bin | 332 -> 373 bytes | |||
-rw-r--r-- | mate/8x8/emblems/emblem-new.png | bin | 328 -> 333 bytes | |||
-rw-r--r-- | mate/8x8/emblems/emblem-readonly.png | bin | 343 -> 308 bytes | |||
-rw-r--r-- | mate/8x8/emblems/emblem-symbolic-link.png | bin | 353 -> 320 bytes | |||
-rw-r--r-- | mate/8x8/emblems/emblem-synchronizing.png | bin | 358 -> 345 bytes | |||
-rw-r--r-- | mate/8x8/emblems/emblem-unreadable.png | bin | 362 -> 306 bytes |
7 files changed, 47 insertions, 0 deletions
diff --git a/mate/8x8/emblems/Makefile.am b/mate/8x8/emblems/Makefile.am new file mode 100644 index 0000000..8e27097 --- /dev/null +++ b/mate/8x8/emblems/Makefile.am @@ -0,0 +1,47 @@ +NULL = + +png_icons = \ + emblem-default.png \ + emblem-new.png \ + emblem-readonly.png \ + emblem-symbolic-link.png \ + emblem-synchronizing.png \ + emblem-unreadable.png \ + $(NULL) + +emblem-default.png: ../../../src/emblem-default.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=8 -h=8 --convert-dpi-method=scale-viewbox -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-new.png: ../../../src/emblem-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:143:335:175 -w=8 -h=8 --convert-dpi-method=scale-viewbox -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-readonly.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:65:1119:81 -w=8 -h=8 --convert-dpi-method=scale-viewbox -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=8 -h=8 --convert-dpi-method=scale-viewbox -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-synchronizing.png: ../../../src/emblem-synchronizing.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=8 -h=8 --convert-dpi-method=scale-viewbox -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +emblem-unreadable.png: ../../../src/emblems-fs.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=8 -h=8 --convert-dpi-method=scale-viewbox -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/8x8/emblems/emblem-default.png b/mate/8x8/emblems/emblem-default.png Binary files differindex 3d122ea..34449af 100644 --- a/mate/8x8/emblems/emblem-default.png +++ b/mate/8x8/emblems/emblem-default.png diff --git a/mate/8x8/emblems/emblem-new.png b/mate/8x8/emblems/emblem-new.png Binary files differindex 45e570b..5859e68 100644 --- a/mate/8x8/emblems/emblem-new.png +++ b/mate/8x8/emblems/emblem-new.png diff --git a/mate/8x8/emblems/emblem-readonly.png b/mate/8x8/emblems/emblem-readonly.png Binary files differindex 79d1cdb..6a016bb 100644 --- a/mate/8x8/emblems/emblem-readonly.png +++ b/mate/8x8/emblems/emblem-readonly.png diff --git a/mate/8x8/emblems/emblem-symbolic-link.png b/mate/8x8/emblems/emblem-symbolic-link.png Binary files differindex 6d10939..24e88ff 100644 --- a/mate/8x8/emblems/emblem-symbolic-link.png +++ b/mate/8x8/emblems/emblem-symbolic-link.png diff --git a/mate/8x8/emblems/emblem-synchronizing.png b/mate/8x8/emblems/emblem-synchronizing.png Binary files differindex 3e6ad35..a76866a 100644 --- a/mate/8x8/emblems/emblem-synchronizing.png +++ b/mate/8x8/emblems/emblem-synchronizing.png diff --git a/mate/8x8/emblems/emblem-unreadable.png b/mate/8x8/emblems/emblem-unreadable.png Binary files differindex 150e584..0ee2d0c 100644 --- a/mate/8x8/emblems/emblem-unreadable.png +++ b/mate/8x8/emblems/emblem-unreadable.png |