Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (e2f8b8871389d1c9f49b6f440414c08323f93622)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (e2f8b8871389d1c9f49b6f440414c08323f93622)
  • Date: Sat, 8 Jun 2013 17:24:50 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

latex/texlive/BUILD | 1 -
latex/texlive/HISTORY | 4 ++++
latex/texlive/INSTALL | 12 +++++++++++-
3 files changed, 15 insertions(+), 2 deletions(-)

New commits:
commit ba3d388a723cc9e073a74e21d3f7c3175cba7a50
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

texlive: build gsftopk

commit e116602e50b5ee2a895a1fb31aeed8c755992530
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

texlive: hack to install a copy of TexLive::TLUtils to make updmap work

diff --git a/latex/texlive/BUILD b/latex/texlive/BUILD
index e1af486..5b41cce 100755
--- a/latex/texlive/BUILD
+++ b/latex/texlive/BUILD
@@ -13,7 +13,6 @@ LIBS="-lpng" $SOURCE_DIRECTORY/configure
--prefix=${INSTALL_ROOT}/usr \
--with-pdftex \
--with-tetex \
--with-pdfetex \
- --disable-gsftopk \
--disable-xindy \
--disable-etex \
--disable-omega \
diff --git a/latex/texlive/HISTORY b/latex/texlive/HISTORY
index aacb4a7..a527ec9 100644
--- a/latex/texlive/HISTORY
+++ b/latex/texlive/HISTORY
@@ -1,3 +1,7 @@
+2013-06-08 Thomas Orgis <sobukus AT sourcemage.org>
+ * INSTALL: hack to install a copy of TeXLive::TLUtils to make updmap
work
+ * BUILD: Do not disable gsftopk; who else provides it?
+
2012-09-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 20120701
* BUILD, PRE_BUILD, INSTALL: build out of tree
diff --git a/latex/texlive/INSTALL b/latex/texlive/INSTALL
index fdc819c..b16cf99 100755
--- a/latex/texlive/INSTALL
+++ b/latex/texlive/INSTALL
@@ -28,4 +28,14 @@ if is_depends_enabled $SPELL lua ; then
mtxrun --generate &&
# generate fonts for luatex & context

OSFONTDIR="${INSTALL_ROOT}/usr/share/texmf-dist/fonts/;${INSTALL_ROOT}/usr/share/texmf/fonts/;${INSTALL_ROOT}/usr/local/share/texmf/fonts"
mtxrun --script fonts --reload
-fi
+fi &&
+
+# updmap is broken without an install of TexLive::TLUtils
+# This comes with the installer, which we don't use, one source:
+# ftp://tug.org/texlive/historic/2012/tlnet-final/tlpkg/
+# Now, there happens to be a copy here, too ... just using it.
+# Rationale for the hack here: This spell installs updmap, so it should
+# damn well also ensure that this tool can run.
+# Proper use would install tlpkg, which we don't use, just for that lib.
+mkdir -p "$INSTALL_ROOT/usr/share/tlpkg" &&
+cp -vr "$SOURCE_DIRECTORY/texk/tests/TeXLive"
"$INSTALL_ROOT/usr/share/tlpkg"



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (e2f8b8871389d1c9f49b6f440414c08323f93622), Thomas Orgis, 06/08/2013

Archive powered by MHonArc 2.6.24.

Top of Page