[arch-commits] Commit in texlive-latexextra/repos (3 files)

Rémy Oudompheng remy at archlinux.org
Tue Jun 20 06:15:55 UTC 2017


    Date: Tuesday, June 20, 2017 @ 06:15:54
  Author: remy
Revision: 299035

archrelease: copy trunk to testing-any

Added:
  texlive-latexextra/repos/testing-any/
  texlive-latexextra/repos/testing-any/PKGBUILD
    (from rev 299034, texlive-latexextra/trunk/PKGBUILD)
  texlive-latexextra/repos/testing-any/texlive-latexextra.maps
    (from rev 299034, texlive-latexextra/trunk/texlive-latexextra.maps)

-------------------------+
 PKGBUILD                |   79 ++++++++++++++++++++++++++++++++++++++++++++++
 texlive-latexextra.maps |    3 +
 2 files changed, 82 insertions(+)

Copied: texlive-latexextra/repos/testing-any/PKGBUILD (from rev 299034, texlive-latexextra/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2017-06-20 06:15:54 UTC (rev 299035)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Firmicus <firmicus āt gmx dōt net>
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=texlive-latexextra
+pkgver=2017.44514
+_revnr=${pkgver#2017.}
+pkgrel=1
+pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
+license=('GPL')
+arch=(any)
+depends=('texlive-core'
+         'perl-file-which' # for pdfannotextractor
+        )
+optdepends=(
+  'texlive-genericextra: to use the calctab package'
+  'texlive-pictures: to use the package overpic'
+  'java-environment: to use pdfannotextractor'
+)
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"
+        "$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('0ddcf5ab929abd23b8fe49ae67c1bfd31ecb9d6aae890a1e6afdbcbff328caba'
+            'd53750a03a52472a1c7c5ba5142959ba382a5d69215471691c0b12c3663950ce')
+
+build() {
+   for p in *.tar.xz; do
+	   bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   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
+   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
+
+    #add symlinks that were in texlive-bin:
+    _linked_scripts="
+authorindex/authorindex
+exceltex/exceltex
+glossaries/makeglossaries
+glossaries/makeglossaries-lite.lua
+makedtx/makedtx.pl
+pax/pdfannotextractor.pl
+perltex/perltex.pl
+pst-pdf/ps4pdf
+splitindex/splitindex.pl
+svn-multi/svn-multi.pl
+vpe/vpe.pl
+yplan/yplan
+"
+    install -m755 -d "$pkgdir"/usr/bin
+    for _script in ${_linked_scripts}; do
+        _scriptbase=$(basename $_script)
+        _scriptbase=${_scriptbase%.*}
+        ln -s /usr/share/texmf-dist/scripts/${_script} ${pkgdir}/usr/bin/${_scriptbase}
+    done
+
+    rm "$pkgdir"/usr/share/texmf-dist/scripts/glossaries/makeglossaries.bat
+    rm "$pkgdir"/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf.bat*
+    rm "$pkgdir"/usr/share/texmf-dist/scripts/shipunov/biokey2html.bat
+}

Copied: texlive-latexextra/repos/testing-any/texlive-latexextra.maps (from rev 299034, texlive-latexextra/trunk/texlive-latexextra.maps)
===================================================================
--- testing-any/texlive-latexextra.maps	                        (rev 0)
+++ testing-any/texlive-latexextra.maps	2017-06-20 06:15:54 UTC (rev 299035)
@@ -0,0 +1,3 @@
+Map epiolmec.map
+Map scanpages.map
+MixedMap esint.map



More information about the arch-commits mailing list