rpms/texmaker/devel texmaker-tools.patch, 1.6, 1.7 texmaker.spec, 1.14, 1.15 texmaker-64bit_fix.patch, 1.1, NONE

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Sun Aug 19 03:18:08 UTC 2007


Author: deji

Update of /cvs/extras/rpms/texmaker/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21530

Modified Files:
	texmaker-tools.patch texmaker.spec 
Removed Files:
	texmaker-64bit_fix.patch 
Log Message:
* Sat Aug 18 2007 Deji Akingunola <dakingun at gmail.com> - 1:1.6-3
- Use xdg-open instead of hardcording apps (bz#245269)


texmaker-tools.patch:

Index: texmaker-tools.patch
===================================================================
RCS file: /cvs/extras/rpms/texmaker/devel/texmaker-tools.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- texmaker-tools.patch	22 Jun 2007 00:03:10 -0000	1.6
+++ texmaker-tools.patch	19 Aug 2007 03:18:05 -0000	1.7
@@ -1,6 +1,6 @@
 --- texmaker.cpp	2007-06-05 14:51:01.000000000 -0400
-+++ texmaker.cpp.new	2007-06-21 19:36:14.000000000 -0400
-@@ -2078,7 +2078,7 @@
++++ texmaker.cpp.new	2007-06-21 14:28:03.000000000 -0400
+@@ -2078,18 +2078,18 @@
  #endif
  #ifdef Q_WS_X11
  latex_command=config->value("Tools/Latex","latex -interaction=nonstopmode %.tex").toString();
@@ -9,14 +9,17 @@
  ps2pdf_command=config->value("Tools/Ps2pdf","ps2pdf %.ps").toString();
  makeindex_command=config->value("Tools/Makeindex","makeindex %.idx").toString();
  bibtex_command=config->value("Tools/Bibtex","bibtex %.aux").toString();
-@@ -2088,8 +2088,8 @@
- viewdvi_command=config->value("Tools/Dvi","xdvi %.dvi").toString();
+ pdflatex_command=config->value("Tools/Pdflatex","pdflatex -interaction=nonstopmode %.tex").toString();
+ dvipdf_command=config->value("Tools/Dvipdf","dvipdfm %.dvi").toString();
+ metapost_command=config->value("Tools/Metapost","mpost --interaction nonstopmode ").toString();
+-viewdvi_command=config->value("Tools/Dvi","xdvi %.dvi").toString();
++viewdvi_command=config->value("Tools/Dvi","xdg-open %.dvi").toString();
  // xdvi %.dvi  -sourceposition @:%.tex
  // kdvi "file:%.dvi#src:@ %.tex"
 -viewps_command=config->value("Tools/Ps","gv %.ps").toString();
 -viewpdf_command=config->value("Tools/Pdf","xpdf %.pdf").toString();
-+viewps_command=config->value("Tools/Ps","evince %.ps").toString();
-+viewpdf_command=config->value("Tools/Pdf","evince %.pdf").toString();
++viewps_command=config->value("Tools/Ps","xdg-open %.ps").toString();
++viewpdf_command=config->value("Tools/Pdf","xdg-open %.pdf").toString();
  ghostscript_command=config->value("Tools/Ghostscript","gs").toString();
  #endif
  userquick_command=config->value("Tools/Userquick","latex -interaction=nonstopmode %.tex|bibtex %.aux|latex -interaction=nonstopmode %.tex|latex -interaction=nonstopmode %.tex|xdvi %.dvi").toString();


Index: texmaker.spec
===================================================================
RCS file: /cvs/extras/rpms/texmaker/devel/texmaker.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- texmaker.spec	6 Aug 2007 21:55:19 -0000	1.14
+++ texmaker.spec	19 Aug 2007 03:18:05 -0000	1.15
@@ -82,6 +82,9 @@
 %{_datadir}/icons/hicolor/*/apps/texmaker.png
 
 %changelog
+* Sat Aug 18 2007 Deji Akingunola <dakingun at gmail.com> - 1:1.6-3
+- Use xdg-open instead of hardcording apps (bz#245269)
+
 * Mon Aug 06 2007 Deji Akingunola <dakingun at gmail.com> - 1:1.6-3
 - License tag update
 


--- texmaker-64bit_fix.patch DELETED ---




More information about the fedora-extras-commits mailing list