[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
188/452: gnu: texlive-utopia: Refresh package definition.
From: |
guix-commits |
Subject: |
188/452: gnu: texlive-utopia: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:20 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 677063a25f368d2406d8f2deb1a35620c14ec2fa
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 b91f1d25f0..9ec562dfd9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11190,23 +11190,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"))))
- 113/452: gnu: texlive-latex-textpos -> texlive-textpos., (continued)
- 113/452: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/06/09
- 134/452: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/06/09
- 154/452: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/09
- 35/452: gnu: Add texlive-subfig., guix-commits, 2023/06/09
- 150/452: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/06/09
- 175/452: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/09
- 171/452: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/06/09
- 182/452: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/06/09
- 185/452: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/09
- 184/452: gnu: Add texlive-etextools., guix-commits, 2023/06/09
- 188/452: gnu: texlive-utopia: Refresh package definition.,
guix-commits <=
- 202/452: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/06/09
- 218/452: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/06/09
- 208/452: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/06/09
- 219/452: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/06/09
- 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