[arch-commits] Commit in texlive-bin/trunk (PKGBUILD)

Rémy Oudompheng remy at archlinux.org
Sun Oct 9 16:27:09 UTC 2011


    Date: Sunday, October 9, 2011 @ 12:27:08
  Author: remy
Revision: 140209

upgpkg: texlive-bin 2011.1-2

Rebuild for poppler 0.18, update luatex to a SVN snapshot

Modified:
  texlive-bin/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-09 15:35:36 UTC (rev 140208)
+++ PKGBUILD	2011-10-09 16:27:08 UTC (rev 140209)
@@ -4,7 +4,7 @@
 pkgname=texlive-bin
 pkgver=2011.1
 _luatex_ver=0.70.1
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live binaries"
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -22,7 +22,8 @@
         'archlinux-build.patch'
         'http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-20110724.tar.xz'
         'http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-texmf-20110724.tar.xz'
-        "http://foundry.supelec.fr/gf/download/frsrelease/392/1730/luatex-beta-${_luatex_ver}.tar.bz2"
+        # "http://foundry.supelec.fr/gf/download/frsrelease/392/1730/luatex-beta-${_luatex_ver}.tar.bz2"
+        'http://ftp.archlinux.org/other/texlive/luatex-svn4356.tar.xz'
 )
 backup=(etc/texmf/web2c/texmf.cnf \
   etc/texmf/chktex/chktexrc \
@@ -44,7 +45,7 @@
          '94ef5571a54262790ab64d6d044dd10c'
          '58e8ab64188eaf15897b7acf472dca9f'
          '9f7ae1aa24afd9e34289ac10a8f9e87b'
-         'c9348d4381170204b1a1b0440d8b6918')
+         'e7f0197559ef865d8c01683dab3b8526')
 
 build() {
    if [ "${CARCH}" = "x86_64" ]; then
@@ -54,7 +55,8 @@
 
    cd $srcdir
    # Building LuaTeX
-   cd luatex-beta-${_luatex_ver}
+   # cd luatex-beta-${_luatex_ver}
+   cd luatex
    patch -p0 -i ../fix-fontforge-encoding.patch
   (cd source && ./texk/web2c/luatexdir/getluatexsvnversion.sh)
    mkdir build
@@ -229,7 +231,8 @@
    rm -rf ${pkgdir}/usr/{texmf,texmf-dist}
 
    ## install luatex binary
-   install -m755 $srcdir/luatex-beta-${_luatex_ver}/build/texk/web2c/luatex $pkgdir/usr/bin/
+   #install -m755 $srcdir/luatex-beta-${_luatex_ver}/build/texk/web2c/luatex $pkgdir/usr/bin/
+   install -m755 $srcdir/luatex/build/texk/web2c/luatex $pkgdir/usr/bin/
    cd $pkgdir/usr/bin
    /bin/ln -s luatex texlua
    /bin/ln -s luatex texluac




More information about the arch-commits mailing list