You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.1 KiB
29 lines
1.1 KiB
5 years ago
|
--- djvulibre-3.5.27/desktopfiles/Makefile.am
|
||
|
+++ djvulibre-3.5.27/desktopfiles/Makefile.am
|
||
5 years ago
|
@@ -32,10 +32,9 @@ if HAVE_CONVERSION_INKSCAPE
|
||
|
convert_icons_process = \
|
||
|
s=`echo $@ | sed -e 's/[a-z]*\([0-9]*\).*/\1/'`; \
|
||
|
${INKSCAPE} \
|
||
|
---without-gui \
|
||
5 years ago
|
--export-width=$${s} \
|
||
|
--export-height=$${s} \
|
||
|
---export-png=$@ $<
|
||
5 years ago
|
+--export-filename=$@ $<
|
||
5 years ago
|
endif
|
||
|
|
||
|
if HAVE_CONVERSION_CONVERT
|
||
|
--- djvulibre-3.5.27/desktopfiles/Makefile.in
|
||
|
+++ djvulibre-3.5.27/desktopfiles/Makefile.in
|
||
5 years ago
|
@@ -306,10 +306,9 @@ PNGICONS = \
|
||
|
@HAVE_CONVERSION_INKSCAPE_TRUE@convert_icons_process = \
|
||
|
@HAVE_CONVERSION_INKSCAPE_TRUE@s=`echo $@ | sed -e 's/[a-z]*\([0-9]*\).*/\1/'`; \
|
||
|
@HAVE_CONVERSION_INKSCAPE_TRUE@${INKSCAPE} \
|
||
|
-@HAVE_CONVERSION_INKSCAPE_TRUE@--without-gui \
|
||
5 years ago
|
@HAVE_CONVERSION_INKSCAPE_TRUE@--export-width=$${s} \
|
||
|
@HAVE_CONVERSION_INKSCAPE_TRUE@--export-height=$${s} \
|
||
|
-@HAVE_CONVERSION_INKSCAPE_TRUE@--export-png=$@ $<
|
||
5 years ago
|
+@HAVE_CONVERSION_INKSCAPE_TRUE@--export-filename=$@ $<
|
||
5 years ago
|
|
||
|
@HAVE_CONVERSION_RSVG_TRUE@convert_icons_process = \
|
||
|
@HAVE_CONVERSION_RSVG_TRUE@s=`echo $@ | sed -e 's/[a-z]*\([0-9]*\).*/\1/'`; \
|