SOURCES: lyx-libconfigure.patch, lyx-locale_names.patch (REMOVED) ...

maciek2w maciek2w at pld-linux.org
Sun Mar 19 11:49:56 CET 2006


Author: maciek2w                     Date: Sun Mar 19 10:49:56 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 1.4.0

---- Files affected:
SOURCES:
   lyx-libconfigure.patch (1.5 -> 1.6) , lyx-locale_names.patch (1.3 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: SOURCES/lyx-libconfigure.patch
diff -u SOURCES/lyx-libconfigure.patch:1.5 SOURCES/lyx-libconfigure.patch:1.6
--- SOURCES/lyx-libconfigure.patch:1.5	Wed Oct 12 13:31:40 2005
+++ SOURCES/lyx-libconfigure.patch	Sun Mar 19 11:49:51 2006
@@ -1,8 +1,7 @@
-diff -ur lyx-1.3.5.org/lib/configure lyx-1.3.5/lib/configure
---- lyx-1.3.5.org/lib/configure	2004-10-06 16:43:24.000000000 +0200
-+++ lyx-1.3.5/lib/configure	2004-10-08 17:21:35.174267343 +0200
-@@ -196,8 +196,8 @@
- 
+--- lyx-1.4.0/lib/configure.m4.orig	2006-03-18 22:28:33.000000000 +0100
++++ lyx-1.4.0/lib/configure.m4	2006-03-18 22:29:31.000000000 +0100
+@@ -238,8 +238,8 @@
+   SEARCH_PROG([for the pdflatex program],latex_to_pdf,pdflatex)
  fi
  
 -test $latex_to_dvi != "none" && latex_to_dvi="$latex_to_dvi \$\$i"
@@ -10,77 +9,5 @@
 +test "$latex_to_dvi" != "none" && latex_to_dvi="$latex_to_dvi \$\$i"
 +test "$latex_to_pdf" != "none" && latex_to_pdf="$latex_to_pdf \$\$i"
  
- # Search for an installed reLyX or a ready-to-install one
- save_PATH=${PATH}
-@@ -237,7 +237,7 @@
- fi
- 
- PATH=${save_PATH}
--test $tex_to_lyx_command = "reLyX" && tex_to_lyx_command="reLyX -f \$\$i"
-+test "$tex_to_lyx_command" = "reLyX" && tex_to_lyx_command="reLyX -f \$\$i"
- tex_to_lyx_command=`echo $tex_to_lyx_command | sed "s,reLyX,reLyX$version_suffix,"`
- 
- echo $ac_n "checking for a Noweb -> LyX converter""... $ac_c"
-@@ -274,7 +274,7 @@
-   literate_to_lyx_command=none
- fi
- 
--test $literate_to_lyx_command = "noweb2lyx" && literate_to_lyx_command="noweb2lyx \$\$i \$\$o"
-+test "$literate_to_lyx_command" = "noweb2lyx" && literate_to_lyx_command="noweb2lyx \$\$i \$\$o"
- literate_to_lyx_command=`echo $literate_to_lyx_command | sed "s,noweb2lyx,noweb2lyx$version_suffix,"`
- 
- # Search something to process a literate document
-@@ -312,7 +312,7 @@
-   literate_to_tex_command=none
- fi
- 
--test $literate_to_tex_command = "noweave" && literate_to_tex_command="noweave -delay -index \$\$i > \$\$o"
-+test "$literate_to_tex_command" = "noweave" && literate_to_tex_command="noweave -delay -index \$\$i > \$\$o"
- 
- echo $ac_n "checking for a HTML -> Latex converter""... $ac_c"
- echo "$ac_t""(html2latex)"
-@@ -348,7 +348,7 @@
-   html_to_latex_command=none
- fi
- 
--test $html_to_latex_command = "html2latex" && html_to_latex_command="html2latex \$\$i"
-+test "$html_to_latex_command" = "html2latex" && html_to_latex_command="html2latex \$\$i"
- 
- echo $ac_n "checking for a MSWord -> Latex converter""... $ac_c"
- echo "$ac_t""(wvCleanLatex word2x)"
-@@ -421,7 +421,7 @@
-   image_command=none
- fi
- 
--test $image_command = "convert" && image_command="convert \$\$i \$\$o"
-+test "$image_command" = "convert" && image_command="convert \$\$i \$\$o"
- 
- # Search for a Postscript interpreter
- echo $ac_n "checking for a Postscript interpreter""... $ac_c"
-@@ -682,7 +682,7 @@
-   dvi_to_ps_command=none
- fi
- 
--test $dvi_to_ps_command = "dvips" && dvi_to_ps_command="dvips -o \$\$o \$\$i"
-+test "$dvi_to_ps_command" = "dvips" && dvi_to_ps_command="dvips -o \$\$o \$\$i"
- 
- # Search for a program to convert dvi to pdf
- echo $ac_n "checking for a DVI to PDF converter""... $ac_c"
-@@ -719,7 +719,7 @@
-   dvi_to_pdf_command=none
- fi
- 
--test $dvi_to_pdf_command = "dvipdfm" && dvi_to_pdf_command="dvipdfm \$\$i"
-+test "$dvi_to_pdf_command" = "dvipdfm" && dvi_to_pdf_command="dvipdfm \$\$i"
- 
- # We have a script to convert previewlyx to ppm
- lyxpreview_to_bitmap_command="lyxpreview2ppm.py"
-@@ -944,7 +944,7 @@
-   fax_command=none
- fi
- 
--test $fax_command != "none" && fax_command="$fax_command \$\$i"
-+test "$fax_command" != "none" && fax_command="$fax_command \$\$i"
- 
- # Search for LinuxDoc support
- echo $ac_n "checking for SGML-tools 1.x (LinuxDoc)""... $ac_c"
+ SEARCH_PROG([for a Tgif viewer and editor], TGIF_EDITOR, tgif)
+ TGIF_VIEWER="$TGIF_EDITOR"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/lyx-libconfigure.patch?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list