aboutsummaryrefslogtreecommitdiffstats
path: root/community/texmf-dist
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2018-03-07 22:23:35 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-03-07 22:24:02 +0000
commitd67a4bfb8a105f3c9a1e097e1a40e36b8f12bf8c (patch)
tree86d29d207e64769221b0fcfd530289b671e6eaf3 /community/texmf-dist
parent0045f1f2f03a32cfea785889c678801271ba85b3 (diff)
community/texmf-dist: remove version overrides because abuild really hates this and so does everything else
Diffstat (limited to 'community/texmf-dist')
-rw-r--r--community/texmf-dist/APKBUILD35
1 files changed, 1 insertions, 34 deletions
diff --git a/community/texmf-dist/APKBUILD b/community/texmf-dist/APKBUILD
index 005e00c29cd..a643bbf4612 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=2
+pkgrel=3
pkgdesc="TeX Live texmf core distribution"
url="http://tug.org/texlive/"
arch="noarch"
@@ -74,19 +74,6 @@ source="
"
options="!check"
-# as this is a meta APKBUILD, we need to defang up2date as versions may not directly match
-# the APKBUILD version
-up2date() {
- getpkgver || return 1
-
- if [ ! -f "$REPODEST/$repo/$CARCH/$pkgname-$pkgver-r$pkgrel.apk" ]; then
- msg "$REPODEST/$repo/$CARCH/$pkgname-$pkgver-r$pkgrel.apk"
- return 1
- fi
-
- return 0
-}
-
unpack() {
# Prevent unpacking by overwriting the unpack() function
return 0
@@ -149,7 +136,6 @@ pack_subpkg() {
most() {
pkgdesc="TeX Live texmf distribution including most packages"
- pkgver="2017"
depends="
${pkgname}
${pkgname}-bibtexextra
@@ -169,7 +155,6 @@ most() {
lang() {
pkgdesc="TeX Live texmf distribution: Additional languages"
- pkgver="2017"
depends="
${pkgname}
${pkgname}-langchinese
@@ -184,110 +169,92 @@ lang() {
full() {
pkgdesc="Full TeX Live texmf distribution"
- pkgver="2017"
depends="${pkgname}-most ${pkgname}-lang"
mkdir -p "${subpkgdir}"
}
bibtexextra() {
pkgdesc="TeX Live texmf distribution: Additional BibTeX styles and bibliography DBs"
- pkgver="${_bibtexextra}"
pack_subpkg
}
fontsextra() {
pkgdesc="TeX Live texmf distribution: Additional fonts"
- pkgver="${_fontsextra}"
pack_subpkg
}
formatsextra() {
pkgdesc="TeX Live texmf distribution: Additional TeX formats"
- pkgver="${_formatsextra}"
pack_subpkg
}
games() {
pkgdesc="TeX Live texmf distribution: Typesetting board games including chess"
- pkgver="${_games}"
pack_subpkg
}
humanities() {
pkgdesc="TeX Live texmf distribution: Packages for humanities, law, linguistics, ..."
- pkgver="${_humanities}"
pack_subpkg
}
langchinese() {
pkgdesc="TeX Live texmf distribution: Support for Chinese"
- pkgver="${_langchinese}"
pack_subpkg
}
langcyrillic() {
pkgdesc="TeX Live texmf distribution: Support for Cyrillic languages"
- pkgver="${_langcyrillic}"
pack_subpkg
}
langextra() {
pkgdesc="TeX Live texmf distribution: Additional languages"
- pkgver="${_langextra}"
pack_subpkg
}
langgreek() {
pkgdesc="TeX Live texmf distribution: Support for Greek"
- pkgver="${_langgreek}"
pack_subpkg
}
langjapanese() {
pkgdesc="TeX Live texmf distribution: Support for Japanese"
- pkgver="${_langjapanese}"
pack_subpkg
}
langkorean() {
pkgdesc="TeX Live texmf distribution: Support for Korean"
- pkgver="${_langkorean}"
pack_subpkg
}
latexextra() {
pkgdesc="TeX Live texmf distribution: Add-onpackages for LaTeX"
- pkgver="${_latexextra}"
pack_subpkg
}
music() {
pkgdesc="TeX Live texmf distribution: Music typesetting packages"
- pkgver="${_music}"
pack_subpkg
}
pictures() {
pkgdesc="TeX Live texmf distribution: Packages for drawing graphics"
- pkgver="${_pictures}"
pack_subpkg
}
pstricks() {
pkgdesc="TeX Live texmf distribution: Additional PSTricks packages"
- pkgver="${_pstricks}"
pack_subpkg
}
publishers() {
pkgdesc="TeX Live texmf distribution: LaTeX packages for specific publishers"
- pkgver="${_publishers}"
pack_subpkg
}
science() {
pkgdesc="TeX Live texmf distribution: Typesetting for math and sciences"
- pkgver="${_science}"
pack_subpkg
}