6560f14629
* texlive-full: depend on texlive-bibtexextra as well Fixes https://github.com/termux/termux-packages/issues/4871 * texlive-tlmgr: remove package Will look at creating a "texlive-installer" package in the unstable repository instead. * texlive: fix paths in a couple of scripts Fixes https://github.com/termux/termux-packages/issues/4823. * texlive: upgrade to 20200410 * texlive-bin: fix path to host built otangle * texlive: fix tlpdb version * texlive: conflict with more subpackages from last year
10 lines
494 B
Bash
10 lines
494 B
Bash
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-langcyrillic"
|
|
TERMUX_SUBPKG_DEPENDS="texlive-fontsextra, texlive-fontsrecommended, texlive-langgreek, texlive-latexrecommended"
|
|
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_SCRIPTDIR/packages/texlive/parse_tlpdb.py langcyrillic $TERMUX_PKG_TMPDIR/texlive.tlpdb)
|
|
TERMUX_SUBPKG_CONFLICTS="texlive-bin (<< 20190410), texlive (<< 20190410)"
|
|
|
|
termux_step_create_subpkg_debscripts() {
|
|
echo "#!$TERMUX_PREFIX/bin/sh" > postinst
|
|
echo mktexlsr >> postinst
|
|
}
|