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

Rémy Oudompheng remy at archlinux.org
Tue Apr 18 20:55:27 UTC 2017


    Date: Tuesday, April 18, 2017 @ 20:55:27
  Author: remy
Revision: 293130

archrelease: copy trunk to extra-any

Added:
  texlive-science/repos/extra-any/PKGBUILD
    (from rev 293129, texlive-science/trunk/PKGBUILD)
  texlive-science/repos/extra-any/texlive-science.fmts
    (from rev 293129, texlive-science/trunk/texlive-science.fmts)
  texlive-science/repos/extra-any/texlive-science.maps
    (from rev 293129, 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             |  108 ++++++++++++++++++++++++-------------------------
 texlive-science.fmts |    2 
 texlive-science.maps |    6 +-
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-18 20:55:24 UTC (rev 293129)
+++ PKGBUILD	2017-04-18 20:55:27 UTC (rev 293130)
@@ -1,54 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=texlive-science
-pkgver=2016.42453
-_revnr=${pkgver#2016.}
-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')
-md5sums=('7d37b05503b4f18c7c1861c6e1232bc6'
-         '752529861a7b0a133f52a92866d0c1a2'
-         '7573956c7abc3de68fbacb58805f690c')
-
-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 293129, texlive-science/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-18 20:55:27 UTC (rev 293130)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD$
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=texlive-science
+pkgver=2016.43747
+_revnr=${pkgver#2016.}
+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=('5ca47034e2c16c7672ffdaf5b2e7a80694738b6561a080af0659995597c207dc'
+            '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
+}

Deleted: texlive-science.fmts
===================================================================
--- texlive-science.fmts	2017-04-18 20:55:24 UTC (rev 293129)
+++ texlive-science.fmts	2017-04-18 20:55:27 UTC (rev 293130)
@@ -1 +0,0 @@
-amstex pdftex - -translate-file=cp227.tcx *amstex.ini

Copied: texlive-science/repos/extra-any/texlive-science.fmts (from rev 293129, texlive-science/trunk/texlive-science.fmts)
===================================================================
--- texlive-science.fmts	                        (rev 0)
+++ texlive-science.fmts	2017-04-18 20:55:27 UTC (rev 293130)
@@ -0,0 +1 @@
+amstex pdftex - -translate-file=cp227.tcx *amstex.ini

Deleted: texlive-science.maps
===================================================================
--- texlive-science.maps	2017-04-18 20:55:24 UTC (rev 293129)
+++ texlive-science.maps	2017-04-18 20:55:27 UTC (rev 293130)
@@ -1,3 +0,0 @@
-Map chemarrow.map
-MixedMap stmaryrd.map
-MixedMap yhmath.map

Copied: texlive-science/repos/extra-any/texlive-science.maps (from rev 293129, texlive-science/trunk/texlive-science.maps)
===================================================================
--- texlive-science.maps	                        (rev 0)
+++ texlive-science.maps	2017-04-18 20:55:27 UTC (rev 293130)
@@ -0,0 +1,3 @@
+Map chemarrow.map
+MixedMap stmaryrd.map
+MixedMap yhmath.map



More information about the arch-commits mailing list