[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
84/111: gnu: Add texlive-epsf.
From: |
guix-commits |
Subject: |
84/111: gnu: Add texlive-epsf. |
Date: |
Tue, 16 Jul 2019 09:21:09 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 761a902a703f423736de7a9fe8d1838fe53516df
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 14 22:42:43 2019 +0200
gnu: Add texlive-epsf.
* gnu/packages/tex.scm (texlive-epsf): New variable.
(texlive-generic-epsf): 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 2e76043..e651ad9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2758,32 +2758,15 @@ so that other code can determine that it is running
under XeTeX. The package
requires the e-TeX extensions to the TeX primitive set.")
(license license:lppl1.3c+)))
-(define-public texlive-generic-epsf
+(define-public texlive-epsf
(package
- (name "texlive-generic-epsf")
- (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/generic/epsf"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "14w3j81ympyvg8hkk9i1xgr8a0gfnfsb2ki8qqsk5pa051za1xcy"))))
- (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/generic/epfs")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
+ (inherit (simple-texlive-package
+ "texlive-epsf"
+ (list "/doc/generic/epsf/"
+ "/tex/generic/epsf/")
+ (base32
+ "03jcf0kqh47is965d2590miwj7d5kif3c4mgsnvkyl664jzjkh92")
+ #:trivial? #t))
(home-page "https://www.ctan.org/pkg/epsf";)
(synopsis "Simple macros for EPS inclusion")
(description
@@ -2795,6 +2778,9 @@ bundle of packages. (The latex-graphics bundle is also
available to Plain TeX
users, via its Plain TeX version.)")
(license license:public-domain)))
+(define-public texlive-generic-epsf
+ (deprecated-package "texlive-generic-epsf" texlive-epsf))
+
(define-public texlive-latex-fancyvrb
(package
(name "texlive-latex-fancyvrb")
- 78/111: gnu: Add texlive-docstrip., (continued)
- 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, 2019/07/16
- 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 <=
- 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
- 88/111: gnu: Add texlive-url., guix-commits, 2019/07/16
- 99/111: gnu: Replace uses of texlive-*-amsfonts., guix-commits, 2019/07/16
- 87/111: gnu: texlive-latex-graphics: Simplify., guix-commits, 2019/07/16
- 98/111: gnu: Add texlive-amsfonts., guix-commits, 2019/07/16