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

François Charette francois at archlinux.org
Tue Apr 28 21:24:17 UTC 2009


    Date: Tuesday, April 28, 2009 @ 17:24:17
  Author: francois
Revision: 36945

upgpkg: texlive-bin 2008-4

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-28 21:17:40 UTC (rev 36944)
+++ PKGBUILD	2009-04-28 21:24:17 UTC (rev 36945)
@@ -2,7 +2,7 @@
 
 pkgname=texlive-bin
 pkgver=2008
-pkgrel=3
+pkgrel=4
 pkgdesc="TeX Live binaries"
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -25,8 +25,8 @@
 	usr/share/texmf-config/dvipdfm/dvipdfmx.cfg \
 	usr/share/texmf-config/dvipdfm/config/config \
 	usr/share/texmf-config/xdvi/XDvi)
-md5sums=('4293b402c535002a65a3ecf62253d567'
-         '554287c3e458da776edd684506048d45'
+md5sums=('351a6136e4faafe7fba123a07aef7787'
+         'a4ba0e964e0e22fcfaf23c07410f1a49'
          'bac8aee05595fb80fcae8e864ba063f6')
 build() {
    cd $srcdir
@@ -43,6 +43,8 @@
    # This trick is for avoiding exiting when latex is not available, 
    # since we do not build the xindy documentation anyway:
    sed -i~ 's|latex="no"|latex="yes"|' utils/xindy/configure || return 1
+   ## prevent compiling Xdvi with libXp
+   sed -i~ 's|-lXp -Xext|-lXext|' texk/xdvik/configure
    test ! -d Work && mkdir Work
    cd Work
    echo "--> Here we go with configure..."




More information about the arch-commits mailing list