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

François Charette francois at archlinux.org
Thu Sep 11 16:00:44 UTC 2008


    Date: Thursday, September 11, 2008 @ 12:00:22
  Author: francois
Revision: 12202

cosmetic changes

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-11 16:00:03 UTC (rev 12201)
+++ PKGBUILD	2008-09-11 16:00:22 UTC (rev 12202)
@@ -10,7 +10,7 @@
 provides=('texlive-langafrican' 'texlive-langarab' 'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew' 'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan' 'texlive-langvietnamese') 
 depends=('texlive-latexextra')
 makedepends=('lzma-utils')
-groups=('texlive-most')
+groups=('texlive-lang')
 url='http://tug.org/texlive/'
 source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-src.zip")
 install=texlive.install

Modified: texlive.install
===================================================================
--- texlive.install	2008-09-11 16:00:03 UTC (rev 12201)
+++ texlive.install	2008-09-11 16:00:22 UTC (rev 12202)
@@ -25,7 +25,7 @@
 post_install() {
 	echo    ">>> texlive: updating the filename database..."
 	texconfig-sys rehash
-	echo -n ">>> texlive: updating the fontmap files with updmap..."
+	echo    ">>> texlive: updating the fontmap files with updmap..."
 	updmap-sys --quiet --nohash
 	echo    " done." 
 }
@@ -33,7 +33,7 @@
 post_upgrade() {
 	echo    ">>> texlive: updating the filename database..."
 	texconfig-sys rehash
-	echo -n ">>> texlive: updating the fontmap files with updmap..."
+	echo    ">>> texlive: updating the fontmap files with updmap..."
 	updmap-sys --quiet --nohash
 	echo    " done." 
 }
@@ -64,7 +64,7 @@
 post_remove() {
 	echo    ">>> texlive: updating the filename database..."
 	texconfig-sys rehash
-	echo -n ">>> texlive: updating the fontmap files with updmap..."
+	echo    ">>> texlive: updating the fontmap files with updmap..."
 	updmap-sys --quiet --nohash
 	echo    " done." 
 }




More information about the arch-commits mailing list