[texmaker] 01/01: Added patch to link against system synctex

Leopold Palomo-Avellaneda leo at alaxarxa.net
Wed Sep 13 11:47:48 UTC 2017


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

lepalom-guest pushed a commit to branch master
in repository texmaker.

commit cab21bcee836e583aa5909555fc37a012e4b42ff
Author: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
Date:   Wed Sep 13 13:41:18 2017 +0200

    Added patch to link against system synctex
---
 ...50-Add-link-to-system-installed-synctex-lib.patch | 20 ++++++++++++++++++++
 debian/patches/series                                |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/50-Add-link-to-system-installed-synctex-lib.patch b/debian/patches/50-Add-link-to-system-installed-synctex-lib.patch
new file mode 100644
index 0000000..1852097
--- /dev/null
+++ b/debian/patches/50-Add-link-to-system-installed-synctex-lib.patch
@@ -0,0 +1,20 @@
+From: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
+Date: Wed, 13 Sep 2017 13:31:33 +0200
+Subject: Add link to system installed synctex lib
+
+---
+ texmaker.pro | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/texmaker.pro b/texmaker.pro
+index 2bbcbeb..3b4fcdb 100644
+--- a/texmaker.pro
++++ b/texmaker.pro
+@@ -1066,6 +1066,7 @@ icon.path = $${ICONDIR}
+ #not for openSUSE :
+ metainfo.path = $${METAINFODIR}
+ 
++LIBS += $$system(pkg-config --libs synctex)
+ 
+ DEFINES += DEBIAN_SPELLDIR
+ 
diff --git a/debian/patches/series b/debian/patches/series
index ad86cd2..59fc74e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 20-add-keywords-desktop-file.patch
 30-fix-spelling-errors.patch
 use-system-synctex.patch
+50-Add-link-to-system-installed-synctex-lib.patch

-- 
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