[arch-commits] Commit in texlive-fontsextra/trunk (PKGBUILD texlive-fontsextra.maps)
Rémy Oudompheng
remy at archlinux.org
Thu Apr 2 06:48:30 UTC 2020
Date: Thursday, April 2, 2020 @ 06:48:29
Author: remy
Revision: 379089
upgpkg: texlive-fontsextra 2020.54583-1
TexLive 2020 update
Modified:
texlive-fontsextra/trunk/PKGBUILD
texlive-fontsextra/trunk/texlive-fontsextra.maps
-------------------------+
PKGBUILD | 28 ++++++++++++++--------------
texlive-fontsextra.maps | 6 ++++++
2 files changed, 20 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-02 06:47:27 UTC (rev 379088)
+++ PKGBUILD 2020-04-02 06:48:29 UTC (rev 379089)
@@ -1,8 +1,8 @@
# Maintainer: Rémy Oudompheng <remy.archlinux.org>
pkgname=texlive-fontsextra
-pkgver=2019.52580
-_revnr=${pkgver#2019.}
+pkgver=2020.54583
+_revnr=${pkgver#2020.}
pkgrel=1
pkgdesc="TeX Live - all sorts of extra fonts"
license=('GPL')
@@ -12,8 +12,8 @@
url='http://tug.org/texlive/'
source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip" "$pkgname.maps")
options=('!emptydirs')
-sha256sums=('54988a2d8b045940a31a535691c58fcd3fa066136b8f788e6ed14d5e5232375b'
- '702e911cfdf0331c32fa1049f96c8e323b10e2733fa49db607df2265fc94e32a')
+sha256sums=('11930e765e9022aa756bfc77550f02423357c4778209fcefcf34c8b787585fac'
+ '25dde95ce18c560b6dd3b797ef2d45fb0c7912ca3df4449102be9d1c2de5607b')
build() {
cd "$srcdir"
@@ -25,21 +25,21 @@
package() {
cd "$srcdir"
- install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+ install -m755 -d "$pkgdir"/var/lib/texmf/arch/installedpkgs
sed -i '/^#/d' CONTENTS
- install -m644 CONTENTS $pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
- install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
- install -m755 -d $pkgdir/usr/share
+ install -m644 CONTENTS "$pkgdir"/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+ install -m644 $pkgname.maps "$pkgdir"/var/lib/texmf/arch/installedpkgs/
+ install -m755 -d "$pkgdir"/usr/share
wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; done) || true
for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 $pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' $pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type d -exec install -d -m755 "$pkgdir"/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' "$pkgdir"/usr/share/texmf-dist/'{}' \;
done
if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type d -exec install -d -m755 "$pkgdir"/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' "$pkgdir"/usr/share/'{}' \;
fi
- if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+ if [[ -d "$pkgdir"/usr/share/texmf-dist/scripts ]]; then
+ find "$pkgdir"/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
fi
}
Modified: texlive-fontsextra.maps
===================================================================
--- texlive-fontsextra.maps 2020-04-02 06:47:27 UTC (rev 379088)
+++ texlive-fontsextra.maps 2020-04-02 06:48:29 UTC (rev 379089)
@@ -10,6 +10,7 @@
Map BulletsADF.map
Map Carrickc.map
Map Chivo.map
+Map Clara.map
Map ClearSans.map
Map Cochineal.map
Map Coelacanth.map
@@ -18,9 +19,11 @@
Map CormorantGaramond.map
Map CrimsonPro.map
Map DSSerif.map
+Map Domitian.map
Map EBGaramond-Maths.map
Map EBGaramond.map
Map ESSTIX.map
+Map ETbb.map
Map Eichenla.map
Map Eileen.map
Map EileenBl.map
@@ -30,6 +33,7 @@
Map Heuristica.map
Map InriaSans.map
Map InriaSerif.map
+Map Junicode.map
Map Kinigcap.map
Map Konanur.map
Map Kramer.map
@@ -53,6 +57,7 @@
Map RoyalIn.map
Map STEP.map
Map Sanremo.map
+Map ScholaX.map
Map SourceCodePro.map
Map SourceSansPro.map
Map SourceSerifPro.map
@@ -212,6 +217,7 @@
MixedMap allrunes.map
MixedMap bbold.map
MixedMap cmll.map
+MixedMap cmupint.map
MixedMap hfbright.map
MixedMap lxfonts.map
MixedMap pigpen.map
More information about the arch-commits
mailing list