[arch-commits] Commit in texlive-science/repos/testing-any (6 files)

Rémy Oudompheng remy at archlinux.org
Sun Jun 7 22:49:32 UTC 2020


    Date: Sunday, June 7, 2020 @ 22:49:31
  Author: remy
Revision: 388479

archrelease: copy trunk to testing-any

Added:
  texlive-science/repos/testing-any/PKGBUILD
    (from rev 388478, texlive-science/trunk/PKGBUILD)
  texlive-science/repos/testing-any/texlive-science.fmts
    (from rev 388478, texlive-science/trunk/texlive-science.fmts)
  texlive-science/repos/testing-any/texlive-science.maps
    (from rev 388478, texlive-science/trunk/texlive-science.maps)
Deleted:
  texlive-science/repos/testing-any/PKGBUILD
  texlive-science/repos/testing-any/texlive-science.fmts
  texlive-science/repos/testing-any/texlive-science.maps

----------------------+
 PKGBUILD             |  102 ++++++++++++++++++++++++-------------------------
 texlive-science.fmts |    2 
 texlive-science.maps |    6 +-
 3 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-07 22:49:28 UTC (rev 388478)
+++ PKGBUILD	2020-06-07 22:49:31 UTC (rev 388479)
@@ -1,51 +0,0 @@
-# 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/PKGBUILD (from rev 388478, texlive-science/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-07 22:49:31 UTC (rev 388479)
@@ -0,0 +1,51 @@
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=texlive-science
+pkgver=2020.55390
+_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=('c42294cd26e5a65585b27520e5a877539f88ba1583d5e1101c828a934225eea4'
+            '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
+}

Deleted: texlive-science.fmts
===================================================================
--- texlive-science.fmts	2020-06-07 22:49:28 UTC (rev 388478)
+++ texlive-science.fmts	2020-06-07 22:49:31 UTC (rev 388479)
@@ -1 +0,0 @@
-amstex pdftex - -translate-file=cp227.tcx *amstex.ini

Copied: texlive-science/repos/testing-any/texlive-science.fmts (from rev 388478, texlive-science/trunk/texlive-science.fmts)
===================================================================
--- texlive-science.fmts	                        (rev 0)
+++ texlive-science.fmts	2020-06-07 22:49:31 UTC (rev 388479)
@@ -0,0 +1 @@
+amstex pdftex - -translate-file=cp227.tcx *amstex.ini

Deleted: texlive-science.maps
===================================================================
--- texlive-science.maps	2020-06-07 22:49:28 UTC (rev 388478)
+++ texlive-science.maps	2020-06-07 22:49:31 UTC (rev 388479)
@@ -1,3 +0,0 @@
-Map chemarrow.map
-MixedMap stmaryrd.map
-MixedMap yhmath.map

Copied: texlive-science/repos/testing-any/texlive-science.maps (from rev 388478, texlive-science/trunk/texlive-science.maps)
===================================================================
--- texlive-science.maps	                        (rev 0)
+++ texlive-science.maps	2020-06-07 22:49:31 UTC (rev 388479)
@@ -0,0 +1,3 @@
+Map chemarrow.map
+MixedMap stmaryrd.map
+MixedMap yhmath.map



More information about the arch-commits mailing list