diff options
author | rbuj <[email protected]> | 2019-04-02 02:11:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-08 17:37:41 +0200 |
commit | 37c0d20ea6f8bd46a06335928c3a06fe6230c046 (patch) | |
tree | 063e8bf1f453b5b5f943b6b993cc2b9eee80de7c /mate/8x8 | |
parent | 6712a9086e50603efb83f9e20fe08cccd830b05f (diff) | |
download | mate-icon-theme-37c0d20ea6f8bd46a06335928c3a06fe6230c046.tar.bz2 mate-icon-theme-37c0d20ea6f8bd46a06335928c3a06fe6230c046.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 |