[latex3-commits] [git/LaTeX3-latex3-luaotfload] harfnode-dev: moved support files into texmf structure (6f4d185)

Ulrike Fischer fischer at troubleshooting-tex.de
Tue Oct 22 17:12:48 CEST 2019


Repository : https://github.com/latex3/luaotfload
On branch  : harfnode-dev
Link       : https://github.com/latex3/luaotfload/commit/6f4d185e846a6274b1589d38c51018295c15bbcc

>---------------------------------------------------------------

commit 6f4d185e846a6274b1589d38c51018295c15bbcc
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue Oct 22 17:12:48 2019 +0200

    moved support files into texmf structure


>---------------------------------------------------------------

6f4d185e846a6274b1589d38c51018295c15bbcc
 build.lua                                                   |   2 +-
 support-harf/texmf.cnf                                      |   1 +
 support/texmf.cnf                                           |   1 +
 .../fonts/opentype}/LuaotfloadDummyFont.otf                 | Bin
 .../fonts/opentype}/URWGothicL-Book.subset.otf              | Bin
 .../fonts/truetype}/ArefRuqaa-Bold.ttf                      | Bin
 .../fonts/truetype}/ArefRuqaa-Regular.ttf                   | Bin
 .../fonts/truetype}/AwamiNastaliq-Regular.ttf               | Bin
 .../fonts/truetype}/BungeeColor1.ttf                        | Bin
 .../fonts/truetype}/Free-HK-Kai_4700-v1.02.subset.ttf       | Bin
 .../fonts/truetype}/NotoColorEmoji.ttf                      | Bin
 .../fonts/truetype}/NotoNastaliqUrdu-Regular.ttf            | Bin
 .../fonts/truetype}/amiri-quran-colored.ttf                 | Bin
 .../fonts/truetype}/emojione-mac.subset.ttf                 | Bin
 supporttexmf/tex/latex/testluaotfloadtexmfinput.tex         |   1 +
 testfiles/testtexmf.lvt                                     |   8 ++++++++
 testfiles/testtexmf.tlg                                     |   8 ++++++++
 17 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/build.lua b/build.lua
index 33a43e4..523a2cc 100644
--- a/build.lua
+++ b/build.lua
@@ -96,7 +96,7 @@ checkconfigs = {
                }
 end
 checkruns = 3
-checksuppfiles = {"LuaotfloadDummyFont.otf"}
+checksuppfiles = {"texmf.cnf"}
 
 -- exclude some text temporarly or in certain systems ...
 if os.env["CONTEXTPATH"] then
