From e273f097c8aeb1601ee60057cba6acef29053f1b Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Mon, 9 Jan 2012 18:55:45 +0100 Subject: Use a faster mirror for cross-mips64el-linux-gnu-binutils. --- ~fauno/mips64el-unknown-linux-gnu-binutils/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/~fauno/mips64el-unknown-linux-gnu-binutils/PKGBUILD b/~fauno/mips64el-unknown-linux-gnu-binutils/PKGBUILD index 3571f5502..6fc5b1f16 100644 --- a/~fauno/mips64el-unknown-linux-gnu-binutils/PKGBUILD +++ b/~fauno/mips64el-unknown-linux-gnu-binutils/PKGBUILD @@ -15,7 +15,7 @@ options=(!libtool) url="http://www.gnu.org/software/binutils/" depends=('glibc' 'zlib') #makedepends=("${_cross}-libtool") -source=(ftp://ftp.archlinux.org/other/binutils/binutils-${pkgver}_${_date}.tar.bz2) +source=(http://mirrors.kernel.org/archlinux/other/binutils/binutils-${pkgver}_${_date}.tar.bz2) md5sums=('c2377089c15bb1a1bfaeca8d0e59dd4d') build() { -- cgit v1.2.3 From 36589f88bc2ee4e9a52eb88a3db5ac78852bc9ae Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Mon, 9 Jan 2012 20:22:34 +0100 Subject: Build static luatex. --- libre/texlive-bin-libre/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libre/texlive-bin-libre/PKGBUILD b/libre/texlive-bin-libre/PKGBUILD index e6deee15e..0074fb878 100644 --- a/libre/texlive-bin-libre/PKGBUILD +++ b/libre/texlive-bin-libre/PKGBUILD @@ -51,7 +51,7 @@ build() { cd $srcdir # Remove bundled packages available in Parabola or not needed. rm -rf source/{extra/{djgpp,xz},libs/{freetype2,gd,xpdf,libpng,zziplib,zlib,t1lib,poppler},utils/dialog} - rm -rf luatex-beta-0.70.1/source/libs/{libpng,zziplib,zlib,poppler} + rm -rf luatex/source/libs/{libpng,zziplib,zlib,poppler} # Building LuaTeX # cd luatex-beta-${_luatex_ver} cd luatex @@ -82,8 +82,7 @@ build() { --with-system-zlib \ --with-system-zziplib \ --with-system-t1lib \ - --disable-static \ - --enable-shared \ + --disable-shared \ --disable-largefile \ --disable-ipc \ --without-mf-x-toolkit \ -- cgit v1.2.3