[Pkg-lyx-devel] svn commit: r264 - /lyx/trunk/debian/patches/05.configure.py_prog_prefer

hoaxter-guest at users.alioth.debian.org hoaxter-guest at users.alioth.debian.org
Wed Feb 14 23:34:38 CET 2007


Author: hoaxter-guest
Date: Wed Feb 14 23:34:38 2007
New Revision: 264

URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=264
Log:
Update for 05.configure.py_prog_prefer

Modified:
    lyx/trunk/debian/patches/05.configure.py_prog_prefer

Modified: lyx/trunk/debian/patches/05.configure.py_prog_prefer
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/trunk/debian/patches/05.configure.py_prog_prefer?rev=264&op=diff
==============================================================================
--- lyx/trunk/debian/patches/05.configure.py_prog_prefer (original)
+++ lyx/trunk/debian/patches/05.configure.py_prog_prefer Wed Feb 14 23:34:38 2007
@@ -1,6 +1,6 @@
---- lyx-1.4.3svn/lib/configure.py-orig	2006-09-15 16:48:02.000000000 +0200
-+++ lyx-1.4.3svn/lib/configure.py	2006-09-15 16:47:07.000000000 +0200
-@@ -227,7 +227,7 @@
+--- BRANCH_1_4_X.orig/lib/configure.py	2007-02-14 23:19:03.000000000 +0100
++++ BRANCH_1_4_X/lib/configure.py	2007-02-14 23:27:19.000000000 +0100
+@@ -251,7 +251,7 @@
      checkViewer('a FEN viewer and editor', ['xboard -lpf $$i -mode EditPosition'],
          rc_entry = [r'\Format fen        fen     FEN                    "" "%%"	"%%"'])
      #
@@ -9,7 +9,7 @@
      path, ie = checkViewer('a raster image editor', ['gimp'])
      addToRC(r'''\Format bmp        bmp     BMP                    "" "%s"	"%s"
  \Format gif        gif     GIF                    "" "%s"	"%s"
-@@ -241,7 +241,7 @@
+@@ -265,7 +265,7 @@
  \Format xpm        xpm     XPM                    "" "%s"	"%s"''' % \
          (iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie) )
      #
@@ -18,31 +18,29 @@
          'nedit', 'gedit', 'notepad'],
          rc_entry = [r'''\Format asciichess asc    "Plain text (chess output)"  "" ""	"%%"
  \Format asciiimage asc    "Plain text (image)"         "" ""	"%%"
-@@ -258,17 +258,17 @@
+@@ -283,23 +283,23 @@
      #
      #checkProg('a Postscript interpreter', ['gs'],
      #  rc_entry = [ r'\ps_command "%%"' ])
 -    checkViewer('a Postscript previewer', ['gv', 'ghostview -swap', 'kghostview'],
 +    checkViewer('a Postscript previewer', ['xdg-open','kghostview','evince','gv', 'ghostview -swap'],
-         rc_entry = [r'''\Format eps        eps     EPS                    "" "%%"	""
- \Format ps         ps      Postscript             t  "%%"	""'''])
+         rc_entry = [r'''\Format eps        eps     EPS                    "" "%%"	""	"vector"
+ \Format ps         ps      Postscript             t  "%%"	""	"vector"'''])
      #
 -    checkViewer('a PDF previewer', ['acrobat', 'acroread', 'gv', 'ghostview', \
 -                            'xpdf', 'kpdf', 'kghostview'],
 +    checkViewer('a PDF previewer', ['xdg-open','xpdf','acrobat', 'acroread', 'gv', 'ghostview', \
 +                            'kpdf', 'kghostview'],
-         rc_entry = [r'''\Format pdf        pdf    "PDF (ps2pdf)"          P  "%%"	""
- \Format pdf2       pdf    "PDF (pdflatex)"        F  "%%"	""
- \Format pdf3       pdf    "PDF (dvipdfm)"         m  "%%"	""'''])
+         rc_entry = [r'''\Format pdf        pdf    "PDF (ps2pdf)"          P  "%%"	""	"vector"
+ \Format pdf2       pdf    "PDF (pdflatex)"        F  "%%"	""	"vector"
+ \Format pdf3       pdf    "PDF (dvipdfm)"         m  "%%"	""	"vector"'''])
      #
 -    checkViewer('a DVI previewer', ['xdvi', 'kdvi'],
 +    checkViewer('a DVI previewer', ['xdg-open','kdvi','evince', 'xdvi','tkdvi'],
-         rc_entry = [r'\Format dvi        dvi     DVI                    D  "%%"	""'])
-     if ((os.name == 'nt' or sys.platform == 'cygwin') and
-             checkProg('DVI to DTL converter', ['dv2dt']) != ['', ''] and
-@@ -276,7 +276,7 @@
+         rc_entry = [r'\Format dvi        dvi     DVI                    D  "%%"	""	"vector"'])
+     if dtl_tools:
          # Windows only: DraftDVI
-         addToRC(r'\Format dvi2       dvi     DraftDVI               ""	""	""')
+         addToRC(r'\Format dvi2       dvi     DraftDVI               ""	""	"vector"')
      #
 -    checkViewer('a HTML previewer', ['mozilla file://$$p$$i', 'netscape'],
 +    checkViewer('a HTML previewer', ['xdg-open file://$$p$$i','mozilla file://$$p$$i', 'netscape'],




More information about the Pkg-lyx-devel mailing list