[arch-commits] Commit in texlive-core/repos (3 files)

François Charette francois at archlinux.org
Wed Sep 9 15:32:20 UTC 2009


    Date: Wednesday, September 9, 2009 @ 11:32:20
  Author: francois
Revision: 51559

Merged revisions 51533,51558 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/texlive-core/trunk

........
  r51533 | francois | 2009-09-09 14:32:56 +0200 (Wed, 09 Sep 2009) | 1 line
  
  re-add missing fmtutil-sys command/message
........
  r51558 | francois | 2009-09-09 17:09:58 +0200 (Wed, 09 Sep 2009) | 1 line
  
  remove temporary fix for context scripts
........

Modified:
  texlive-core/repos/extra-any/	(properties)
  texlive-core/repos/extra-any/PKGBUILD
  texlive-core/repos/extra-any/texlive.install

-----------------+
 PKGBUILD        |    7 -------
 texlive.install |    6 ++++++
 2 files changed, 6 insertions(+), 7 deletions(-)


Property changes on: texlive-core/repos/extra-any
___________________________________________________________________
Modified: svnmerge-integrated
   - /texlive-core/trunk:1-51521
   + /texlive-core/trunk:1-51558

Modified: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2009-09-09 15:09:58 UTC (rev 51558)
+++ extra-any/PKGBUILD	2009-09-09 15:32:20 UTC (rev 51559)
@@ -54,11 +54,4 @@
    rm -f $pkgdir/usr/share/texmf-dist/tex/plain/config/{omega,aleph}.ini
    # more cleanup
    rm -rf $pkgdir/usr/share/texmf-dist/scripts/context/stubs/mswin/
-   # remove doc and sources for koma-script
-   #rm -rf $pkgdir/usr/share/texmf-dist/doc/
-   #rm -rf $pkgdir/usr/share/texmf-dist/source/
-   # TEMPORARY FIX: symlinks for context
-   for s in mtxrun luatools; do
-     ln -s /usr/share/texmf-dist/scripts/context/lua/$s.lua $pkgdir/usr/share/texmf-dist/scripts/context/stubs/unix/$s 
-   done
 }

Modified: extra-any/texlive.install
===================================================================
--- extra-any/texlive.install	2009-09-09 15:09:58 UTC (rev 51558)
+++ extra-any/texlive.install	2009-09-09 15:32:20 UTC (rev 51559)
@@ -53,6 +53,10 @@
 	echo    ">>> texlive: updating the fontmap files with updmap..."
 	updmap-sys --quiet --nohash
 	echo    " done." 
+  echo -n   "creating all formats..."
+  fmtutil-sys --all 1>/dev/null
+  echo      " done." 
+  echo      " (logs are under /usr/share/texmf-var/web2c/<engine>/<formatname>.log)"
 }
 
 
@@ -86,6 +90,8 @@
 	echo    ">>> texlive: updating the fontmap files with updmap..."
 	updmap-sys --quiet --nohash $SYNCWITHTREES
 	echo    " done." 
+  echo "If updating from TeXLive 2008, it is advisable to rebuild the formats with"
+  echo "      sudo fmtutil-sys --all"
 }
 
 pre_remove() {




More information about the arch-commits mailing list