Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (edebeaaf0ba346c495cb6fc79d1f91dec0432212)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (edebeaaf0ba346c495cb6fc79d1f91dec0432212)
  • Date: Sat, 29 Dec 2018 20:22:40 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

latex/texlive/HISTORY | 3 +++
latex/texlive/patches/synctex.patch | 13 +++++++++++++
2 files changed, 16 insertions(+)

New commits:
commit edebeaaf0ba346c495cb6fc79d1f91dec0432212
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

latex/texlive: fixed SyncTeX installation

diff --git a/latex/texlive/HISTORY b/latex/texlive/HISTORY
index 7b8120e..c56475f 100644
--- a/latex/texlive/HISTORY
+++ b/latex/texlive/HISTORY
@@ -1,3 +1,6 @@
+2018-12-29 Pavel Vinogradov <public AT sourcemage.org>
+ * patches/synctex.patch: added fix for SyncTeX missing header issue
+
2018-12-07 Pavel Vinogradov <public AT sourcemage.org>
* BUILD: added -fpermissive to CXXFLAGS for LuaTeX

diff --git a/latex/texlive/patches/synctex.patch
b/latex/texlive/patches/synctex.patch
new file mode 100644
index 0000000..9935e4a
--- /dev/null
+++ b/latex/texlive/patches/synctex.patch
@@ -0,0 +1,13 @@
+diff --git a/texk/web2c/synctexdir/am/synctex.am
b/texk/web2c/synctexdir/am/synctex.am
+--- a/texk/web2c/synctexdir/am/synctex.am
++++ b/texk/web2c/synctexdir/am/synctex.am
+@@ -55,7 +55,8 @@
+ if SYNCTEX
+ syncinclude_HEADERS = \
+ synctexdir/synctex_parser.h \
+- synctexdir/synctex_parser_utils.h
++ synctexdir/synctex_parser_utils.h \
++ synctexdir/synctex_version.h
+
+ pkgconfig_DATA = synctexdir/synctex.pc
+ endif SYNCTEX



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (edebeaaf0ba346c495cb6fc79d1f91dec0432212), Pavel Vinogradov, 12/29/2018

Archive powered by MHonArc 2.6.24.

Top of Page