[arch-commits] Commit in texlive-core/repos (3 files)
François Charette
francois at archlinux.org
Wed Jul 29 16:21:33 UTC 2009
Date: Wednesday, July 29, 2009 @ 12:21:33
Author: francois
Revision: 47909
Merged revisions 47908 via svnmerge from
svn+ssh://archlinux.org/srv/svn-packages/texlive-core/trunk
........
r47908 | francois | 2009-07-29 18:20:11 +0200 (Wed, 29 Jul 2009) | 1 line
update
........
Modified:
texlive-core/repos/testing-any/ (properties)
texlive-core/repos/testing-any/PKGBUILD
texlive-core/repos/testing-any/texlive.install
-----------------+
PKGBUILD | 4 ++--
texlive.install | 9 +++++----
2 files changed, 7 insertions(+), 6 deletions(-)
Property changes on: texlive-core/repos/testing-any
___________________________________________________________________
Modified: svnmerge-integrated
- /texlive-core/trunk:1-47173
+ /texlive-core/trunk:1-47908
Modified: testing-any/PKGBUILD
===================================================================
--- testing-any/PKGBUILD 2009-07-29 16:20:11 UTC (rev 47908)
+++ testing-any/PKGBUILD 2009-07-29 16:21:33 UTC (rev 47909)
@@ -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: testing-any/texlive.install
===================================================================
--- testing-any/texlive.install 2009-07-29 16:20:11 UTC (rev 47908)
+++ testing-any/texlive.install 2009-07-29 16:21:33 UTC (rev 47909)
@@ -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