[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
90/111: gnu: Add texlive-pstool.
From: |
guix-commits |
Subject: |
90/111: gnu: Add texlive-pstool. |
Date: |
Tue, 16 Jul 2019 09:21:10 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 859034ad0474bf623d0d5b4ab24efd52acb1781c
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 14 23:05:48 2019 +0200
gnu: Add texlive-pstool.
* gnu/packages/tex.scm (texlive-pstool): New variable.
(texlive-latex-pstool): 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 3d2b610..f564225 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3957,32 +3957,15 @@ package options. A specialized system for setting
@code{PSTricks} keys is
provided by the @code{pst-xkey} package.")
(license license:lppl1.3+)))
-(define-public texlive-latex-pstool
+(define-public texlive-pstool
(package
- (name "texlive-latex-pstool")
- (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/pstool"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1h816jain8c9nky75kk8pmmwj5b4yf9dpqvdvi2l6jhfj5iqkzr8"))))
- (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/pstool")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
+ (inherit (simple-texlive-package
+ "texlive-pstool"
+ (list "/doc/latex/pstool/"
+ "/tex/latex/pstool/")
+ (base32
+ "12clzcw2cl7g2chr2phgmmiwxw4859cln1gbx1wgp8bl9iw590nc")
+ #:trivial? #t))
(propagated-inputs
`(("texlive-latex-bigfoot" ,texlive-latex-bigfoot) ; for suffix
("texlive-latex-filemod" ,texlive-latex-filemod)
@@ -4003,6 +3986,9 @@ drastically speeding up compilation time when only a
single figure needs
re-processing.")
(license license:lppl)))
+(define-public texlive-latex-pstool
+ (deprecated-package "texlive-latex-pstool" texlive-pstool))
+
(define-public texlive-latex-seminar
(package
(name "texlive-latex-seminar")
- 70/111: gnu: Add texlive-hyphen-turkmen., (continued)
- 70/111: gnu: Add texlive-hyphen-turkmen., guix-commits, 2019/07/16
- 74/111: gnu: Add texlive-ukrhyph., guix-commits, 2019/07/16
- 75/111: gnu: Add texlive-ruhyphen., guix-commits, 2019/07/16
- 76/111: gnu: Add texlive-etex., guix-commits, 2019/07/16
- 78/111: gnu: Add texlive-docstrip., guix-commits, 2019/07/16
- 79/111: gnu: Add texlive-fontinst., guix-commits, 2019/07/16
- 80/111: gnu: Add texlive-mflogo-font., guix-commits, 2019/07/16
- 83/111: gnu: Add texlive-lm., guix-commits, 2019/07/16
- 81/111: gnu: Add texlive-cm-super., guix-commits, 2019/07/16
- 77/111: gnu: Add texlive-latexconfig., guix-commits, 2019/07/16
- 90/111: gnu: Add texlive-pstool.,
guix-commits <=
- 89/111: gnu: Add texlive-filemod., guix-commits, 2019/07/16
- 93/111: gnu: Add texlive-etoolbox., guix-commits, 2019/07/16
- 94/111: gnu: Add texlive-kpathsea., guix-commits, 2019/07/16
- 84/111: gnu: Add texlive-epsf., guix-commits, 2019/07/16
- 85/111: gnu: Add texlive-graphics-def., guix-commits, 2019/07/16
- 82/111: gnu: texlive-fontname: Simplify., guix-commits, 2019/07/16
- 91/111: gnu: Add texlive-seminar., guix-commits, 2019/07/16
- 92/111: gnu: Add texlive-doi., guix-commits, 2019/07/16
- 95/111: gnu: texlive-bin: Include scripts., guix-commits, 2019/07/16
- 86/111: gnu: Add texlive-graphics-cfg., guix-commits, 2019/07/16