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

Rémy Oudompheng remy at archlinux.org
Sun Mar 4 10:11:18 UTC 2018


    Date: Sunday, March 4, 2018 @ 10:11:17
  Author: remy
Revision: 317815

archrelease: copy trunk to extra-any

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

----------------------+
 PKGBUILD             |  106 ++++++++++++++++++++++++-------------------------
 texlive-science.fmts |    2 
 texlive-science.maps |    6 +-
 3 files changed, 56 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-04 10:11:11 UTC (rev 317814)
+++ PKGBUILD	2018-03-04 10:11:17 UTC (rev 317815)
@@ -1,54 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=texlive-science
-pkgver=2017.45707
-_revnr=${pkgver#2017.}
-pkgrel=1
-pkgdesc="TeX Live - Typesetting for mathematics, natural and computer sciences"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-optdepends=('python2-pygments: for pygmentex')
-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=('4c5640e58c815d120b99b1a80cbe97952c36e346643c9221d41b01df8ff2d637'
-            '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/pygmentex/pygmentex.py $pkgdir/usr/bin/pygmentex
-   ln -s /usr/share/texmf-dist/scripts/ulqda/ulqda.pl $pkgdir/usr/bin/ulqda
-}

Copied: texlive-science/repos/extra-any/PKGBUILD (from rev 317814, texlive-science/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-04 10:11:17 UTC (rev 317815)
@@ -0,0 +1,52 @@
+# $Id: PKGBUILD$
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=texlive-science
+pkgver=2017.46789
+_revnr=${pkgver#2017.}
+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=('1f7af4692b44cd23d3ab2732109ee124eef3a93ae4b8552695eb0d9040f08060'
+            '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	2018-03-04 10:11:11 UTC (rev 317814)
+++ texlive-science.fmts	2018-03-04 10:11:17 UTC (rev 317815)
@@ -1 +0,0 @@
-amstex pdftex - -translate-file=cp227.tcx *amstex.ini

Copied: texlive-science/repos/extra-any/texlive-science.fmts (from rev 317814, texlive-science/trunk/texlive-science.fmts)
===================================================================
--- texlive-science.fmts	                        (rev 0)
+++ texlive-science.fmts	2018-03-04 10:11:17 UTC (rev 317815)
@@ -0,0 +1 @@
+amstex pdftex - -translate-file=cp227.tcx *amstex.ini

Deleted: texlive-science.maps
===================================================================
--- texlive-science.maps	2018-03-04 10:11:11 UTC (rev 317814)
+++ texlive-science.maps	2018-03-04 10:11:17 UTC (rev 317815)
@@ -1,3 +0,0 @@
-Map chemarrow.map
-MixedMap stmaryrd.map
-MixedMap yhmath.map

Copied: texlive-science/repos/extra-any/texlive-science.maps (from rev 317814, texlive-science/trunk/texlive-science.maps)
===================================================================
--- texlive-science.maps	                        (rev 0)
+++ texlive-science.maps	2018-03-04 10:11:17 UTC (rev 317815)
@@ -0,0 +1,3 @@
+Map chemarrow.map
+MixedMap stmaryrd.map
+MixedMap yhmath.map



More information about the arch-commits mailing list