[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
187/435: gnu: texlive-mweights: Refresh package definition.
From: |
guix-commits |
Subject: |
187/435: gnu: texlive-mweights: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:39:40 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e8bb0458f0e9fb049d14a31c3884ede88651604a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 18:54:35 2023 +0200
gnu: texlive-mweights: Refresh package definition.
* gnu/packages/tex.scm (texlive-mweights): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 33 ++++++++++++++++++---------------
1 file changed, 18 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4c3e228975..a34fce60b4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11263,22 +11263,25 @@ footnote style author/affiliation input in the
@command{\\author} command,
(define-public texlive-mweights
(package
- (inherit (simple-texlive-package
- "texlive-mweights"
- (list "/doc/latex/mweights/"
- "/tex/latex/mweights/")
- (base32
- "12493g3yz06mhiybnphqbp49fjzy36clzw63b74mkfhsg1pq7h1b")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/mweights")
+ (name "texlive-mweights")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mweights/" "tex/latex/mweights/")
+ (base32
+ "12493g3yz06mhiybnphqbp49fjzy36clzw63b74mkfhsg1pq7h1b")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mweights")
(synopsis "Support for multiple-weight font packages")
- (description "Many font families available for use with LaTeX are
-available at multiple weights. Many Type 1-oriented support packages
-for such fonts re-define the standard @code{\\mddefault} or
-@code{\\bfdefault} macros. This can create difficulties if the weight
-desired for one font family is not available for another font family,
-or if it differs from the weight desired for another font family. The
-@code{mweights} package provides a solution to these difficulties.")
+ (description
+ "Many font families available for use with LaTeX are available at
+multiple weights. Many Type 1-oriented support packages for such fonts
+re-define the standard @code{\\mddefault} or @code{\\bfdefault} macros. This
+can create difficulties if the weight desired for one font family isn't
+available for another font family, or if it differs from the weight desired
+for another font family. The package provides a solution to these
+difficulties.")
(license license:lppl)))
(define-public texlive-cabin
- 165/435: gnu: texlive-lineno: Refresh package definition., (continued)
- 165/435: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/06/06
- 167/435: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/06/06
- 169/435: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/06/06
- 172/435: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/06
- 175/435: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/06
- 177/435: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/06/06
- 181/435: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/06
- 182/435: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/06/06
- 183/435: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/06/06
- 184/435: gnu: Add texlive-etextools., guix-commits, 2023/06/06
- 187/435: gnu: texlive-mweights: Refresh package definition.,
guix-commits <=
- 190/435: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/06/06
- 192/435: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/06/06
- 191/435: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/06/06
- 194/435: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/06/06
- 195/435: gnu: texlive-mathpazo: Refresh package definition., guix-commits, 2023/06/06
- 199/435: gnu: texlive-microtype: Refresh package definition., guix-commits, 2023/06/06
- 198/435: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/06/06
- 211/435: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/06/06
- 213/435: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/06/06
- 219/435: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/06/06