Hello community,

here is the log from the commit of package lyx for openSUSE:Factory
checked in at Thu Jul 7 14:35:02 CEST 2011.



--------
--- lyx/lyx.changes     2011-05-31 14:10:31.000000000 +0200
+++ /mounts/work_src_done/STABLE/lyx/lyx.changes        2011-06-28 
21:54:06.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jun 28 19:56:30 UTC 2011 - [email protected]
+
+- Removed --with-texmf configure option (is not supported by the configure 
script)
+- Added xdg-open patch from fedora
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  minmem

New:
----
  lyx-2.0.0rc1-xdg_open.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lyx.spec ++++++
--- /var/tmp/diff_new_pack.Lgcn3G/_old  2011-07-07 14:33:50.000000000 +0200
+++ /var/tmp/diff_new_pack.Lgcn3G/_new  2011-07-07 14:33:50.000000000 +0200
@@ -26,7 +26,7 @@
 Requires:       texlive-latex ImageMagick
 AutoReqProv:    on
 Version:        2.0.0
-Release:        5
+Release:        6
 Summary:        LaTeX-Based WYSIWYG Editor
 Url:            http://www.lyx.org/
 Source:         ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-2.0.0.tar.gz
@@ -36,6 +36,9 @@
 # hunspell pkgconfig support
 # see http://www.mail-archive.com/[email protected]/msg169351.html
 Patch0:         lyx-2.0.0-hunspell_pkgconfig.patch
+# xdg path from fedora
+# This was rejected by upstream 
(http://www.mail-archive.com/[email protected]/msg133878.html)
+Patch1:         lyx-2.0.0rc1-xdg_open.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 Recommends:     texlive-xetex xindy
@@ -50,6 +53,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 #%{?suse_update_config:%{suse_update_config -f config}}
@@ -64,7 +68,6 @@
 %endif
 %endif
 %configure \
-    --with-texmf=$TEXMF \
     --without-included-boost \
 %if %suse_version < 1020
     --with-extra-inc=/usr/X11R6/include/X11 \

++++++ lyx-2.0.0rc1-xdg_open.patch ++++++
diff -ur lyx-2.0.0rc1.orig/lib/configure.py lyx-2.0.0rc1/lib/configure.py
--- lyx-2.0.0rc1.orig/lib/configure.py  2011-03-01 22:45:24.000000000 +0000
+++ lyx-2.0.0rc1/lib/configure.py       2011-03-11 18:53:32.189708571 +0000
@@ -458,7 +458,7 @@
     checkViewerEditor('a SVG viewer and editor', ['inkscape'],
         rc_entry = [r'\Format svg        svg     SVG                    "" 
"%%" "%%"   "vector"'])
     #
-    path, iv = checkViewerNoRC('a raster image viewer', ['xv', 'kview', 
'gimp-remote', 'gimp'],
+    path, iv = checkViewerNoRC('a raster image viewer', ['xdg-open', 'xv', 
'kview', 'gimp-remote', 'gimp'],
         rc_entry = [r'''\Format bmp        bmp     BMP                    "" 
"%s"      "%s"    ""
 \Format gif        gif     GIF                    "" "%s"      "%s"    ""
 \Format jpg        jpg     JPEG                   "" "%s"      "%s"    ""
@@ -521,7 +521,7 @@
 \Format excel      xls    "Excel spreadsheet"      "" "" "%%"    "document" 
 \Format oocalc     ods    "OpenOffice spreadsheet" "" "" "%%"    
"document"''']) 
  #
-    path, xhtmlview = checkViewer('an HTML previewer', ['firefox', 'mozilla 
file://$$p$$i', 'netscape'],
+    path, xhtmlview = checkViewer('an HTML previewer', ['xdg-open', 'firefox', 
'mozilla file://$$p$$i', 'netscape'],
         rc_entry = [r'\Format xhtml      xhtml   "LyXHTML"              y "%%" 
""    "document,menu=export"'])
     if xhtmlview == "":
         addToRC(r'\Format xhtml      xhtml   "LyXHTML"              y "" ""  
"document,menu=export"')
@@ -535,11 +535,11 @@
     #
     #checkProg('a Postscript interpreter', ['gs'],
     #  rc_entry = [ r'\ps_command "%%"' ])
-    checkViewer('a Postscript previewer', ['kghostview', 'okular', 'evince', 
'gv', 'ghostview -swap'],
+    checkViewer('a Postscript previewer', ['xdg-open', 'kghostview', 'okular', 
'evince', 'gv', 'ghostview -swap'],
         rc_entry = [r'''\Format eps        eps     EPS                    "" 
"%%"      ""      "vector"
 \Format ps         ps      Postscript             t  "%%"      ""      
"document,vector"'''])
     # for xdg-open issues look here: 
http://www.mail-archive.com/[email protected]/msg151818.html
-    checkViewer('a PDF previewer', ['kpdf', 'okular', 'evince', 'kghostview', 
'xpdf', 'acrobat', 'acroread', \
+    checkViewer('a PDF previewer', ['xdg-open', 'kpdf', 'okular', 'evince', 
'kghostview', 'xpdf', 'acrobat', 'acroread', \
                    'gv', 'ghostview'],
         rc_entry = [r'''\Format pdf        pdf    "PDF (ps2pdf)"          P  
"%%"      ""      "document,vector,menu=export"
 \Format pdf2       pdf    "PDF (pdflatex)"        F  "%%"      ""      
"document,vector,menu=export"
@@ -547,14 +547,14 @@
 \Format pdf4       pdf    "PDF (XeTeX)"           X  "%%"      ""      
"document,vector,menu=export"
 \Format pdf5       pdf    "PDF (LuaTeX)"          u  "%%"      ""      
"document,vector,menu=export"'''])
     #
-    checkViewer('a DVI previewer', ['xdvi', 'kdvi', 'okular', 'yap', 'dviout 
-Set=!m'],
+    checkViewer('a DVI previewer', ['xdg-open', 'xdvi', 'kdvi', 'okular', 
'yap', 'dviout -Set=!m'],
         rc_entry = [r'''\Format dvi        dvi     DVI                    D  
"%%"      ""      "document,vector,menu=export"
 \Format dvi3       dvi     "DVI (LuaTeX)"          V  "%%"     ""      
"document,vector,menu=export"'''])
     if dtl_tools:
         # Windows only: DraftDVI
         addToRC(r'\Format dvi2       dvi     DraftDVI               "" ""      
""      "vector"')
     #
-    checkViewer('an HTML previewer', ['firefox', 'mozilla file://$$p$$i', 
'netscape'],
+    checkViewer('an HTML previewer', ['xdg-open', 'firefox', 'mozilla 
file://$$p$$i', 'netscape'],
         rc_entry = [r'\Format html       html    HTML                   H  
"%%"        ""      "document,menu=export"'])
     #
     checkViewerEditor('Noteedit', ['noteedit'],


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to