[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
93/110: gnu: Add texlive-etoolbox.
From: |
guix-commits |
Subject: |
93/110: gnu: Add texlive-etoolbox. |
Date: |
Wed, 24 Jul 2019 03:48:05 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 346354a18ebefee612ca8d2450a1009cc4c6196e
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 14 23:15:20 2019 +0200
gnu: Add texlive-etoolbox.
* gnu/packages/tex.scm (texlive-etoolbox): New variable.
(texlive-latex-etoolbox): Deprecate package.
---
gnu/packages/tex.scm | 36 +++++++++++-------------------------
1 file changed, 11 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3361e98..9cfd7b8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4124,32 +4124,15 @@ hyperlink to the target of the DOI.")
(define-public texlive-latex-doi
(deprecated-package "texlive-latex-doi" texlive-doi))
-(define-public texlive-latex-etoolbox
+(define-public texlive-etoolbox
(package
- (name "texlive-latex-etoolbox")
- (version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (svn-reference
- (url (string-append "svn://www.tug.org/texlive/tags/"
- %texlive-tag "/Master/texmf-dist/"
- "/tex/latex/etoolbox"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1agmq6bf8wzcd77n20ng8bl4kh69cg5f6sjniii7bcw4llhd3nc8"))))
- (build-system trivial-build-system)
- (arguments
- `(#:modules ((guix build utils))
- #:builder
- (begin
- (use-modules (guix build utils))
- (let ((target (string-append (assoc-ref %outputs "out")
- "/share/texmf-dist/tex/latex/etoolbox")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
+ (inherit (simple-texlive-package
+ "texlive-etoolbox"
+ (list "/doc/latex/etoolbox/"
+ "/tex/latex/etoolbox/")
+ (base32
+ "1qg4x5r4ibinl6zy5lq70lv4zcrjsn54n6hwv31k5kl7mwv0mvr3")
+ #:trivial? #t))
(home-page "https://www.ctan.org/pkg/etoolbox")
(synopsis "e-TeX tools for LaTeX")
(description
@@ -4162,6 +4145,9 @@ some LaTeX kernel commands; nevertheless, the package
will not modify any part
of the LaTeX kernel.")
(license license:lppl1.3+)))
+(define-public texlive-latex-etoolbox
+ (deprecated-package "texlive-latex-etoolbox" texlive-etoolbox))
+
(define-public texlive-latex-fncychap
(package
(name "texlive-latex-fncychap")
- 70/110: gnu: Add texlive-hyphen-turkmen., (continued)
- 70/110: gnu: Add texlive-hyphen-turkmen., guix-commits, 2019/07/24
- 72/110: gnu: Add texlive-hyphen-uppersorbian., guix-commits, 2019/07/24
- 81/110: gnu: Add texlive-cm-super., guix-commits, 2019/07/24
- 79/110: gnu: Add texlive-fontinst., guix-commits, 2019/07/24
- 77/110: gnu: Add texlive-latexconfig., guix-commits, 2019/07/24
- 80/110: gnu: Add texlive-mflogo-font., guix-commits, 2019/07/24
- 76/110: gnu: Add texlive-etex., guix-commits, 2019/07/24
- 82/110: gnu: texlive-fontname: Simplify., guix-commits, 2019/07/24
- 85/110: gnu: Add texlive-graphics-def., guix-commits, 2019/07/24
- 86/110: gnu: Add texlive-graphics-cfg., guix-commits, 2019/07/24
- 93/110: gnu: Add texlive-etoolbox.,
guix-commits <=
- 83/110: gnu: Add texlive-lm., guix-commits, 2019/07/24
- 84/110: gnu: Add texlive-epsf., guix-commits, 2019/07/24
- 90/110: gnu: Add texlive-pstool., guix-commits, 2019/07/24
- 91/110: gnu: Add texlive-seminar., guix-commits, 2019/07/24
- 95/110: gnu: texlive-bin: Include scripts., guix-commits, 2019/07/24
- 92/110: gnu: Add texlive-doi., guix-commits, 2019/07/24
- 94/110: gnu: Add texlive-kpathsea., guix-commits, 2019/07/24
- 102/110: gnu: Add texlive-txfonts., guix-commits, 2019/07/24
- 103/110: gnu: Add texlive-xypic., guix-commits, 2019/07/24
- 99/110: gnu: Replace uses of texlive-*-amsfonts., guix-commits, 2019/07/24