Henrik Grimler
6 years ago
committed by
Leonid Plyushch
4 changed files with 11 additions and 10 deletions
@ -1,3 +1,3 @@ |
|||
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-langcjk" |
|||
TERMUX_SUBPKG_DEPENDS="texlive, texlive-langkorean, texlive-langother" |
|||
TERMUX_SUBPKG_DEPENDS="texlive, 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) |
|||
|
@ -1,3 +1,3 @@ |
|||
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-langkorean" |
|||
TERMUX_SUBPKG_DEPENDS="texlive, texlive-langjapanese, texlive-latexrecommended" |
|||
TERMUX_SUBPKG_DEPENDS="texlive, texlive-langjapanese, texlive-langcjk, 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) |
|||
|
Loading…
Reference in new issue