diff options
Diffstat (limited to 'community/texmf-dist')
-rw-r--r-- | community/texmf-dist/APKBUILD | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/community/texmf-dist/APKBUILD b/community/texmf-dist/APKBUILD index ae64527fdf..005e00c29c 100644 --- a/community/texmf-dist/APKBUILD +++ b/community/texmf-dist/APKBUILD @@ -20,7 +20,7 @@ _pstricks=2017.45644 _publishers=2017.45734 _science=2017.45707 pkgver=${_core} -pkgrel=1 +pkgrel=2 pkgdesc="TeX Live texmf core distribution" url="http://tug.org/texlive/" arch="noarch" @@ -150,7 +150,6 @@ pack_subpkg() { most() { pkgdesc="TeX Live texmf distribution including most packages" pkgver="2017" - pkgrel=0 depends=" ${pkgname} ${pkgname}-bibtexextra @@ -171,7 +170,6 @@ most() { lang() { pkgdesc="TeX Live texmf distribution: Additional languages" pkgver="2017" - pkgrel=0 depends=" ${pkgname} ${pkgname}-langchinese @@ -187,7 +185,6 @@ lang() { full() { pkgdesc="Full TeX Live texmf distribution" pkgver="2017" - pkgrel=0 depends="${pkgname}-most ${pkgname}-lang" mkdir -p "${subpkgdir}" } @@ -195,119 +192,102 @@ full() { bibtexextra() { pkgdesc="TeX Live texmf distribution: Additional BibTeX styles and bibliography DBs" pkgver="${_bibtexextra}" - pkgrel=0 pack_subpkg } fontsextra() { pkgdesc="TeX Live texmf distribution: Additional fonts" pkgver="${_fontsextra}" - pkgrel=0 pack_subpkg } formatsextra() { pkgdesc="TeX Live texmf distribution: Additional TeX formats" pkgver="${_formatsextra}" - pkgrel=0 pack_subpkg } games() { pkgdesc="TeX Live texmf distribution: Typesetting board games including chess" pkgver="${_games}" - pkgrel=0 pack_subpkg } humanities() { pkgdesc="TeX Live texmf distribution: Packages for humanities, law, linguistics, ..." pkgver="${_humanities}" - pkgrel=0 pack_subpkg } langchinese() { pkgdesc="TeX Live texmf distribution: Support for Chinese" pkgver="${_langchinese}" - pkgrel=0 pack_subpkg } langcyrillic() { pkgdesc="TeX Live texmf distribution: Support for Cyrillic languages" pkgver="${_langcyrillic}" - pkgrel=0 pack_subpkg } langextra() { pkgdesc="TeX Live texmf distribution: Additional languages" pkgver="${_langextra}" - pkgrel=0 pack_subpkg } langgreek() { pkgdesc="TeX Live texmf distribution: Support for Greek" pkgver="${_langgreek}" - pkgrel=0 pack_subpkg } langjapanese() { pkgdesc="TeX Live texmf distribution: Support for Japanese" pkgver="${_langjapanese}" - pkgrel=0 pack_subpkg } langkorean() { pkgdesc="TeX Live texmf distribution: Support for Korean" pkgver="${_langkorean}" - pkgrel=0 pack_subpkg } latexextra() { pkgdesc="TeX Live texmf distribution: Add-onpackages for LaTeX" pkgver="${_latexextra}" - pkgrel=0 pack_subpkg } music() { pkgdesc="TeX Live texmf distribution: Music typesetting packages" pkgver="${_music}" - pkgrel=0 pack_subpkg } pictures() { pkgdesc="TeX Live texmf distribution: Packages for drawing graphics" pkgver="${_pictures}" - pkgrel=0 pack_subpkg } pstricks() { pkgdesc="TeX Live texmf distribution: Additional PSTricks packages" pkgver="${_pstricks}" - pkgrel=0 pack_subpkg } publishers() { pkgdesc="TeX Live texmf distribution: LaTeX packages for specific publishers" pkgver="${_publishers}" - pkgrel=0 pack_subpkg } science() { pkgdesc="TeX Live texmf distribution: Typesetting for math and sciences" pkgver="${_science}" - pkgrel=0 pack_subpkg } |