diff options
author | rbuj <[email protected]> | 2019-04-02 02:11:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-09 10:03:19 +0200 |
commit | d65009b317466d44d7c0b03411c6919c48d8b82e (patch) | |
tree | ab307155ee83cd57141618a6a99c2c156ef4dfac /mate/8x8 | |
parent | 4242025857f3edb4eadaa7bd4248e5123b70b6d0 (diff) | |
download | mate-icon-theme-d65009b317466d44d7c0b03411c6919c48d8b82e.tar.bz2 mate-icon-theme-d65009b317466d44d7c0b03411c6919c48d8b82e.tar.xz |
Upgrade svg source files to Inkscape 0.92.4
$ inkscape -V
Inkscape 0.92.4 (unknown)
$ find . -type f -name Makefile.am -print0 | xargs -0 sed -i 's/ --convert-dpi-method=scale-document//g'
$ find . -type f -name Makefile.am -print0 | xargs -0 sed -i 's/ --convert-dpi-method=scale-viewbox//g'
$ find ./src -name *.svg -exec inkscape --convert-dpi-method=none --verb=FileVacuum --verb=FileSave --verb=FileQuit {} \;
Diffstat (limited to 'mate/8x8')
-rw-r--r-- | mate/8x8/emblems/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mate/8x8/emblems/Makefile.am b/mate/8x8/emblems/Makefile.am index 8e27097..ec60962 100644 --- a/mate/8x8/emblems/Makefile.am +++ b/mate/8x8/emblems/Makefile.am @@ -11,32 +11,32 @@ png_icons = \ 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 + @inkscape -z $^ --export-area=303:65:319:81 -w=8 -h=8 -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 + @inkscape -z $^ --export-area=303:143:335:175 -w=8 -h=8 -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 + @inkscape -z $^ --export-area=1103:65:1119:81 -w=8 -h=8 -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 + @inkscape -z $^ --export-area=303:65:319:81 -w=8 -h=8 -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 + @inkscape -z $^ --export-area=303:65:319:81 -w=8 -h=8 -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 + @inkscape -z $^ --export-area=703:65:719:81 -w=8 -h=8 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ .PHONY: build-png-icons-local clean-png-icons-local |