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

François Charette francois at archlinux.org
Tue May 12 20:07:36 UTC 2009


    Date: Tuesday, May 12, 2009 @ 16:07:36
  Author: francois
Revision: 39149

upgpkg: texlive-latexextra 2008.13015-1

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-12 20:06:00 UTC (rev 39148)
+++ PKGBUILD	2009-05-12 20:07:36 UTC (rev 39149)
@@ -1,8 +1,7 @@
-# $Id$
 # Maintainer: Firmicus <firmicus āt gmx dōt net>
 
 pkgname=texlive-latexextra
-pkgver=2008.11905
+pkgver=2008.13015
 pkgrel=1
 pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
 license=('GPL')
@@ -13,8 +12,8 @@
 groups=('texlive-most')
 url='http://tug.org/texlive/'
 source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip")
-md5sums=('062a102bb00e1efbf096921e491d16a3')
 install=texlive.install
+md5sums=('b06028ba8b3ff83e6d735393bd9f82e3')
 
 build() {
    cd $srcdir

Modified: texlive.install
===================================================================
--- texlive.install	2009-05-12 20:06:00 UTC (rev 39148)
+++ texlive.install	2009-05-12 20:07:36 UTC (rev 39149)
@@ -1,6 +1,7 @@
 pre_install() {
         cat >> /usr/share/texmf-config/web2c/updmap.cfg <<EOF
 Map epiolmec.map
+Map l7x-urwvn.map
 MixedMap esint.map
 MixedMap manfnt.map
 EOF
@@ -23,9 +24,10 @@
 }
 
 pre_remove() {
-	MAPS="Map epiolmec.map
-MixedMap esint.map
-MixedMap manfnt.map"
+	MAPS="epiolmec.map
+l7x-urwvn.map
+esint.map
+manfnt.map"
 	for m in $MAPS; do sed -i "/^M.\+$m/d" /usr/share/texmf-config/web2c/updmap.cfg ; done
 }
 




More information about the arch-commits mailing list