[arch-commits] Commit in texlive-bin/repos (testing-i686 testing-i686/PKGBUILD)

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


    Date: Wednesday, July 29, 2009 @ 17:31:25
  Author: francois
Revision: 47954

Merged revisions 47953 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/texlive-bin/trunk

........
  r47953 | francois | 2009-07-29 23:30:25 +0200 (Wed, 29 Jul 2009) | 1 line
  
  fixed source array
........

Modified:
  texlive-bin/repos/testing-i686/	(properties)
  texlive-bin/repos/testing-i686/PKGBUILD

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


Property changes on: texlive-bin/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /texlive-bin/trunk:1-47639
   + /texlive-bin/trunk:1-47953

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2009-07-29 21:30:25 UTC (rev 47953)
+++ testing-i686/PKGBUILD	2009-07-29 21:31:25 UTC (rev 47954)
@@ -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