[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
322/458: gnu: texlive-epsf: Refresh package definition.
From: |
guix-commits |
Subject: |
322/458: gnu: texlive-epsf: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:23:09 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 1558a26416dd222271ddeb2524db1f2106923243
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
- 334/458: gnu: texlive-mflogo-font: Refresh package definition., (continued)
- 334/458: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/06/14
- 278/458: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/06/14
- 302/458: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/06/14
- 287/458: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/06/14
- 280/458: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/06/14
- 310/458: gnu: Add texlive-cmexb., guix-commits, 2023/06/14
- 290/458: gnu: texlive-txfonts: Refresh package definition., guix-commits, 2023/06/14
- 299/458: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/06/14
- 324/458: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/06/14
- 321/458: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/06/14
- 322/458: gnu: texlive-epsf: Refresh package definition.,
guix-commits <=
- 330/458: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/06/14
- 366/458: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 352/458: gnu: Add texlive-manfnt., guix-commits, 2023/06/14
- 373/458: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 379/458: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 365/458: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 362/458: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 355/458: gnu: Add texlive-luatex., guix-commits, 2023/06/14
- 386/458: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 397/458: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/06/14