rpms/texmaker/F-8 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 texmaker-tools.patch, 1.7, 1.8 texmaker.spec, 1.15, 1.16

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Mon Apr 28 15:26:00 UTC 2008


Author: deji

Update of /cvs/extras/rpms/texmaker/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5227

Modified Files:
	.cvsignore sources texmaker-tools.patch texmaker.spec 
Log Message:
* Mon Apr 28 2008 Deji Akingunola <dakingun at gmail.com> - 1.7-1
- New Release



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/texmaker/F-8/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	21 Jun 2007 18:34:28 -0000	1.6
+++ .cvsignore	28 Apr 2008 15:25:25 -0000	1.7
@@ -1 +1 @@
-texmaker-1.6.tar.bz2
+texmaker-1.7.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/texmaker/F-8/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	21 Jun 2007 18:34:28 -0000	1.6
+++ sources	28 Apr 2008 15:25:25 -0000	1.7
@@ -1 +1 @@
-941ac678dad630d686dbee3ecd75039a  texmaker-1.6.tar.bz2
+9051a0b223452fadbe4644b082781d37  texmaker-1.7.tar.bz2

texmaker-tools.patch:

Index: texmaker-tools.patch
===================================================================
RCS file: /cvs/extras/rpms/texmaker/F-8/texmaker-tools.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- texmaker-tools.patch	19 Aug 2007 03:18:05 -0000	1.7
+++ texmaker-tools.patch	28 Apr 2008 15:25:25 -0000	1.8
@@ -1,25 +1,53 @@
---- texmaker.cpp	2007-06-05 14:51:01.000000000 -0400
-+++ texmaker.cpp.new	2007-06-21 14:28:03.000000000 -0400
-@@ -2078,18 +2078,18 @@
- #endif
- #ifdef Q_WS_X11
+--- texmaker.cpp	2008-04-22 04:45:33.000000000 -0400
++++ texmaker.cpp.new	2008-04-28 09:26:36.000000000 -0400
+@@ -2164,7 +2164,7 @@
+ 	}
+ 
  latex_command=config->value("Tools/Latex","latex -interaction=nonstopmode %.tex").toString();
 -dvips_command=config->value("Tools/Dvips","dvips -o %.ps %.dvi").toString();
 +dvips_command=config->value("Tools/Dvips","dvips -o -t %.ps %.dvi").toString();
  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();
- pdflatex_command=config->value("Tools/Pdflatex","pdflatex -interaction=nonstopmode %.tex").toString();
- dvipdf_command=config->value("Tools/Dvipdf","dvipdfm %.dvi").toString();
+@@ -2173,29 +2173,9 @@
  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();
+-switch (desktop_env)
+-	{
+-	case 1:
+-		{
+-		viewdvi_command=config->value("Tools/Dvi","evince %.dvi").toString();
+-		viewps_command=config->value("Tools/Ps","evince %.ps").toString();
+-		viewpdf_command=config->value("Tools/Pdf","evince %.pdf").toString();
+-		}break;
+-	case 2:
+-		{
+-		viewdvi_command=config->value("Tools/Dvi","kdvi %.dvi").toString();
+-		viewps_command=config->value("Tools/Ps","kghostview %.ps").toString();
+-		viewpdf_command=config->value("Tools/Pdf","kpdf %.pdf").toString();
+-		}break;
+-	case 3:
+-		{
+-		viewdvi_command=config->value("Tools/Dvi","okular %.dvi").toString();
+-		viewps_command=config->value("Tools/Ps","okular %.ps").toString();
+-		viewpdf_command=config->value("Tools/Pdf","okular %.pdf").toString();
+-		}break;
+-	}
+-
+-
++viewdvi_command=config->value("Tools/Dvi","xdg-open %.dvi").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();
+ 
+@@ -2269,7 +2249,7 @@
+ author=config->value("Quick/Author","").toString();
+ 
+ #if defined( Q_WS_X11 )
+-QString dicDir=PREFIX"/share/texmaker/";
++QString dicDir=PREFIX"/share/myspell/";
  #endif
- userquick_command=config->value("Tools/Userquick","latex -interaction=nonstopmode %.tex|bibtex %.aux|latex -interaction=nonstopmode %.tex|latex -interaction=nonstopmode %.tex|xdvi %.dvi").toString();
+ #if defined( Q_WS_MACX )
+ QString dicDir=QCoreApplication::applicationDirPath() + "/../Resources/";


Index: texmaker.spec
===================================================================
RCS file: /cvs/extras/rpms/texmaker/F-8/texmaker.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- texmaker.spec	19 Aug 2007 03:18:05 -0000	1.15
+++ texmaker.spec	28 Apr 2008 15:25:25 -0000	1.16
@@ -1,21 +1,19 @@
-Summary: LaTeX editor
-Name: texmaker
-Version: 1.6
-Release: 3%{?dist}
-Epoch: 1
-License: GPLv2+
-Group: Applications/Publishing
-URL: http://www.xm1math.net/texmaker/
-Source: http://www.xm1math.net/texmaker/texmaker-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: qt4-devel
-BuildRequires: desktop-file-utils
-Requires: tetex-latex, tetex-dvipost, tetex-xdvi
-Requires(post): desktop-file-utils
-Requires(postun): desktop-file-utils
-Patch0: %{name}-desktop.patch
+Summary:	LaTeX editor
+Name:		texmaker
+Version:	1.7
+Release:	1%{?dist}
+Epoch:		1
+License:	GPLv2+
+Group:		Applications/Publishing
+URL:		http://www.xm1math.net/texmaker/
+Source:		http://www.xm1math.net/texmaker/texmaker-%{version}.tar.bz2
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:	qt4-devel
+BuildRequires:	desktop-file-utils
+Requires:	tetex-latex, tetex-dvipost, tetex-xdvi, hunspell
+Patch0:		%{name}-desktop.patch
 # Patch to use default Fedora's document viewer
-Patch1: %{name}-tools.patch
+Patch1:		%{name}-tools.patch
 
 %description
 Texmaker is a program, that integrates many tools needed to develop 
@@ -48,10 +46,10 @@
 # Don't package these twice
 rm -rf %{buildroot}%{_datadir}/%{name}/{AUTHORS,COPYING,*.desktop,tex*.png}
 
-desktop-file-install --vendor fedora                       \
-        --dir %buildroot%_datadir/applications             \
-        --remove-category Publishing                       \
-        utilities/texmaker.desktop
+desktop-file-install --vendor fedora			\
+	--dir %buildroot%_datadir/applications		\
+	--remove-category Publishing			\
+	utilities/texmaker.desktop
 
 %post
 update-desktop-database &> /dev/null ||:
@@ -80,8 +78,13 @@
 %{_datadir}/texmaker/
 %{_datadir}/applications/fedora-texmaker.desktop
 %{_datadir}/icons/hicolor/*/apps/texmaker.png
+%exclude %{_datadir}/texmaker/*.dic
+%exclude %{_datadir}/texmaker/*.aff
 
 %changelog
+* Mon Apr 28 2008 Deji Akingunola <dakingun at gmail.com> - 1.7-1
+- New Release
+
 * Sat Aug 18 2007 Deji Akingunola <dakingun at gmail.com> - 1:1.6-3
 - Use xdg-open instead of hardcording apps (bz#245269)
 




More information about the fedora-extras-commits mailing list