aboutsummaryrefslogtreecommitdiffstats
path: root/testing/texlive/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/texlive/APKBUILD')
-rw-r--r--testing/texlive/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/texlive/APKBUILD b/testing/texlive/APKBUILD
index 1595a8d56b..4c19a185d7 100644
--- a/testing/texlive/APKBUILD
+++ b/testing/texlive/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=texlive
pkgver=20150521
-pkgrel=0
+pkgrel=1
pkgdesc="A complete TeX distribution"
url="http://tug.org/texlive/"
arch="all"
@@ -10,11 +10,11 @@ license="GPL"
depends=""
depends_dev="freetype-dev libpng-dev poppler-dev icu-dev harfbuzz-dev
cairo-dev pixman-dev zziplib-dev libpaper-dev graphite2-dev
- libxmu-dev"
+ libxmu-dev fontconfig-dev"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-dev $pkgname-doc"
-source="ftp://tug.org/texlive/historic/${pkgver%????}/texlive-$pkgver-source.tar.xz"
+source="ftp://ftp.tug.org/historic/systems/$pkgname/${pkgver%????}/$pkgname-$pkgver-source.tar.xz"
_builddir="$srcdir"/texlive-$pkgver-source
prepare() {
@@ -85,6 +85,7 @@ build() {
--enable-shared \
--disable-native-texlive-build \
--disable-largefile \
+ --enable-xetex \
|| return 1
make || return 1
}