[arch-commits] Commit in texlive-latexextra/repos/extra-any (5 files)

Rémy Oudompheng remy at archlinux.org
Fri Nov 1 09:20:49 UTC 2019


    Date: Friday, November 1, 2019 @ 09:20:48
  Author: remy
Revision: 366340

archrelease: copy trunk to extra-any

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

-------------------------+
 PKGBUILD                |  160 +++++++++++++++++++++++-----------------------
 texlive-latexextra.fmts |    4 +
 texlive-latexextra.maps |    6 -
 3 files changed, 87 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-01 09:20:47 UTC (rev 366339)
+++ PKGBUILD	2019-11-01 09:20:48 UTC (rev 366340)
@@ -1,80 +0,0 @@
-# Maintainer: Firmicus <firmicus āt gmx dōt net>
-# Maintainer: Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=texlive-latexextra
-pkgver=2019.50920
-_revnr=${pkgver#2019.}
-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=(
-  'python2-pygments: for pygmentex'
-  '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=('362fe75eafe2cdc8e6fd3bd7eb3b40420966ad87a264f2c553de93a41d7d455b'
-            '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
-l3build/l3build.lua
-makedtx/makedtx.pl
-pax/pdfannotextractor.pl
-perltex/perltex.pl
-pygmentex/pygmentex.py
-splitindex/splitindex.pl
-svn-multi/svn-multi.pl
-vpe/vpe.pl
-webquiz/webquiz.py
-wordcount/wordcount.sh
-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/shipunov/biokey2html.bat
-}

Copied: texlive-latexextra/repos/extra-any/PKGBUILD (from rev 366339, texlive-latexextra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-01 09:20:48 UTC (rev 366340)
@@ -0,0 +1,80 @@
+# Maintainer: Firmicus <firmicus āt gmx dōt net>
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=texlive-latexextra
+pkgver=2019.52575
+_revnr=${pkgver#2019.}
+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=(
+  'python2-pygments: for pygmentex'
+  '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"
+        "$pkgname.fmts")
+options=('!emptydirs')
+sha256sums=('066fd35b80d1b21e9d044d61a937d698a070f6bc9ef785b4d32abd3b70d65c9b'
+            'd53750a03a52472a1c7c5ba5142959ba382a5d69215471691c0b12c3663950ce'
+            'a1ce264c0e206a0de028511ea8b54ee1e0bdf8d4e536883eea531fec21275b2b')
+
+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
+l3build/l3build.lua
+makedtx/makedtx.pl
+pax/pdfannotextractor.pl
+perltex/perltex.pl
+pygmentex/pygmentex.py
+splitindex/splitindex.pl
+svn-multi/svn-multi.pl
+vpe/vpe.pl
+webquiz/webquiz.py
+wordcount/wordcount.sh
+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
+}

Copied: texlive-latexextra/repos/extra-any/texlive-latexextra.fmts (from rev 366339, texlive-latexextra/trunk/texlive-latexextra.fmts)
===================================================================
--- texlive-latexextra.fmts	                        (rev 0)
+++ texlive-latexextra.fmts	2019-11-01 09:20:48 UTC (rev 366340)
@@ -0,0 +1,4 @@
+dvilualatex-dev luatex language.dat,language.dat.lua dvilualatex.ini
+latex-dev pdftex language.dat -translate-file=cp227.tcx *latex.ini
+lualatex-dev luatex language.dat,language.dat.lua lualatex.ini
+pdflatex-dev pdftex language.dat -translate-file=cp227.tcx *pdflatex.ini

Deleted: texlive-latexextra.maps
===================================================================
--- texlive-latexextra.maps	2019-11-01 09:20:47 UTC (rev 366339)
+++ texlive-latexextra.maps	2019-11-01 09:20:48 UTC (rev 366340)
@@ -1,3 +0,0 @@
-Map epiolmec.map
-Map scanpages.map
-MixedMap esint.map

Copied: texlive-latexextra/repos/extra-any/texlive-latexextra.maps (from rev 366339, texlive-latexextra/trunk/texlive-latexextra.maps)
===================================================================
--- texlive-latexextra.maps	                        (rev 0)
+++ texlive-latexextra.maps	2019-11-01 09:20:48 UTC (rev 366340)
@@ -0,0 +1,3 @@
+Map epiolmec.map
+Map scanpages.map
+MixedMap esint.map



More information about the arch-commits mailing list