Henrik Grimler
6 years ago
committed by
Fredrik Fornwall
20 changed files with 64 additions and 21 deletions
@ -1,3 +1,3 @@ |
|||||
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-bibtexextra" |
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-bibtexextra" |
||||
TERMUX_SUBPKG_DEPENDS="texlive" |
TERMUX_SUBPKG_DEPENDS="texlive, texlive-binextra" |
||||
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
||||
|
@ -1,3 +1,3 @@ |
|||||
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-context" |
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-context" |
||||
TERMUX_SUBPKG_DEPENDS="texlive" |
TERMUX_SUBPKG_DEPENDS="texlive, texlive-mathscience, texlive-fontsrecommended, texlive-metapost, texlive-xetex" |
||||
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
||||
|
@ -1,3 +1,3 @@ |
|||||
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-fontsextra" |
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-fontsextra" |
||||
TERMUX_SUBPKG_DEPENDS="texlive" |
TERMUX_SUBPKG_DEPENDS="texlive, texlive-plaingeneric" |
||||
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
||||
|
@ -1,3 +1,3 @@ |
|||||
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-formatsextra" |
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-formatsextra" |
||||
TERMUX_SUBPKG_DEPENDS="texlive" |
TERMUX_SUBPKG_DEPENDS="texlive, texlive-langcyrillic, texlive-mathscience, texlive-fontsrecommended, texlive-plaingeneric" |
||||
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
||||
|
@ -1,4 +1,4 @@ |
|||||
TERMUX_SUBPKG_DESCRIPTION="Texlive-full, meta package that depends on all texlive-collections" |
TERMUX_SUBPKG_DESCRIPTION="Texlive-full, meta package that depends on all texlive-collections" |
||||
TERMUX_SUBPKG_DEPENDS="texlive, texlive-bibtexextra, texlive-binextra, texlive-context, texlive-fontsextra, texlive-fontsrecommended, texlive-fontutils, texlive-formatsextra, texlive-games, texlive-humanities, texlive-langarabic, texlive-langchinese, texlive-langcjk, texlive-langcyrillic, texlive-langczechslovak, texlive-langenglish, texlive-langeuropean, texlive-langfrench, texlive-langgerman, texlive-langgreek, texlive-langitalian, texlive-langjapanese, texlive-langkorean, texlive-langother, texlive-langpolish, texlive-langportuguese, texlive-langspanish, texlive-latexextra, texlive-latexrecommended, texlive-luatex, texlive-mathscience, texlive-metapost, texlive-music, texlive-pictures, texlive-plaingeneric, texlive-pstricks, texlive-publishers, texlive-xetex" |
TERMUX_SUBPKG_DEPENDS="texlive-binextra, texlive-context, texlive-fontsextra, texlive-fontsrecommended, texlive-fontutils, texlive-formatsextra, texlive-games, texlive-humanities, texlive-langarabic, texlive-langchinese, texlive-langcjk, texlive-langcyrillic, texlive-langczechslovak, texlive-langenglish, texlive-langeuropean, texlive-langfrench, texlive-langgerman, texlive-langgreek, texlive-langitalian, texlive-langjapanese, texlive-langkorean, texlive-langother, texlive-langpolish, texlive-langportuguese, texlive-langspanish, texlive-latexextra, texlive-latexrecommended, texlive-luatex, texlive-mathscience, texlive-metapost, texlive-music, texlive-pictures, texlive-plaingeneric, texlive-pstricks, texlive-publishers, texlive-xetex" |
||||
TERMUX_SUBPKG_CONFLICTS="texlive-tlmgr" |
TERMUX_SUBPKG_CONFLICTS="texlive-tlmgr" |
||||
|
TERMUX_SUBPKG_INCLUDE="share/texlive/tlpkg/texlive.tlpdb" |
||||
|
@ -1,3 +1,3 @@ |
|||||
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-humanities" |
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-humanities" |
||||
TERMUX_SUBPKG_DEPENDS="texlive" |
TERMUX_SUBPKG_DEPENDS="texlive, texlive-latexextra" |
||||
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
||||
|
@ -1,3 +1,3 @@ |
|||||
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-langchinese" |
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-langchinese" |
||||
TERMUX_SUBPKG_DEPENDS="texlive" |
TERMUX_SUBPKG_DEPENDS="texlive, texlive-langcjk, texlive-fontutils" |
||||
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
||||
|
@ -1,3 +1,3 @@ |
|||||
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-langcjk" |
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-langcjk" |
||||
TERMUX_SUBPKG_DEPENDS="texlive" |
TERMUX_SUBPKG_DEPENDS="texlive, texlive-langkorean, texlive-langother" |
||||
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
||||
|
@ -1,3 +1,3 @@ |
|||||
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-langcyrillic" |
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-langcyrillic" |
||||
TERMUX_SUBPKG_DEPENDS="texlive" |
TERMUX_SUBPKG_DEPENDS="texlive, texlive-fontsextra, texlive-fontsrecommended, texlive-langgreek, texlive-latexrecommended" |
||||
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
||||
|
@ -1,3 +1,3 @@ |
|||||
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-langczechslovak" |
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-langczechslovak" |
||||
TERMUX_SUBPKG_DEPENDS="texlive" |
TERMUX_SUBPKG_DEPENDS="texlive, texlive-fontsextra, texlive-luatex" |
||||
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
||||
|
@ -1,3 +1,3 @@ |
|||||
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-langjapanese" |
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-langjapanese" |
||||
TERMUX_SUBPKG_DEPENDS="texlive" |
TERMUX_SUBPKG_DEPENDS="texlive, texlive-langcjk, texlive-langchinese" |
||||
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
||||
|
@ -1,3 +1,3 @@ |
|||||
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-langkorean" |
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-langkorean" |
||||
TERMUX_SUBPKG_DEPENDS="texlive" |
TERMUX_SUBPKG_DEPENDS="texlive, texlive-langjapanese, texlive-latexrecommended" |
||||
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
||||
|
@ -1,3 +1,3 @@ |
|||||
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-latexextra" |
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-latexextra" |
||||
TERMUX_SUBPKG_DEPENDS="texlive" |
TERMUX_SUBPKG_DEPENDS="texlive, texlive-fontsextra" |
||||
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
||||
|
@ -1,3 +1,3 @@ |
|||||
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-latexrecommended" |
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-latexrecommended" |
||||
TERMUX_SUBPKG_DEPENDS="texlive" |
TERMUX_SUBPKG_DEPENDS="texlive, texlive-fontsrecommended, texlive-latexextra, texlive-pictures, texlive-plaingeneric" |
||||
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
||||
|
@ -1,3 +1,3 @@ |
|||||
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-mathscience" |
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-mathscience" |
||||
TERMUX_SUBPKG_DEPENDS="texlive" |
TERMUX_SUBPKG_DEPENDS="texlive, texlive-langgreek" |
||||
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
||||
|
@ -1,3 +1,3 @@ |
|||||
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-pictures" |
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-pictures" |
||||
TERMUX_SUBPKG_DEPENDS="texlive" |
TERMUX_SUBPKG_DEPENDS="texlive, texlive-latexextra" |
||||
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
||||
|
@ -1,3 +1,3 @@ |
|||||
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-pstricks" |
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-pstricks" |
||||
TERMUX_SUBPKG_DEPENDS="texlive" |
TERMUX_SUBPKG_DEPENDS="texlive, texlive-plaingeneric" |
||||
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb) |
||||
|
@ -0,0 +1,30 @@ |
|||||
|
--- ../texmf.cnf.orig 2018-04-30 17:07:05.796733785 +0000 |
||||
|
+++ ./texk/kpathsea/texmf.cnf 2018-04-30 17:36:18.883441637 +0000 |
||||
|
@@ -58,7 +58,7 @@ |
||||
|
% SELFAUTOPARENT (its grandparent = /usr/local/texlive/YYYY), and |
||||
|
% SELFAUTOGRANDPARENT (its great-grandparent = /usr/local/texlive). |
||||
|
% Sorry for the off-by-one-generation names. |
||||
|
-TEXMFROOT = $SELFAUTOPARENT |
||||
|
+TEXMFROOT = $SELFAUTODIR/share/texlive |
||||
|
|
||||
|
% The main tree of distributed packages and programs: |
||||
|
TEXMFDIST = $TEXMFROOT/texmf-dist |
||||
|
@@ -68,7 +68,7 @@ |
||||
|
TEXMFMAIN = $TEXMFDIST |
||||
|
|
||||
|
% Local additions to the distribution trees. |
||||
|
-TEXMFLOCAL = $SELFAUTOGRANDPARENT/texmf-local |
||||
|
+TEXMFLOCAL = $TEXMFROOT/texmf-local |
||||
|
|
||||
|
% TEXMFSYSVAR, where *-sys store cached runtime data. |
||||
|
TEXMFSYSVAR = $TEXMFROOT/texmf-var |
||||
|
@@ -524,6 +524,9 @@ |
||||
|
$SELFAUTODIR/share/texmf-local/web2c,\ |
||||
|
$SELFAUTODIR/share/texmf-dist/web2c,\ |
||||
|
$SELFAUTODIR/share/texmf/web2c,\ |
||||
|
+$SELFAUTODIR/share/texlive/texmf-local/web2c,\ |
||||
|
+$SELFAUTODIR/share/texlive/texmf-dist/web2c,\ |
||||
|
+$SELFAUTODIR/share/texlive/texmf/web2c,\ |
||||
|
$SELFAUTODIR/texmf-local/web2c,\ |
||||
|
$SELFAUTODIR/texmf-dist/web2c,\ |
||||
|
$SELFAUTODIR/texmf/web2c,\ |
Loading…
Reference in new issue