[arch-commits] Commit in texlive-latexextra/trunk (2 files)

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


    Date: Tuesday, June 20, 2017 @ 06:15:51
  Author: remy
Revision: 299034

upgpkg: texlive-latexextra 2017.44514-1

TeXLive 2017 release.

Modified:
  texlive-latexextra/trunk/PKGBUILD
Deleted:
  texlive-latexextra/trunk/komacv-spurious-changes.patch

-------------------------------+
 PKGBUILD                      |   14 +++-------
 komacv-spurious-changes.patch |   52 ----------------------------------------
 2 files changed, 5 insertions(+), 61 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-20 06:14:51 UTC (rev 299033)
+++ PKGBUILD	2017-06-20 06:15:51 UTC (rev 299034)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng <remy at archlinux.org>
 
 pkgname=texlive-latexextra
-pkgver=2016.43768
-_revnr=${pkgver#2016.}
+pkgver=2017.44514
+_revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
 license=('GPL')
@@ -20,12 +20,10 @@
 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")
+        "$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('80f5886d4ae9864d672fad8e11e8aa6178305f4ddd7ae232703120768d411d3c'
-            'd53750a03a52472a1c7c5ba5142959ba382a5d69215471691c0b12c3663950ce'
-            'bca65abf9b833f379702753697d5f57074367fc359c6b16ed48b097752998d72')
+sha256sums=('0ddcf5ab929abd23b8fe49ae67c1bfd31ecb9d6aae890a1e6afdbcbff328caba'
+            'd53750a03a52472a1c7c5ba5142959ba382a5d69215471691c0b12c3663950ce')
 
 build() {
    for p in *.tar.xz; do
@@ -32,8 +30,6 @@
 	   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() {

Deleted: komacv-spurious-changes.patch
===================================================================
--- komacv-spurious-changes.patch	2017-06-20 06:14:51 UTC (rev 299033)
+++ komacv-spurious-changes.patch	2017-06-20 06:15:51 UTC (rev 299034)
@@ -1,52 +0,0 @@
-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}



More information about the arch-commits mailing list