[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
194/421: gnu: texlive-utopia: Refresh package definition.
From: |
guix-commits |
Subject: |
194/421: gnu: texlive-utopia: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:29:57 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 34819dd95c1212360446962f203044c44052692e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 18:58:38 2023 +0200
gnu: texlive-utopia: Refresh package definition.
* gnu/packages/tex.scm (texlive-utopia): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 34 ++++++++++++++++++----------------
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a34fce60b4..5e3f6c1111 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11198,23 +11198,25 @@ trademark of Adobe Systems Incorporated.")
(define-public texlive-utopia
(package
- (inherit (simple-texlive-package
- "texlive-utopia"
- (list "/doc/fonts/utopia/"
- "/fonts/afm/adobe/utopia/"
- "/fonts/tfm/adobe/utopia/"
- "/fonts/type1/adobe/utopia/"
- "/fonts/vf/adobe/utopia/")
- (base32
- "113wgkfz4z0ls2grxxfj17l42a1yv9r5ipcd0156xnfsrqvqzxfc")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/utopia")
+ (name "texlive-utopia")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/utopia/" "fonts/afm/adobe/utopia/"
+ "fonts/tfm/adobe/utopia/"
+ "fonts/type1/adobe/utopia/"
+ "fonts/vf/adobe/utopia/")
+ (base32
+ "113wgkfz4z0ls2grxxfj17l42a1yv9r5ipcd0156xnfsrqvqzxfc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/utopia")
(synopsis "Adobe Utopia fonts")
- (description "The Adobe Standard Encoding set of the Utopia font
-family, as contributed to the X Consortium. The set comprises upright
-and italic shapes in medium and bold weights. Macro support and
-matching maths fonts are provided by the @code{fourier} and
-@code{mathdesign} font packages.")
+ (description
+ "The Adobe Standard Encoding set of the Utopia font family, as
+contributed by the X Consortium. The set comprises upright and italic shapes
+in medium and bold weights. Macro support and matching maths fonts are
+provided by the @code{fourier} and the @code{mathdesign} font packages.")
(license (license:fsf-free
"http://mirrors.ctan.org/fonts/utopia/README"))))
- 162/421: gnu: texlive-datetime2: Refresh package definition., (continued)
- 162/421: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/28
- 172/421: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/28
- 176/421: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/05/28
- 180/421: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/28
- 186/421: gnu: Add texlive-listngsutf8., guix-commits, 2023/05/28
- 187/421: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/05/28
- 188/421: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/05/28
- 190/421: gnu: Add texlive-etextools., guix-commits, 2023/05/28
- 191/421: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/05/28
- 193/421: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/05/28
- 194/421: gnu: texlive-utopia: Refresh package definition.,
guix-commits <=
- 195/421: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/05/28
- 198/421: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/05/28
- 200/421: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/28
- 201/421: gnu: texlive-mathpazo: Refresh package definition., guix-commits, 2023/05/28
- 152/421: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/28
- 164/421: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/05/28
- 179/421: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/05/28
- 204/421: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/05/28
- 276/421: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/05/28
- 284/421: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/05/28