[vfrnav] fix svg workaround patch

sailer sailer at fedoraproject.org
Mon Jan 28 03:49:42 UTC 2013


commit 6024b81417e56a6692ebc9d42fefe723663f4420
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Mon Jan 28 04:49:18 2013 +0100

    fix svg workaround patch

 vfrnav-svg.patch |   40 +++++++++-------------------------------
 1 files changed, 9 insertions(+), 31 deletions(-)
---
diff --git a/vfrnav-svg.patch b/vfrnav-svg.patch
index 29f2b63..3abb9a5 100644
--- a/vfrnav-svg.patch
+++ b/vfrnav-svg.patch
@@ -1,51 +1,29 @@
-? Makefile.in
-? aclocal.m4
-? autom4te.cache
-? config.h.in
-? configure
-? acftperf/Makefile.in
-? cfmu/Makefile.in
-? cfmu/ui/Makefile.in
-? data/Makefile.in
-? dbeditor/Makefile.in
-? debian/Makefile.in
-? doc/Makefile.in
-? doc/html
-? doc/latex
-? doc/xml
-? flightdeck/Makefile.in
-? flightdeck/configs/Makefile.in
-? flightdeck/ui/Makefile.in
-? kingsim/Makefile.in
-? po/Makevars.template
-? src/Makefile.in
-? ui/Makefile.in
-? ui/pixmaps
-? utils/Makefile.in
-? utils/data/Makefile.in
 Index: doc/Makefile.am
 ===================================================================
 RCS file: /cvsroot/src_vfrnav/doc/Makefile.am,v
 retrieving revision 1.21
-diff -u -r1.21 Makefile.am
+retrieving revision 1.23
+diff -u -r1.21 -r1.23
 --- doc/Makefile.am	15 Jan 2013 13:58:21 -0000	1.21
-+++ doc/Makefile.am	28 Jan 2013 02:40:20 -0000
++++ doc/Makefile.am	28 Jan 2013 03:48:03 -0000	1.23
 @@ -69,11 +69,15 @@
  .dvi.ps:
  		$(DVIPS) -f $< > $@
  
 -.svg.pdf:
 -		inkscape --without-gui --export-area-drawing --file=$< --export-pdf=$@
+-
+-.svg.eps:
+-		inkscape --without-gui --export-area-drawing --file=$< --export-eps=$@
 +#.svg.eps:
 +#		inkscape --without-gui --export-area-drawing --file=$< --export-eps=$@
 +#
 +#.svg.pdf:
 +#		inkscape --without-gui --export-area-drawing --file=$< --export-pdf=$@
- 
--.svg.eps:
++
 +%.pdf %.eps:	%.svg
- 		inkscape --without-gui --export-area-drawing --file=$< --export-eps=$@
-+		inkscape --without-gui --export-area-drawing --file=$< --export-pdf=$@
++		inkscape --without-gui --export-area-drawing --file=$< --export-eps=$*.eps || :
++		inkscape --without-gui --export-area-drawing --file=$< --export-pdf=$*.pdf || :
  
  .fig.eps:
  		$(FIG2DEV) -L eps -m 1 $< $@


More information about the scm-commits mailing list