From: Tommaso Cucinotta Date: Wed, 10 May 2017 01:26:36 +0000 (+0200) Subject: libreoffice converter: get rid of warnings about deprecated options syntax X-Git-Tag: 2.3.0beta1~436 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=47cd1e23c5a5e18806c7959820d7a58823d03fb0;p=features.git libreoffice converter: get rid of warnings about deprecated options syntax --- diff --git a/lib/configure.py b/lib/configure.py index 0210b916fb..0d81702808 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -1021,7 +1021,7 @@ def checkConverterEntries(): # The eps2->eps converter then fixes the bounding box by cropping. # Although unoconv can convert to png and pdf as well, do not define # odg->png and odg->pdf converters, since the bb would be too large as well. - checkProg('an OpenDocument -> EPS converter', ['libreoffice -headless -nologo -convert-to eps $$i', 'unoconv -f eps --stdout $$i > $$o'], + checkProg('an OpenDocument -> EPS converter', ['libreoffice --headless --nologo --convert-to eps $$i', 'unoconv -f eps --stdout $$i > $$o'], rc_entry = [ r'\converter odg eps2 "%%" ""']) # checkProg('a SVG (compressed) -> SVG converter', ['gunzip -c $$i > $$o'],