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

Rémy Oudompheng remy at archlinux.org
Fri Aug 5 06:33:23 UTC 2016


    Date: Friday, August 5, 2016 @ 06:33:22
  Author: remy
Revision: 273089

upgpkg: texlive-fontsextra 2016.41439-2

Remove obsolete install script.

Modified:
  texlive-fontsextra/trunk/PKGBUILD
Deleted:
  texlive-fontsextra/trunk/texlive.install

-----------------+
 PKGBUILD        |    3 +--
 texlive.install |   52 ----------------------------------------------------
 2 files changed, 1 insertion(+), 54 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-05 06:19:32 UTC (rev 273088)
+++ PKGBUILD	2016-08-05 06:33:22 UTC (rev 273089)
@@ -4,7 +4,7 @@
 pkgname=texlive-fontsextra
 pkgver=2016.41439
 _revnr=${pkgver#2016.}
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live - all sorts of extra fonts"
 license=('GPL')
 arch=(any)
@@ -13,7 +13,6 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip" "$pkgname.maps")
 options=('!emptydirs')
-install=texlive.install
 md5sums=('2148152faee84f6fac4c116b91512010'
          '45688fcd99113ee93234a437719a0c65')
 

Deleted: texlive.install
===================================================================
--- texlive.install	2016-08-05 06:19:32 UTC (rev 273088)
+++ texlive.install	2016-08-05 06:33:22 UTC (rev 273089)
@@ -1,52 +0,0 @@
-PKGNAME="texlive-fontsextra"
-UPDMAP="etc/texmf/web2c/updmap.cfg"
-UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
-SYNCWITHTREES=''
-
-MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
-
-post_install() {
-  TMPFILE=`mktemp`
-  echo    ">>> texlive: saving updmap.cfg as $TMPFILE..."
-  cp "$UPDMAP" "$TMPFILE"
-  echo    ">>> texlive: regenerating updmap.cfg (custom additions should go"
-  echo    "             into /etc/texmf/web2c/updmap-local.cfg"
-  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
-  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
-  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
-  echo    ">>> texlive: updating the filename database..."
-  usr/bin/mktexlsr
-  echo    ">>> texlive: updating the fontmap files with updmap..."
-  usr/bin/updmap-sys --quiet --nohash
-  echo    " done." 
-}
-
-post_upgrade() {
-  TMPFILE=`mktemp`
-  echo    ">>> texlive: saving updmap.cfg as $TMPFILE..."
-  cp "$UPDMAP" "$TMPFILE"
-  echo    ">>> texlive: regenerating updmap.cfg (custom additions should go"
-  echo    "             into /etc/texmf/web2c/updmap-local.cfg"
-  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
-  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
-  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
-  echo    ">>> texlive: updating the filename database..."
-  usr/bin/mktexlsr
-  echo    ">>> texlive: updating the fontmap files with updmap..."
-  usr/bin/updmap-sys --quiet --nohash $SYNCWITHTREES
-  echo    " done." 
-}
-
-pre_remove() {
-for m in `cut -d' ' -f2 $MAPFILE`; do 
-  sed -i "/\s$m/d" $UPDMAP ; 
-done
-}
-
-post_remove() {
-  echo    ">>> texlive: updating the filename database..."
-  usr/bin/mktexlsr
-  echo    ">>> texlive: updating the fontmap files with updmap..."
-  usr/bin/updmap-sys --quiet --nohash
-  echo    " done." 
-}



More information about the arch-commits mailing list