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

Rémy Oudompheng remy at archlinux.org
Mon Aug 23 18:58:47 UTC 2010


    Date: Monday, August 23, 2010 @ 14:58:46
  Author: remy
Revision: 88464

Upstream update for luatex (uses poppler from system).

Modified:
  texlive-bin/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-23 18:52:09 UTC (rev 88463)
+++ PKGBUILD	2010-08-23 18:58:46 UTC (rev 88464)
@@ -2,6 +2,7 @@
 
 pkgname=texlive-bin
 pkgver=2010.1
+_luatex_ver=0.62.0
 pkgrel=1
 pkgdesc="TeX Live binaries"
 license=('GPL')
@@ -17,7 +18,7 @@
         '09-texlive-fonts.conf'
         'ftp://ftp.archlinux.org/other/texlive/texlive-bin-source-20100720.tar.xz'
         'ftp://ftp.archlinux.org/other/texlive/texlive-bin-texmf-20100720.tar.xz'
-	'http://foundry.supelec.fr/gf/download/frsrelease/380/1531/luatex-beta-0.61.0.tar.bz2')
+	"http://foundry.supelec.fr/gf/download/frsrelease/381/1533/luatex-beta-${_luatex_ver}.tar.bz2")
 backup=(etc/texmf/web2c/texmf.cnf \
   etc/texmf/chktex/chktexrc \
 	etc/texmf/web2c/mktex.cnf \
@@ -42,7 +43,7 @@
    # this patch removes spurious error message with locale "xx_YY.utf8"
    patch -p0 -i fix-fontforge-encoding.patch || return 1
 
-   cd luatex-beta-0.61.0
+   cd luatex-beta-${_luatex_ver}
    patch -p0 -i ../fix-fontforge-encoding.patch
    mkdir build
    cd build
@@ -59,7 +60,7 @@
     --without-system-icu \
     --without-system-kpathsea \
     --with-system-freetype2 \
-    --without-system-xpdf \
+    --with-system-poppler \
     --with-freetype2-libdir=/usr/lib \
     --with-freetype2-include=/usr/include/freetype2 \
     --with-system-gd \
@@ -75,7 +76,6 @@
    make
    make -C libs/zziplib
    make -C libs/obsdcompat
-   make -C libs/xpdf
    make -C texk/kpathsea
    make -C texk/web2c luatex
 
@@ -218,7 +218,7 @@
    done
 
    ## install luatex binary
-   install -m755 $srcdir/luatex-beta-0.61.0/build/texk/web2c/luatex $pkgdir/usr/bin/
+   install -m755 $srcdir/luatex-beta-${_luatex_ver}/build/texk/web2c/luatex $pkgdir/usr/bin/
    cd $pkgdir/usr/bin
    /bin/ln -s luatex texlua
 
@@ -284,4 +284,4 @@
          '393a4bf67adc7ca5df2b386759d1a637'
          '1cac8cf889fbb50b9f39042be49c8482'
          '99cd8dd0b7c71b7cf0bb0f8c6fd49412'
-	 'f66c9454f093bb44adc1afb6c6765589')
+	 '4b22a50866849ec14886906474a72a01')




More information about the arch-commits mailing list