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 3023CDC0754 for ; Tue, 25 Aug 2015 17:46:23 +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 56B2ADC842E; Tue, 25 Aug 2015 17:46:22 +0000 (UTC) Received: from localhost (ip5f5ac8d9.dynamic.kabel-deutschland.de [95.90.200.217]); by lithium.8pit.net (OpenSMTPD) with ESMTPSA id 6fc55b9c; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 25 Aug 2015 19:46:17 +0200 (CEST) From: =?UTF-8?q?S=C3=B6ren=20Tempel?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 3/3] testing/texlive: sort configure flags and add banner Date: Tue, 25 Aug 2015 19:46:06 +0200 Message-Id: <1440524766-20935-3-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1440524766-20935-1-git-send-email-soeren+git@soeren-tempel.net> References: <1440524766-20935-1-git-send-email-soeren+git@soeren-tempel.net> X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: No pkgrel bump since this doesn't change the binary in a significant way. --- testing/texlive/APKBUILD | 65 ++++++++++++++++++++++++------------------------ 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/testing/texlive/APKBUILD b/testing/texlive/APKBUILD index bcb997f..322ac82 100644 --- a/testing/texlive/APKBUILD +++ b/testing/texlive/APKBUILD @@ -38,54 +38,55 @@ build() { --mandir=/usr/share/man \ --infodir=/usr/share/info \ --localstatedir=/var \ - --with-system-freetype2 \ - --with-system-zlib \ - --with-system-libpng \ - --with-system-xpdf \ - --with-system-poppler \ - --with-system-icu \ - --with-system-harfbuzz \ - --with-system-icu \ - --with-system-graphite2 \ - --with-system-cairo \ - --with-system-pixman \ - --with-system-zziplib \ - --with-system-libpaper \ - --without-texinfo \ - --disable-dialog \ - --disable-multiplatform \ --enable-epsfwin \ + --enable-ipc \ + --enable-luatex \ --enable-mftalkwin \ --enable-regiswin \ + --enable-shared \ --enable-tektronixwin \ --enable-unitermwin \ - --with-ps=gs \ - --disable-psutils \ - --disable-t1utils \ - --enable-ipc \ + --enable-xetex \ --disable-biber \ --disable-bibtex-x \ + --disable-chktex \ + --disable-cjkutils \ + --disable-detex \ + --disable-dialog \ + --disable-dvi2tty \ --disable-dvipng \ --disable-dvipsk \ - --disable-chktex \ + --disable-dvisvgm \ + --disable-largefile \ --disable-lcdf-typetools \ + --disable-multiplatform \ + --disable-native-texlive-build \ --disable-pdfopen \ --disable-ps2eps \ --disable-ps2pkm \ - --disable-detex \ - --disable-ttf2pk2 \ + --disable-psutils \ + --disable-t1utils \ --disable-tex4htk \ - --disable-cjkutils \ + --disable-ttf2pk2 \ + --disable-vlna \ --disable-xdvik \ --disable-xindy \ - --enable-luatex \ - --disable-dvi2tty \ - --disable-dvisvgm \ - --disable-vlna \ - --enable-shared \ - --disable-native-texlive-build \ - --disable-largefile \ - --enable-xetex \ + --with-ps=gs \ + --with-banner-add="/Alpine Linux" \ + --with-system-cairo \ + --with-system-freetype2 \ + --with-system-graphite2 \ + --with-system-harfbuzz \ + --with-system-icu \ + --with-system-icu \ + --with-system-libpaper \ + --with-system-libpng \ + --with-system-pixman \ + --with-system-poppler \ + --with-system-xpdf \ + --with-system-zlib \ + --with-system-zziplib \ + --without-texinfo \ || return 1 make || return 1 } -- 2.5.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---