Skip to Content.
Sympa Menu

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

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 (f1310a96000d475e8654a55b60183da48f41997b)
  • Date: Thu, 3 May 2018 22:47:05 +0000

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

latex/texlive/HISTORY | 3 +++
latex/texlive/INSTALL | 1 +
2 files changed, 4 insertions(+)

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

latex/texlive: fixed installation of the fontconfig file

diff --git a/latex/texlive/HISTORY b/latex/texlive/HISTORY
index 33eeca8..b972a84 100644
--- a/latex/texlive/HISTORY
+++ b/latex/texlive/HISTORY
@@ -1,3 +1,6 @@
+2018-05-03 Pavel Vinogradov <public AT sourcemage.org>
+ * INSTALL: the fontconfig directory must exist before copying into it
+
2018-04-29 Pavel Vinogradov <public AT sourcemage.org>
* patches/texlive-20170524-source-poppler059-1.patch,
patches/dvisvgm.patch:
restored slightly modified patch for poppler code and fixed dvisvgm
building
diff --git a/latex/texlive/INSTALL b/latex/texlive/INSTALL
index bca7da0..897be0f 100755
--- a/latex/texlive/INSTALL
+++ b/latex/texlive/INSTALL
@@ -36,6 +36,7 @@ ${INSTALL_ROOT}/usr/bin/mktexlsr &&
${INSTALL_ROOT}/usr/bin/fmtutil-sys --cnffile "$fmtutilcnf" --fmtdir
${INSTALL_ROOT}/usr/share/texmf-dist/web2c --all &&

# allow fontconfig to see latex fonts
+mkdir -p "${INSTALL_ROOT}/etc/fonts/conf.avail" &&
install -Cv ${SPELL_DIRECTORY}/09-texlive-fonts.conf
${INSTALL_ROOT}/etc/fonts/conf.avail &&
ln -fs ${INSTALL_ROOT}/etc/fonts/conf.avail/09-texlive-fonts.conf
${INSTALL_ROOT}/etc/fonts/conf.d &&
fc-cache -fsv &&



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f1310a96000d475e8654a55b60183da48f41997b), Pavel Vinogradov, 05/03/2018

Archive powered by MHonArc 2.6.24.

Top of Page