[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
322/452: gnu: texlive-epsf: Refresh package definition.
From: |
guix-commits |
Subject: |
322/452: gnu: texlive-epsf: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:50 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit bda2ca6b47f6f2e3266de5df8e9d331836e87930
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 22:34:42 2023 +0200
gnu: texlive-epsf: Refresh package definition.
* gnu/packages/tex.scm (texlive-epsf): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 933c564b10..cd18118daf 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3608,14 +3608,16 @@ one before, and one after the final
@code{\\clearpage}.")
(define-public texlive-epsf
(package
- (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")
+ (name "texlive-epsf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/epsf/" "tex/generic/epsf/")
+ (base32
+ "03jcf0kqh47is965d2590miwj7d5kif3c4mgsnvkyl664jzjkh92")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/epsf")
(synopsis "Simple macros for EPS inclusion")
(description
"This package provides the original (and now obsolescent) graphics
- 263/452: gnu: texlive-intcalc: Refresh package definition., (continued)
- 263/452: gnu: texlive-intcalc: Refresh package definition., guix-commits, 2023/06/09
- 279/452: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/06/09
- 281/452: gnu: Add texlive-hopatch., guix-commits, 2023/06/09
- 280/452: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/06/09
- 285/452: gnu: texlive-oberdiek: Refresh package definition., guix-commits, 2023/06/09
- 303/452: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/06/09
- 304/452: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/06/09
- 311/452: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/06/09
- 309/452: gnu: texlive-tipa: Refresh package definition., guix-commits, 2023/06/09
- 318/452: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/06/09
- 322/452: gnu: texlive-epsf: Refresh package definition.,
guix-commits <=
- 327/452: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/06/09
- 331/452: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/06/09
- 336/452: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/06/09
- 337/452: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/06/09
- 340/452: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/06/09
- 346/452: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/06/09
- 350/452: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/06/09
- 357/452: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/09
- 369/452: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 375/452: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09