Accepting request 66080 from Publishing
Accepted submit request 66080 from user babelworx OBS-URL: https://build.opensuse.org/request/show/66080 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texmaker?expand=0&rev=9
This commit is contained in:
commit
82024629f9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75934ad2fd03f000e65306e336d88e5166284a9222312f88780a492555cc8fd8
|
||||
size 4364743
|
3
texmaker-3.0.tar.bz2
Normal file
3
texmaker-3.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4957d1e5f84bf928fa2a16bd094247a55f4fe405457b0738fc7bfbae84b85db2
|
||||
size 5158725
|
@ -1,10 +1,10 @@
|
||||
diff -ur texmaker-2.1.orig//texmaker.pro texmaker-2.1//texmaker.pro
|
||||
--- texmaker-2.1.orig//texmaker.pro 2010-10-27 02:50:58.000000000 +0530
|
||||
+++ texmaker-2.1//texmaker.pro 2010-12-03 07:46:24.384950103 +0530
|
||||
@@ -224,9 +224,6 @@
|
||||
utilities/style.css \
|
||||
utilities/up.gif \
|
||||
utilities/up_d.gif \
|
||||
diff -ur texmaker-3.0//texmaker.pro texmaker-3.0.new//texmaker.pro
|
||||
--- texmaker-3.0//texmaker.pro 2011-04-03 15:46:58.000000000 +0530
|
||||
+++ texmaker-3.0.new//texmaker.pro 2011-04-04 22:34:34.089000336 +0530
|
||||
@@ -289,9 +289,6 @@
|
||||
doc/latexhelp.html \
|
||||
doc/usermanual_en.html \
|
||||
doc/usermanual_fr.html \
|
||||
- utilities/AUTHORS \
|
||||
- utilities/COPYING \
|
||||
- utilities/CHANGELOG.txt \
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -ur texmaker-2.2//texmaker.cpp texmaker-2.2.NEW//texmaker.cpp
|
||||
--- texmaker-2.2//texmaker.cpp 2011-01-26 04:17:07.000000000 +0530
|
||||
+++ texmaker-2.2.NEW//texmaker.cpp 2011-01-26 23:09:40.461135444 +0530
|
||||
@@ -2617,7 +2617,7 @@
|
||||
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();
|
||||
+pdflatex_command=config->value("Tools/Pdflatex","pdflatex -synctex=1 -interaction=nonstopmode %.tex").toString();
|
||||
dvipdf_command=config->value("Tools/Dvipdf","dvipdfm %.dvi").toString();
|
||||
metapost_command=config->value("Tools/Metapost","mpost --interaction nonstopmode ").toString();
|
||||
// xdvi %.dvi -sourceposition @:%.tex
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 16:45:17 UTC 2011 - badshah400@gmail.com
|
||||
|
||||
- Update to version 3.0
|
||||
+ Major interface changes:-
|
||||
- Do not use tabs for the editor
|
||||
- Pdf viewer is now fully embedded into the main application
|
||||
for resolutions greater than 1400
|
||||
- New fullscreen mode
|
||||
- Show latex code for mathematical symbols in a tooltip when
|
||||
hovering over the symbols palette
|
||||
+ A critical bug fix in the editor
|
||||
+ Bug about the "latex+asymptote+latex+dvips+viewps" mode for the
|
||||
"quick build" command has been fixed
|
||||
+ The \addbibresource{} command is now detected like
|
||||
\bibliography{}
|
||||
+ New keyboard shortcuts
|
||||
+ The obsolete "export to html" command has been removed
|
||||
+ Users can now add items to the auto-complete commands list
|
||||
+ Labels are now checked in the "child" documents while using
|
||||
the "master mode" (for one level only)
|
||||
+ The preamble can now be collapsed
|
||||
- Removed texmaker-pdflatex-synctex-by-default.patch; included
|
||||
upstream
|
||||
- Rebase texmaker-correct-doc-location.patch for version 3.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 14 13:33:03 UTC 2011 - badshah400@gmail.com
|
||||
|
||||
|
@ -18,15 +18,13 @@
|
||||
|
||||
|
||||
Name: texmaker
|
||||
Version: 2.3
|
||||
Version: 3.0
|
||||
Release: 1
|
||||
License: GPLv2
|
||||
Summary: Free cross-platform LaTeX editor
|
||||
Url: http://www.xm1math.net/texmaker/
|
||||
Group: Productivity/Publishing/TeX/Frontends
|
||||
Source: texmaker-%{version}.tar.bz2
|
||||
# PATCH-FIX-UPSTREAM texmaker-pdflatex-synctex-by-default.patch badshah400@gmail.com -- Enable synctex integration into pdflatex by default
|
||||
Patch0: texmaker-pdflatex-synctex-by-default.patch
|
||||
# PATCH-FIX-UPSTREAM texmaker-correct-doc-location.patch badshah400@gmail.com -- Handle doc files in the spec file rather than placing them in %%{_datadir} during compilation
|
||||
Patch1: texmaker-correct-doc-location.patch
|
||||
BuildRequires: fdupes
|
||||
@ -48,7 +46,6 @@ under the GPL license .
|
||||
#
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
#
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user