[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
305/452: gnu: texlive-calrsfs: Refresh package definition.
From: |
guix-commits |
Subject: |
305/452: gnu: texlive-calrsfs: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:46 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 281a5613135828652d1ef8d54c95dd42ae6a9c55
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 17:30:44 2023 +0200
gnu: texlive-calrsfs: Refresh package definition.
* gnu/packages/tex.scm (texlive-calrsfs): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4d30e7bf2a..1c73cf366e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6061,15 +6061,19 @@ including files to the root of the tree). The package
supersedes FiNK.")
(define-public texlive-calrsfs
(package
- (inherit
- (simple-texlive-package
- "texlive-calrsfs"
- (list "doc/latex/calrsfs/" "tex/latex/calrsfs/")
- (base32 "0aqa0k0zzzicx5nynd29i9pdb7a4j6fvf1xwrbm4qg64pl55i6xa")
- #:trivial? #t))
- (home-page "https://ctan.org/macros/latex/contrib/calrsfs")
+ (name "texlive-calrsfs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/calrsfs/" "tex/latex/calrsfs/")
+ (base32
+ "0aqa0k0zzzicx5nynd29i9pdb7a4j6fvf1xwrbm4qg64pl55i6xa")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/calrsfs")
(synopsis "Copperplate calligraphic letters in LaTeX")
- (description "This package provides a math interface to the Rsfs fonts.")
+ (description "This package provides a maths interface to the @code{rsfs}
+fonts.")
(license license:public-domain)))
(define-public texlive-capt-of
- 226/452: gnu: texlive-xmltex: Fix build., (continued)
- 226/452: gnu: texlive-xmltex: Fix build., guix-commits, 2023/06/09
- 240/452: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/06/09
- 242/452: gnu: texlive-bidi: Fix build., guix-commits, 2023/06/09
- 247/452: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/06/09
- 249/452: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/06/09
- 277/452: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/06/09
- 275/452: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/06/09
- 270/452: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/06/09
- 254/452: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/06/09
- 294/452: gnu: texlive-zhspacing: Refresh package definition., guix-commits, 2023/06/09
- 305/452: gnu: texlive-calrsfs: Refresh package definition.,
guix-commits <=
- 306/452: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/06/09
- 315/452: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/06/09
- 354/452: gnu: Add texlive-mptopdf., guix-commits, 2023/06/09
- 361/452: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/06/09
- 359/452: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 19/452: gnu: Add texlive-xfor., guix-commits, 2023/06/09
- 53/452: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/06/09
- 59/452: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/06/09
- 62/452: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/06/09
- 71/452: gnu: texlive-zref: Fix build., guix-commits, 2023/06/09