[arch-commits] Commit in texlive-science/repos (4 files)
Rémy Oudompheng
remy at archlinux.org
Thu Apr 2 06:55:41 UTC 2020
Date: Thursday, April 2, 2020 @ 06:55:41
Author: remy
Revision: 379122
archrelease: copy trunk to testing-any
Added:
texlive-science/repos/testing-any/
texlive-science/repos/testing-any/PKGBUILD
(from rev 379121, texlive-science/trunk/PKGBUILD)
texlive-science/repos/testing-any/texlive-science.fmts
(from rev 379121, texlive-science/trunk/texlive-science.fmts)
texlive-science/repos/testing-any/texlive-science.maps
(from rev 379121, texlive-science/trunk/texlive-science.maps)
----------------------+
PKGBUILD | 51 +++++++++++++++++++++++++++++++++++++++++++++++++
texlive-science.fmts | 1
texlive-science.maps | 3 ++
3 files changed, 55 insertions(+)
Copied: texlive-science/repos/testing-any/PKGBUILD (from rev 379121, texlive-science/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2020-04-02 06:55:41 UTC (rev 379122)
@@ -0,0 +1,51 @@
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=texlive-science
+pkgver=2020.54588
+_revnr=${pkgver#2020.}
+pkgrel=1
+pkgdesc="TeX Live - Typesetting for mathematics, natural and computer sciences"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"
+ "$pkgname.maps"
+ "$pkgname.fmts")
+options=('!emptydirs')
+sha256sums=('4d03ec38b71f09eacbeefa35e56303b735120b2379c7f848f3fc6db090e9a858'
+ '1d9151c9cabc3521b4406731b0147d80e0bf600bdedaf55a1a49b8775165daa8'
+ '1cbd5339f8cfa32214a749a408cf7136fd5acffaffcde6500a337d332c70c5c3')
+
+build() {
+ cd "$srcdir"
+ for p in *.tar.xz; do
+ bsdtar -xf $p
+ done
+ rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+ cd "$srcdir"
+ 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 -m644 $pkgname.fmts "$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/'{}' \;
+ 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/'{}' \;
+ fi
+ if [[ -d "$pkgdir"/usr/share/texmf-dist/scripts ]]; then
+ find "$pkgdir"/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+ fi
+ install -m755 -d "$pkgdir"/usr/bin
+ ln -s /usr/share/texmf-dist/scripts/ulqda/ulqda.pl "$pkgdir"/usr/bin/ulqda
+}
Copied: texlive-science/repos/testing-any/texlive-science.fmts (from rev 379121, texlive-science/trunk/texlive-science.fmts)
===================================================================
--- testing-any/texlive-science.fmts (rev 0)
+++ testing-any/texlive-science.fmts 2020-04-02 06:55:41 UTC (rev 379122)
@@ -0,0 +1 @@
+amstex pdftex - -translate-file=cp227.tcx *amstex.ini
Copied: texlive-science/repos/testing-any/texlive-science.maps (from rev 379121, texlive-science/trunk/texlive-science.maps)
===================================================================
--- testing-any/texlive-science.maps (rev 0)
+++ testing-any/texlive-science.maps 2020-04-02 06:55:41 UTC (rev 379122)
@@ -0,0 +1,3 @@
+Map chemarrow.map
+MixedMap stmaryrd.map
+MixedMap yhmath.map
More information about the arch-commits
mailing list