diff --git a/support-harf/texmf.cnf b/support-harf/texmf.cnf
new file mode 100644
index 0000000..b24fe66
--- /dev/null
+++ b/support-harf/texmf.cnf
@@ -0,0 +1 @@
+TEXMFAUXTREES= ../../supporttexmf,
diff --git a/support/texmf.cnf b/support/texmf.cnf
new file mode 100644
index 0000000..b24fe66
--- /dev/null
+++ b/support/texmf.cnf
@@ -0,0 +1 @@
+TEXMFAUXTREES= ../../supporttexmf,
diff --git a/support/LuaotfloadDummyFont.otf b/supporttexmf/fonts/opentype/LuaotfloadDummyFont.otf
similarity index 100%
rename from support/LuaotfloadDummyFont.otf
rename to supporttexmf/fonts/opentype/LuaotfloadDummyFont.otf
diff --git a/support-harf/URWGothicL-Book.subset.otf b/supporttexmf/fonts/opentype/URWGothicL-Book.subset.otf
similarity index 100%
rename from support-harf/URWGothicL-Book.subset.otf
rename to supporttexmf/fonts/opentype/URWGothicL-Book.subset.otf
diff --git a/support-harf/ArefRuqaa-Bold.ttf b/supporttexmf/fonts/truetype/ArefRuqaa-Bold.ttf
similarity index 100%
rename from support-harf/ArefRuqaa-Bold.ttf
rename to supporttexmf/fonts/truetype/ArefRuqaa-Bold.ttf
diff --git a/support-harf/ArefRuqaa-Regular.ttf b/supporttexmf/fonts/truetype/ArefRuqaa-Regular.ttf
similarity index 100%
rename from support-harf/ArefRuqaa-Regular.ttf
rename to supporttexmf/fonts/truetype/ArefRuqaa-Regular.ttf
diff --git a/support-harf/AwamiNastaliq-Regular.ttf b/supporttexmf/fonts/truetype/AwamiNastaliq-Regular.ttf
similarity index 100%
rename from support-harf/AwamiNastaliq-Regular.ttf
rename to supporttexmf/fonts/truetype/AwamiNastaliq-Regular.ttf
diff --git a/support-harf/BungeeColor1.ttf b/supporttexmf/fonts/truetype/BungeeColor1.ttf
similarity index 100%
rename from support-harf/BungeeColor1.ttf
rename to supporttexmf/fonts/truetype/BungeeColor1.ttf
diff --git a/support-harf/Free-HK-Kai_4700-v1.02.subset.ttf b/supporttexmf/fonts/truetype/Free-HK-Kai_4700-v1.02.subset.ttf
similarity index 100%
rename from support-harf/Free-HK-Kai_4700-v1.02.subset.ttf
rename to supporttexmf/fonts/truetype/Free-HK-Kai_4700-v1.02.subset.ttf
diff --git a/support-harf/NotoColorEmoji.ttf b/supporttexmf/fonts/truetype/NotoColorEmoji.ttf
similarity index 100%
rename from support-harf/NotoColorEmoji.ttf
rename to supporttexmf/fonts/truetype/NotoColorEmoji.ttf
diff --git a/support-harf/NotoNastaliqUrdu-Regular.ttf b/supporttexmf/fonts/truetype/NotoNastaliqUrdu-Regular.ttf
similarity index 100%
rename from support-harf/NotoNastaliqUrdu-Regular.ttf
rename to supporttexmf/fonts/truetype/NotoNastaliqUrdu-Regular.ttf
diff --git a/support-harf/amiri-quran-colored.ttf b/supporttexmf/fonts/truetype/amiri-quran-colored.ttf
similarity index 100%
rename from support-harf/amiri-quran-colored.ttf
rename to supporttexmf/fonts/truetype/amiri-quran-colored.ttf
diff --git a/support-harf/emojione-mac.subset.ttf b/supporttexmf/fonts/truetype/emojione-mac.subset.ttf
similarity index 100%
rename from support-harf/emojione-mac.subset.ttf
rename to supporttexmf/fonts/truetype/emojione-mac.subset.ttf
diff --git a/supporttexmf/tex/latex/testluaotfloadtexmfinput.tex b/supporttexmf/tex/latex/testluaotfloadtexmfinput.tex
new file mode 100644
index 0000000..f2ba8f8
--- /dev/null
+++ b/supporttexmf/tex/latex/testluaotfloadtexmfinput.tex
@@ -0,0 +1 @@
+abc
\ No newline at end of file
diff --git a/testfiles/testtexmf.lvt b/testfiles/testtexmf.lvt
new file mode 100644
index 0000000..861b684
--- /dev/null
+++ b/testfiles/testtexmf.lvt
@@ -0,0 +1,8 @@
+\input{regression-test}
+\documentclass{article}
+\begin{document}
+\START
+\input{testluaotfloadtexmfinput}
+\directlua{tex.print(-1,kpse.var_value("TEXMFAUXTREES"))}
+\font\test={file:LuaotfloadDummyFont.otf:mode=node} \test abc
+\end{document} 
\ No newline at end of file
diff --git a/testfiles/testtexmf.tlg b/testfiles/testtexmf.tlg
new file mode 100644
index 0000000..b04982a
--- /dev/null
+++ b/testfiles/testtexmf.tlg
@@ -0,0 +1,8 @@
+This is a generated file for the l3build validation system.
+Don't change this file in any respect.
+(../../supporttexmf/tex/latex/testluaotfloadtexmfinput.tex) [1
+Missing character: There is no a (U+0061) in font file:LuaotfloadDummyFont.otf:mode=node!
+Missing character: There is no b (U+0062) in font file:LuaotfloadDummyFont.otf:mode=node!
+Missing character: There is no c (U+0063) in font file:LuaotfloadDummyFont.otf:mode=node!
+]
+(testtexmf.aux)





More information about the latex3-commits mailing list