Blame SOURCES/djvulibre-3.5.27-export-file.patch

3e9165
--- djvulibre-3.5.27/desktopfiles/Makefile.am
3e9165
+++ djvulibre-3.5.27/desktopfiles/Makefile.am
3e9165
@@ -32,10 +32,9 @@ if HAVE_CONVERSION_INKSCAPE
3e9165
 convert_icons_process = \
3e9165
 s=`echo $@ | sed -e 's/[a-z]*\([0-9]*\).*/\1/'`; \
3e9165
 ${INKSCAPE} \
3e9165
---without-gui \
3e9165
 --export-width=$${s} \
3e9165
 --export-height=$${s} \
3e9165
---export-png=$@ $<
3e9165
+--export-filename=$@ $<
3e9165
 endif
3e9165
 
3e9165
 if HAVE_CONVERSION_CONVERT
3e9165
--- djvulibre-3.5.27/desktopfiles/Makefile.in
3e9165
+++ djvulibre-3.5.27/desktopfiles/Makefile.in
3e9165
@@ -306,10 +306,9 @@ PNGICONS = \
3e9165
 @HAVE_CONVERSION_INKSCAPE_TRUE@convert_icons_process = \
3e9165
 @HAVE_CONVERSION_INKSCAPE_TRUE@s=`echo $@ | sed -e 's/[a-z]*\([0-9]*\).*/\1/'`; \
3e9165
 @HAVE_CONVERSION_INKSCAPE_TRUE@${INKSCAPE} \
3e9165
-@HAVE_CONVERSION_INKSCAPE_TRUE@--without-gui \
3e9165
 @HAVE_CONVERSION_INKSCAPE_TRUE@--export-width=$${s} \
3e9165
 @HAVE_CONVERSION_INKSCAPE_TRUE@--export-height=$${s} \
3e9165
-@HAVE_CONVERSION_INKSCAPE_TRUE@--export-png=$@ $<
3e9165
+@HAVE_CONVERSION_INKSCAPE_TRUE@--export-filename=$@ $<
3e9165
 
3e9165
 @HAVE_CONVERSION_RSVG_TRUE@convert_icons_process = \
3e9165
 @HAVE_CONVERSION_RSVG_TRUE@s=`echo $@ | sed -e 's/[a-z]*\([0-9]*\).*/\1/'`; \