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

François Charette francois at archlinux.org
Wed Jul 29 21:30:25 UTC 2009


    Date: Wednesday, July 29, 2009 @ 17:30:25
  Author: francois
Revision: 47953

fixed source array

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-29 20:43:29 UTC (rev 47952)
+++ PKGBUILD	2009-07-29 21:30:25 UTC (rev 47953)
@@ -9,11 +9,11 @@
 depends=('gcc-libs' 't1lib' 'gd' 'libsigsegv')
 optdepends=('psutils' 't1utils' 'perl')
 makedepends=('clisp' 'ffcall')
-##conflicts=('asymptote')
-##provides=('asymptote=1.80')
 options=('!makeflags' '!libtool')
 url='http://tug.org/texlive/'
-source=('texmf.cnf' 'source-20090723.tar.xz' 'texmf-20090723.tar.xz')
+source=('texmf.cnf' \ 
+        'ftp://ftp.archlinux.org/other/texlive/texlive-bin-source-20090723.tar.xz' \
+        'ftp://ftp.archlinux.org/other/texlive/texlive-bin-texmf-20090723.tar.xz')
 backup=(usr/share/texmf/web2c/texmf.cnf \
 	usr/share/texmf-config/web2c/mktex.cnf \
 	usr/share/texmf-config/web2c/updmap.cfg \
@@ -38,12 +38,6 @@
 
    install -m755 -d $pkgdir/usr/share || return 1
    cp -r texmf $pkgdir/usr/share/ || return 1
-   ## TODO  
-   ## same problem with latest german patterns!
-   # currently latvian hyphenation is missing:
-   # FIXME reenable when texlive-core 2009 is available
-   ## sed -i 's|^\addlanguage{latvian}|%%\addlanguage{latvian}|' $pkgdir/usr/share/texmf/tex/generic/config/language.def
-   ## sed -i 's|^latvian|%%latvian|' $pkgdir/usr/share/texmf/tex/generic/config/language.dat
 
    cd source
    ## prevent compiling Xdvi with libXp




More information about the arch-commits mailing list