~alpine/aports

[alpine-aports] [PATCH] testing/texlive: fix source and enable xetex

Details
Message ID
<1439756971-552-1-git-send-email-soeren+git@soeren-tempel.net>
Sender timestamp
1439756971
DKIM signature
missing
Download raw message
Patch: +4 -3
---
 testing/texlive/APKBUILD | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/testing/texlive/APKBUILD b/testing/texlive/APKBUILD
index 1595a8d..4c19a18 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
}
-- 
2.5.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)