diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-03-07 20:21:25 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-03-07 20:21:25 +0000 |
commit | 76a634e0085a70e1a1d490054c503a4e0b1377eb (patch) | |
tree | a6972c25e960b47e2d5de6d0222bfb25bed687a3 /community | |
parent | bdfa202aa53b0a485d8be18beb147a16c9b726b3 (diff) | |
download | aports-76a634e0085a70e1a1d490054c503a4e0b1377eb.tar.bz2 aports-76a634e0085a70e1a1d490054c503a4e0b1377eb.tar.xz |
community/texmf-dist: use a master pkgrel instead of doing it by subpkg
Diffstat (limited to 'community')
-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 } |