Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (08a9d1aae357a315cefbb02f49cbad767890f02b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (08a9d1aae357a315cefbb02f49cbad767890f02b)
  • Date: Fri, 23 Apr 2021 22:04:58 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

latex/texlive/FINAL | 2 ++
latex/texlive/HISTORY | 3 +++
latex/texlive/INSTALL | 1 -
3 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 08a9d1aae357a315cefbb02f49cbad767890f02b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

texlive: Move fontconfig cache update to FINAL

The update of caches is more appropriately done in FINAL.

Additionally this workarounds errors stemming from a bug in castfs that
prevents the updating of existing files when compiled against musl.

diff --git a/latex/texlive/FINAL b/latex/texlive/FINAL
index bc24d02..499c7b2 100755
--- a/latex/texlive/FINAL
+++ b/latex/texlive/FINAL
@@ -1,3 +1,5 @@
+# Update fontconfig caches; done here because it doesn't play well with
staging
+fc-cache -fsv
message "${MESSAGE_COLOR}Please note that the local additions to the texmf
tree"
message "have been moved to /usr/local/share/texmf from"
message "/usr/share/texmf-local${DEFAULT_COLOR}"
diff --git a/latex/texlive/HISTORY b/latex/texlive/HISTORY
index 35387e0..ea6b836 100644
--- a/latex/texlive/HISTORY
+++ b/latex/texlive/HISTORY
@@ -1,3 +1,6 @@
+2021-04-23 Ismael Luceno <ismael AT iodev.co.uk>
+ * FINAL, INSTALL: moved fontconfig cache update to FINAL
+
2020-08-21 Ismael Luceno <ismael AT sourcemage.org>
* BUILD: Fixed build with binutils >= 2.35
* PRE_BUILD: Optimized data installation prefix patching
diff --git a/latex/texlive/INSTALL b/latex/texlive/INSTALL
index 897be0f..a4cc0b2 100755
--- a/latex/texlive/INSTALL
+++ b/latex/texlive/INSTALL
@@ -39,7 +39,6 @@ ${INSTALL_ROOT}/usr/bin/fmtutil-sys --cnffile "$fmtutilcnf"
--fmtdir ${INSTALL_R
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 &&

if is_depends_enabled $SPELL LUA; then
# update filename db & create formats for context



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (08a9d1aae357a315cefbb02f49cbad767890f02b), Ismael Luceno, 04/23/2021

Archive powered by MHonArc 2.6.24.

Top of Page