[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/102: gnu: Add texlive-doi.
From: |
guix-commits |
Subject: |
92/102: gnu: Add texlive-doi. |
Date: |
Mon, 15 Jul 2019 16:42:40 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit c938859d0fc16234143805138c02a1f46b496c9f
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 9d4f43e..91d8737 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4079,32 +4079,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
@@ -4117,6 +4100,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")
- 81/102: gnu: Add texlive-cm-super., (continued)
- 81/102: gnu: Add texlive-cm-super., guix-commits, 2019/07/15
- 101/102: gnu: Add texlive-ae., guix-commits, 2019/07/15
- 90/102: gnu: Add texlive-pstool., guix-commits, 2019/07/15
- 99/102: gnu: Replace uses of texlive-*-amsfonts., guix-commits, 2019/07/15
- 100/102: gnu: texlive-fonts-ec: Update license URL., guix-commits, 2019/07/15
- 98/102: gnu: Add texlive-amsfonts., guix-commits, 2019/07/15
- 82/102: gnu: texlive-fontname: Simplify., guix-commits, 2019/07/15
- 84/102: gnu: Add texlive-epsf., guix-commits, 2019/07/15
- 79/102: gnu: Add texlive-fontinst., guix-commits, 2019/07/15
- 74/102: gnu: Add texlive-ukrhyph., guix-commits, 2019/07/15
- 92/102: gnu: Add texlive-doi.,
guix-commits <=
- 89/102: gnu: Add texlive-filemod., guix-commits, 2019/07/15
- 69/102: gnu: Add texlive-hyphen-turkish., guix-commits, 2019/07/15
- 87/102: gnu: texlive-latex-graphics: Simplify., guix-commits, 2019/07/15
- 91/102: gnu: Add texlive-seminar., guix-commits, 2019/07/15
- 94/102: gnu: Add texlive-kpathsea., guix-commits, 2019/07/15
- 93/102: gnu: Add texlive-etoolbox., guix-commits, 2019/07/15
- 80/102: gnu: Add texlive-mflogo-font., guix-commits, 2019/07/15
- 95/102: gnu: texlive-bin: Include scripts., guix-commits, 2019/07/15
- 102/102: WIP texlive-tlpdb: Init, guix-commits, 2019/07/15
- 97/102: gnu: texlive-latex-base: Simplify., guix-commits, 2019/07/15