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

Rémy Oudompheng remy at archlinux.org
Wed Jul 28 16:12:11 UTC 2010


    Date: Wednesday, July 28, 2010 @ 12:12:11
  Author: remy
Revision: 86304

Allow to use xindy without clisp at runtime.
Build: makeflags can be safely used, use a cache file for configure.

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-28 13:50:19 UTC (rev 86303)
+++ PKGBUILD	2010-07-28 16:12:11 UTC (rev 86304)
@@ -10,7 +10,7 @@
 makedepends=('perl' 'clisp' 'ffcall')
 provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')
 conflicts=('pdfjam')
-options=('!makeflags' '!libtool')
+options=('!libtool')
 url='http://tug.org/texlive/'
 source=('texmf.cnf'
         'fix-fontforge-encoding.patch'
@@ -50,7 +50,7 @@
    cd Work
    echo "--> Initial configuration..."
    # we use temporary prefix to avoid messing the existing $pkgdir/usr/share/texmf tree
-   ../configure --prefix=/usr \
+   ../configure --prefix=/usr -C \
      --datarootdir=$srcdir/inst/usr/share \
      --datadir=$srcdir/inst/usr/share \
      --mandir=$srcdir/inst/usr/share/man \
@@ -75,6 +75,7 @@
      --with-xdvi-x-toolkit=xaw \
      --disable-dump-share \
      --disable-aleph \
+     --with-clisp-runtime=default \
      --enable-xindy --disable-xindy-rules --disable-xindy-docs || return 1
    #############################################################
    ### make




More information about the arch-commits mailing list