r46794 - in /packages/texmaker/trunk/debian/patches: series use-system-synctex.patch

jump-guest at users.alioth.debian.org jump-guest at users.alioth.debian.org
Mon Jul 7 13:25:50 UTC 2014


Author: jump-guest
Date: Mon Jul  7 13:25:50 2014
New Revision: 46794

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46794
Log:
Use system synctex

Added:
    packages/texmaker/trunk/debian/patches/use-system-synctex.patch
Modified:
    packages/texmaker/trunk/debian/patches/series

Modified: packages/texmaker/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/patches/series?rev=46794&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/patches/series	(original)
+++ packages/texmaker/trunk/debian/patches/series	Mon Jul  7 13:25:50 2014
@@ -1,2 +1,3 @@
 10_spelling_dict.patch
 20-add-keywords-desktop-file.patch
+use-system-synctex.patch

Added: packages/texmaker/trunk/debian/patches/use-system-synctex.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/patches/use-system-synctex.patch?rev=46794&op=file
==============================================================================
--- packages/texmaker/trunk/debian/patches/use-system-synctex.patch	(added)
+++ packages/texmaker/trunk/debian/patches/use-system-synctex.patch	Mon Jul  7 13:25:50 2014
@@ -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 \




More information about the debian-science-commits mailing list