[texmaker] 82/103: Use system synctex

Andreas Tille tille at debian.org
Sun Sep 10 17:38:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository texmaker.

commit 4d6c85535e3d3825617cb43ba9f0235f3b65ce1a
Author: Julián Moreno Patiño <julian at debian.org>
Date:   Mon Jul 7 13:25:50 2014 +0000

    Use system synctex
---
 debian/patches/series                   |  1 +
 debian/patches/use-system-synctex.patch | 60 +++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 3f0ad86..365e455 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 10_spelling_dict.patch
 20-add-keywords-desktop-file.patch
+use-system-synctex.patch
diff --git a/debian/patches/use-system-synctex.patch b/debian/patches/use-system-synctex.patch
new file mode 100644
index 0000000..b2df95c
--- /dev/null
+++ b/debian/patches/use-system-synctex.patch
@@ -0,0 +1,60 @@
+Description: Use synctex provided by libsynctex-dev
+Author: Sebastian Ramacher <sramacher at debian.org>
+Last-Update: 2014-07-05
+
+--- texmaker-4.2.orig/pdfviewer.h
++++ texmaker-4.2/pdfviewer.h
+@@ -39,7 +39,7 @@
+ #include <QKeySequence>
+ 
+ #include "documentview.h"
+-#include "synctex_parser.h"
++#include <synctex_parser.h>
+ #include "browser.h"
+ 
+ 
+--- texmaker-4.2.orig/pdfviewerwidget.h
++++ texmaker-4.2/pdfviewerwidget.h
+@@ -40,7 +40,7 @@
+ #include <QSplitter>
+ 
+ #include "documentview.h"
+-#include "synctex_parser.h"
++#include <synctex_parser.h>
+ #include "minisplitter.h"
+ #include "browser.h"
+ 
+--- texmaker-4.2.orig/texmaker.pro
++++ texmaker-4.2/texmaker.pro
+@@ -19,11 +19,11 @@ DEFINES += HAVE_SPLASH
+ unix:!macx {
+ contains( QT_VERSION, "^5.*" ) {
+ CONFIG		+= link_pkgconfig
+-PKGCONFIG 	= poppler-qt5
++PKGCONFIG 	= poppler-qt5 synctex
+ DEFINES += POPPLER24
+ } else {
+ CONFIG		+= link_pkgconfig
+-PKGCONFIG 	= poppler-qt4
++PKGCONFIG 	= poppler-qt4 synctex
+ DETECTEDPOPPLER=$$system(pkg-config --modversion poppler)
+ contains( DETECTEDPOPPLER, "^0.18.*" ){
+ DEFINES += OLDPOPPLER
+@@ -88,8 +88,6 @@ HEADERS	+= texmaker.h \
+ 	textblockselection.h \
+ 	scandialog.h \
+ 	exportdialog.h \
+-	synctex_parser.h \
+-	synctex_parser_utils.h \
+ 	usertagslistwidget.h \
+ 	addtagdialog.h \
+ 	versiondialog.h \
+@@ -198,8 +196,6 @@ SOURCES	+= main.cpp \
+ 	texdocdialog.cpp \
+ 	scandialog.cpp \
+ 	exportdialog.cpp \
+-	synctex_parser.c \
+-	synctex_parser_utils.c \
+ 	usertagslistwidget.cpp \
+ 	addtagdialog.cpp \
+ 	versiondialog.cpp \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/texmaker.git



More information about the debian-science-commits mailing list