X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 2CD6DDC06D5 for ; Sun, 16 Aug 2015 20:29:39 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [141.101.32.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 81501DC007D; Sun, 16 Aug 2015 20:29:38 +0000 (UTC) Received: from localhost (ip5f5ac946.dynamic.kabel-deutschland.de [95.90.201.70]); by lithium.8pit.net (OpenSMTPD) with ESMTPSA id 66622c5b; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 16 Aug 2015 22:29:37 +0200 (CEST) From: =?UTF-8?q?S=C3=B6ren=20Tempel?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/texlive: fix source and enable xetex Date: Sun, 16 Aug 2015 22:29:31 +0200 Message-Id: <1439756971-552-1-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: git-send-email 2.5.0 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- 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 ---