[arch-commits] Commit in texlive-core/trunk (PKGBUILD texlive.install)

François Charette francois at archlinux.org
Wed Jul 29 16:20:11 UTC 2009


    Date: Wednesday, July 29, 2009 @ 12:20:11
  Author: francois
Revision: 47908

update

Modified:
  texlive-core/trunk/PKGBUILD
  texlive-core/trunk/texlive.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-29 12:43:12 UTC (rev 47907)
+++ PKGBUILD	2009-07-29 16:20:11 UTC (rev 47908)
@@ -1,7 +1,7 @@
 # Maintainer: Firmicus <firmicus ατ gmx δοτ net>
 
 pkgname=texlive-core
-pkgver=2009.14365
+pkgver=2009.14473
 pkgrel=1
 pkgdesc="TeX Live core distribution"
 license=('GPL')
@@ -16,7 +16,7 @@
 source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip")
 install=texlive.install
 backup=(usr/share/texmf-config/tex/context/config/cont-usr.tex)
-md5sums=('f5925b5cdd0f75e17c671d6b75a4dc40')
+md5sums=('992aacde7f6384ae9484e0e4f724ff62')
 
 build() {
    cd $srcdir

Modified: texlive.install
===================================================================
--- texlive.install	2009-07-29 12:43:12 UTC (rev 47907)
+++ texlive.install	2009-07-29 16:20:11 UTC (rev 47908)
@@ -3,6 +3,7 @@
 Map euler.map
 Map charter.map
 Map fpls.map
+Map l7x-urwvn.map
 Map lm.map
 Map marvosym.map
 Map pazo.map
@@ -62,8 +63,8 @@
 	if [[ ! -f $updmapfile ]]; then
 		echo " WARNING: Can't find $updmapfile !"
 	else
-		noofmaps=`grep -c -e ^Map $updmapfile`
-		noofmixedmaps=`grep -c -e ^MixedMap $updmapfile`
+		noofmaps=`grep -c -e "^Map" $updmapfile`
+		noofmixedmaps=`grep -c -e "^MixedMap" $updmapfile`
 		totalmaps=$(($noofmaps+$noofmixedmaps))
 		if [[ $totalmaps == 0 ]] ; then
 			pre_install 
@@ -77,10 +78,10 @@
 	echo    " done"
 	if [[ $totalmaps == 0 ]] ; then
 		echo -n   "updating the fontmap files with updmap..."
-		updmap-sys --quiet --nohash
+		updmap-sys --syncwithtrees --quiet --nohash
 		echo    " done"
 	fi
   echo "If updating from TeXLive 2008, it is advisable to rebuild the formats with"
-  echo "      sudo fmtutil-sys --all" 
+  echo "      sudo fmtutil-sys --all"
 }
 




More information about the arch-commits mailing list