[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/110: gnu: Add texlive-doi.
From: |
guix-commits |
Subject: |
92/110: gnu: Add texlive-doi. |
Date: |
Mon, 22 Jul 2019 15:25:50 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit ab90c4ddb8de9729e8b506061d9b54570a2d4162
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 14 23:13:05 2019 +0200
gnu: Add texlive-doi.
* gnu/packages/tex.scm (texlive-doi): New variable.
(texlive-latex-doi): 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 ca22583..7c7eef0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4100,32 +4100,15 @@ space-stripped macros.")
to something that's not a float.")
(license license:lppl)))
-(define-public texlive-latex-doi
+(define-public texlive-doi
(package
- (name "texlive-latex-doi")
- (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/doi"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0378rdmrgr2lzbfi4qqy4dfpj5im20diyd8z8b9m4mlg05r7wgnb"))))
- (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/doi")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
+ (inherit (simple-texlive-package
+ "texlive-doi"
+ (list "/doc/latex/doi/README"
+ "/tex/latex/doi/")
+ (base32
+ "17lnnhfmb8g4nh4fnyc9616h8xg3vjrzmlvfmlfqwwlfpma9xnnw")
+ #:trivial? #t))
(home-page "https://www.ctan.org/pkg/doi")
(synopsis "Create correct hyperlinks for DOI numbers")
(description
@@ -4138,6 +4121,9 @@ hyperlink to the target of the DOI.")
;; Any version of the LPPL.
(license license:lppl1.3+)))
+(define-public texlive-latex-doi
+ (deprecated-package "texlive-latex-doi" texlive-doi))
+
(define-public texlive-latex-etoolbox
(package
(name "texlive-latex-etoolbox")
- 86/110: gnu: Add texlive-graphics-cfg., (continued)
- 86/110: gnu: Add texlive-graphics-cfg., guix-commits, 2019/07/22
- 82/110: gnu: texlive-fontname: Simplify., guix-commits, 2019/07/22
- 85/110: gnu: Add texlive-graphics-def., guix-commits, 2019/07/22
- 83/110: gnu: Add texlive-lm., guix-commits, 2019/07/22
- 89/110: gnu: Add texlive-filemod., guix-commits, 2019/07/22
- 90/110: gnu: Add texlive-pstool., guix-commits, 2019/07/22
- 87/110: gnu: texlive-latex-graphics: Simplify., guix-commits, 2019/07/22
- 84/110: gnu: Add texlive-epsf., guix-commits, 2019/07/22
- 93/110: gnu: Add texlive-etoolbox., guix-commits, 2019/07/22
- 91/110: gnu: Add texlive-seminar., guix-commits, 2019/07/22
- 92/110: gnu: Add texlive-doi.,
guix-commits <=
- 99/110: gnu: Replace uses of texlive-*-amsfonts., guix-commits, 2019/07/22
- 102/110: gnu: Add texlive-txfonts., guix-commits, 2019/07/22
- 101/110: gnu: Add texlive-ae., guix-commits, 2019/07/22
- 94/110: gnu: Add texlive-kpathsea., guix-commits, 2019/07/22
- 95/110: gnu: texlive-bin: Include scripts., guix-commits, 2019/07/22
- 100/110: gnu: texlive-fonts-ec: Update license URL., guix-commits, 2019/07/22
- 110/110: gnu: Add texlive-beamer., guix-commits, 2019/07/22
- 98/110: gnu: Add texlive-amsfonts., guix-commits, 2019/07/22
- 97/110: gnu: texlive-latex-base: Simplify., guix-commits, 2019/07/22
- 105/110: gnu: Add texlive-charter., guix-commits, 2019/07/22