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

François Charette francois at archlinux.org
Thu Sep 10 12:13:36 UTC 2009


    Date: Thursday, September 10, 2009 @ 08:13:35
  Author: francois
Revision: 51649

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

........
  r51642 | francois | 2009-09-10 13:54:21 +0200 (Thu, 10 Sep 2009) | 1 line
  
  force recreation of formats during post-upgrade
........
  r51648 | francois | 2009-09-10 14:12:51 +0200 (Thu, 10 Sep 2009) | 2 lines
  
  upgpkg: texlive-core 2009.15197-1
      update
........

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

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


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

Modified: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2009-09-10 12:12:51 UTC (rev 51648)
+++ extra-any/PKGBUILD	2009-09-10 12:13:35 UTC (rev 51649)
@@ -1,7 +1,7 @@
 # Maintainer: Firmicus <firmicus ατ gmx δοτ net>
 
 pkgname=texlive-core
-pkgver=2009.15174
+pkgver=2009.15197
 pkgrel=1
 pkgdesc="TeX Live core distribution"
 license=('GPL')
@@ -16,7 +16,7 @@
 source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip" "$pkgname.maps")
 install=texlive.install
 backup=(usr/share/texmf-config/tex/context/config/cont-usr.tex)
-md5sums=('e9eb73c84b7d5faf098f729c8852a24a'
+md5sums=('366a92d0a79c86f8591eab558d0fae6f'
          '990101eb3ab2097df74d28c32fa50833')
 
 build() {

Modified: extra-any/texlive.install
===================================================================
--- extra-any/texlive.install	2009-09-10 12:12:51 UTC (rev 51648)
+++ extra-any/texlive.install	2009-09-10 12:13:35 UTC (rev 51649)
@@ -90,8 +90,10 @@
 	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"
+  echo -n   "recreating all formats..."
+  fmtutil-sys --all 1>/dev/null
+  echo      " done." 
+  echo      " (logs are under /usr/share/texmf-var/web2c/<engine>/<formatname>.log)"
 }
 
 pre_remove() {




More information about the arch-commits mailing list