diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-08-16 22:29:31 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-08-18 14:27:14 +0200 |
commit | 2a96f7ce1bd56cbb01dc16c8b28b957c5d916cb3 (patch) | |
tree | 2f85e0887d40bef15d58a622df8cb18a37e0649e /testing/texlive | |
parent | f65c85170dc124e2d1ee2490507faed64d8625e7 (diff) | |
download | aports-2a96f7ce1bd56cbb01dc16c8b28b957c5d916cb3.tar.bz2 aports-2a96f7ce1bd56cbb01dc16c8b28b957c5d916cb3.tar.xz |
testing/texlive: fix source and enable xetex
Diffstat (limited to 'testing/texlive')
-rw-r--r-- | testing/texlive/APKBUILD | 7 |
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 } |