[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
188/435: gnu: texlive-utopia: Refresh package definition.
From: |
guix-commits |
Subject: |
188/435: gnu: texlive-utopia: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:39:41 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 7d2407cc2430297a2624b8f7caa7f69c5cf2719d
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"))))
- 410/435: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., (continued)
- 410/435: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/06/06
- 417/435: gnu: texlive-texmf: Improve package style., guix-commits, 2023/06/06
- 421/435: gnu: Add texlive-tex., guix-commits, 2023/06/06
- 434/435: gnu: Clear or deprecate hyphen-related texlive packages or functions., guix-commits, 2023/06/06
- 132/435: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/06/06
- 141/435: gnu: Add texlive-xetexconfig., guix-commits, 2023/06/06
- 143/435: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/06/06
- 154/435: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/06
- 161/435: gnu: Add texlive-kantlipsum., guix-commits, 2023/06/06
- 164/435: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/06/06
- 188/435: gnu: texlive-utopia: Refresh package definition.,
guix-commits <=
- 203/435: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/06/06
- 193/435: gnu: texlive-fpl: Refresh package definition., guix-commits, 2023/06/06
- 196/435: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/06/06
- 197/435: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/06/06
- 207/435: gnu: texlive-pst-text: Refresh package definition., guix-commits, 2023/06/06
- 210/435: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/06/06
- 218/435: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/06/06
- 245/435: gnu: texlive-polyglossia: Refresh package definition., guix-commits, 2023/06/06
- 231/435: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/06/06
- 239/435: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/06/06