[arch-commits] Commit in texlive-bin/trunk (3 files)

Rémy Oudompheng remy at archlinux.org
Sat Aug 6 18:30:36 UTC 2016


    Date: Saturday, August 6, 2016 @ 18:30:35
  Author: remy
Revision: 273426

upgpkg: texlive-bin 2016.41290-5

Silence log messages in pacman hooks.
Mention biber as an optional dependency.

Modified:
  texlive-bin/trunk/PKGBUILD
  texlive-bin/trunk/mktexlsr.script
  texlive-bin/trunk/texlive-updmap.script

-----------------------+
 PKGBUILD              |    9 +++++----
 mktexlsr.script       |    3 +--
 texlive-updmap.script |    4 ----
 3 files changed, 6 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-06 18:13:41 UTC (rev 273425)
+++ PKGBUILD	2016-08-06 18:30:35 UTC (rev 273426)
@@ -4,7 +4,7 @@
 
 pkgname=('texlive-bin' 'libsynctex')
 pkgver=2016.41290
-pkgrel=4
+pkgrel=5
 license=('GPL')
 arch=('i686' 'x86_64')
 makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
@@ -22,9 +22,9 @@
 md5sums=('bfb9716aa00c86c08cd31e5b32edeb98'
          '7303361f2d441eb5c962a996fd77e8fa'
          '7bc9cef52d3b0c15d2364b7d8658faa6'
-         'b8005a998186d3846df357ef0f4b4560'
+         '2bbbef810687f4b2804a4b8cb91ce02f'
          'c18cbbd000aac60813b1695aa058964f'
-         '06034157badeeefe9982d7b29e7f5b51')
+         'c64d77b5111a26b9995263b49df4937c')
 
 build() {
    cd "$srcdir"
@@ -110,7 +110,8 @@
             'libsynctex')
    provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')
    conflicts=('pdfjam')
-   optdepends=('ed: for texconfig')
+   optdepends=('ed: for texconfig'
+               'biber: for bibliography processing')
    install="texlive.install"
    options=('!strip')
 

Modified: mktexlsr.script
===================================================================
--- mktexlsr.script	2016-08-06 18:13:41 UTC (rev 273425)
+++ mktexlsr.script	2016-08-06 18:30:35 UTC (rev 273426)
@@ -1,13 +1,12 @@
 #!/bin/bash
 
 /usr/bin/mktexlsr
-echo ">>> Updating LuaTeX filename database..."
 (cd /etc/texmf && /usr/bin/mtxrun --generate >/dev/null)
 # We need to remove directory "." from luatex cache to avoid absurd
 # behaviour.
 for item in /var/lib/texmf/luatex-cache/context/*/trees/*.lua; do
     if grep -F '["root"]="."' "$item" >/dev/null; then
-        rm -vf "$item" "${item%.lua}.luc"
+        rm -f "$item" "${item%.lua}.luc"
     fi
 done
 

Modified: texlive-updmap.script
===================================================================
--- texlive-updmap.script	2016-08-06 18:13:41 UTC (rev 273425)
+++ texlive-updmap.script	2016-08-06 18:30:35 UTC (rev 273426)
@@ -3,8 +3,6 @@
 UPDMAP="etc/texmf/web2c/updmap.cfg"
 UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
 
-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
 if [[ -f "$UPDMAPLOCAL" ]]; then
@@ -11,7 +9,5 @@
     cat "$UPDMAPLOCAL" >> $UPDMAP
 fi
 
-echo ">>> texlive: updating the fontmap files with updmap..."
 /usr/bin/updmap-sys --quiet --nohash
-echo " done." 
 



More information about the arch-commits mailing list