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

Rémy Oudompheng remy at archlinux.org
Wed Apr 19 04:36:06 UTC 2017


    Date: Wednesday, April 19, 2017 @ 04:36:05
  Author: remy
Revision: 293137

archrelease: copy trunk to extra-any

Added:
  texlive-latexextra/repos/extra-any/PKGBUILD
    (from rev 293136, texlive-latexextra/trunk/PKGBUILD)
  texlive-latexextra/repos/extra-any/komacv-spurious-changes.patch
    (from rev 293136, texlive-latexextra/trunk/komacv-spurious-changes.patch)
  texlive-latexextra/repos/extra-any/texlive-latexextra.maps
    (from rev 293136, texlive-latexextra/trunk/texlive-latexextra.maps)
Deleted:
  texlive-latexextra/repos/extra-any/PKGBUILD
  texlive-latexextra/repos/extra-any/texlive-latexextra.maps

-------------------------------+
 PKGBUILD                      |  161 ++++++++++++++++++++--------------------
 komacv-spurious-changes.patch |   52 ++++++++++++
 texlive-latexextra.maps       |    6 -
 3 files changed, 138 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-19 04:35:33 UTC (rev 293136)
+++ PKGBUILD	2017-04-19 04:36:05 UTC (rev 293137)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Firmicus <firmicus āt gmx dōt net>
-# Maintainer: Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=texlive-latexextra
-pkgver=2016.42294
-_revnr=${pkgver#2016.}
-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')
-md5sums=('8832c43cb62019ca9ca3407923d7f753'
-         'f06643f92ce3c5d565c6414f3e77bc4c')
-
-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/extra-any/PKGBUILD (from rev 293136, texlive-latexextra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-19 04:36:05 UTC (rev 293137)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Firmicus <firmicus āt gmx dōt net>
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=texlive-latexextra
+pkgver=2016.43768
+_revnr=${pkgver#2016.}
+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"
+        "komacv-spurious-changes.patch")
+options=('!emptydirs')
+sha256sums=('80f5886d4ae9864d672fad8e11e8aa6178305f4ddd7ae232703120768d411d3c'
+            'd53750a03a52472a1c7c5ba5142959ba382a5d69215471691c0b12c3663950ce'
+            'bca65abf9b833f379702753697d5f57074367fc359c6b16ed48b097752998d72')
+
+build() {
+   for p in *.tar.xz; do
+	   bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+   # Patch for spurious komacv \changes{...} lines
+   patch -Np1 -i "${srcdir}/komacv-spurious-changes.patch"
+}
+
+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/extra-any/komacv-spurious-changes.patch (from rev 293136, texlive-latexextra/trunk/komacv-spurious-changes.patch)
===================================================================
--- komacv-spurious-changes.patch	                        (rev 0)
+++ komacv-spurious-changes.patch	2017-04-19 04:36:05 UTC (rev 293137)
@@ -0,0 +1,52 @@
+diff -u a/tex/latex/komacv/komacv-casual.sty b/tex/latex/komacv/komacv-casual.sty
+--- a/tex/latex/komacv/komacv-casual.sty	2017-04-18 22:32:33.000000000 +0200
++++ b/tex/latex/komacv/komacv-casual.sty	2017-04-19 06:09:44.818843991 +0200
+@@ -23,7 +23,6 @@
+ \NeedsTeXFormat{LaTeX2e}[1999/12/01]
+ \ProvidesPackage{komacv-casual}
+     [2017/04/12 v1.1 style package for komacv class]
+-\changes{v1.1}{2017/04/12}{New macro headline, and new correspondent elements headlinestyle, headlinecolor, headlinefont}
+ 
+ \addtokomafont{firstnamefont}{\sffamily\fontsize{38}{40}}
+ \addtokomafont{acadtitlefont}{\sffamily}
+diff -u a/tex/latex/komacv/komacv-classic.sty b/tex/latex/komacv/komacv-classic.sty
+--- a/tex/latex/komacv/komacv-classic.sty	2017-04-18 22:32:33.000000000 +0200
++++ b/tex/latex/komacv/komacv-classic.sty	2017-04-19 06:09:44.818843991 +0200
+@@ -23,7 +23,6 @@
+ \NeedsTeXFormat{LaTeX2e}[1999/12/01]
+ \ProvidesPackage{komacv-classic}
+     [2017/04/12 v1.1 style package for komacv class]
+-\changes{v1.1}{2017/04/12}{New macro headline, and new correspondent elements headlinestyle, headlinecolor, headlinefont}
+ 
+ \addtokomafont{firstnamefont}{\sffamily}
+ \addtokomafont{acadtitlefont}{\sffamily}
+diff -u a/tex/latex/komacv/komacv.cls b/tex/latex/komacv/komacv.cls
+--- a/tex/latex/komacv/komacv.cls	2017-04-18 22:32:33.000000000 +0200
++++ b/tex/latex/komacv/komacv.cls	2017-04-19 06:09:44.818843991 +0200
+@@ -23,7 +23,6 @@
+ \NeedsTeXFormat{LaTeX2e}[1999/12/01]
+ \ProvidesClass{komacv}
+     [2017/04/12 v1.1 komacv class]
+-\changes{v1.1}{2017/04/12}{New macro headline, and new correspondent elements headlinestyle, headlinecolor, headlinefont}
+ 
+ \providecommand*\mycolor{blue}
+ \RequirePackage{ifthen,kvoptions,calc}
+@@ -322,7 +321,6 @@
+     \setlength{\@aftersubsecvspace}{\aftersubsecvspace}%
+   }
+ } % end AtEndPreamble
+-\changes{v1.1}{2017/04/12}{Added macros and symbols for social media}
+ \providecommand*\@addresssymbol{}
+ \providecommand*\addresssymbol{}
+ \providecommand*\@mobilesymbol{\Mobilefone~}
+diff -u a/tex/latex/komacv/komacv-oldstyle.sty b/tex/latex/komacv/komacv-oldstyle.sty
+--- a/tex/latex/komacv/komacv-oldstyle.sty	2017-04-18 22:32:33.000000000 +0200
++++ b/tex/latex/komacv/komacv-oldstyle.sty	2017-04-19 06:09:44.818843991 +0200
+@@ -23,7 +23,6 @@
+ \NeedsTeXFormat{LaTeX2e}[1999/12/01]
+ \ProvidesPackage{komacv-oldstyle}
+     [2017/04/12 v1.1 style package for komacv class]
+-\changes{v1.1}{2017/04/12}{New macro headline, and new correspondent elements headlinestyle, headlinecolor, headlinefont}
+ 
+ \KOMAoptions{DIV=15}
+ \setlength{\hintscolwidth}{3cm}

Deleted: texlive-latexextra.maps
===================================================================
--- texlive-latexextra.maps	2017-04-19 04:35:33 UTC (rev 293136)
+++ texlive-latexextra.maps	2017-04-19 04:36:05 UTC (rev 293137)
@@ -1,3 +0,0 @@
-Map epiolmec.map
-Map scanpages.map
-MixedMap esint.map

Copied: texlive-latexextra/repos/extra-any/texlive-latexextra.maps (from rev 293136, texlive-latexextra/trunk/texlive-latexextra.maps)
===================================================================
--- texlive-latexextra.maps	                        (rev 0)
+++ texlive-latexextra.maps	2017-04-19 04:36:05 UTC (rev 293137)
@@ -0,0 +1,3 @@
+Map epiolmec.map
+Map scanpages.map
+MixedMap esint.map



More information about the arch-commits mailing list