[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
187/418: gnu: texlive-mweights: Refresh package definition.
From: |
guix-commits |
Subject: |
187/418: gnu: texlive-mweights: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:12 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 4652ee6ebb84f0485fee2a8fa808a1aca6f7a76b
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
- 266/418: gnu: texlive-ltxcmds: Refresh package definition., (continued)
- 266/418: gnu: texlive-ltxcmds: Refresh package definition., guix-commits, 2023/05/29
- 273/418: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/05/29
- 280/418: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/05/29
- 284/418: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/05/29
- 293/418: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/05/29
- 76/418: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/05/29
- 111/418: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/05/29
- 112/418: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/05/29
- 113/418: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/29
- 181/418: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/05/29
- 187/418: gnu: texlive-mweights: Refresh package definition.,
guix-commits <=
- 192/418: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/05/29
- 196/418: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/29
- 197/418: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/05/29
- 199/418: gnu: texlive-microtype: Refresh package definition., guix-commits, 2023/05/29
- 202/418: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/05/29
- 205/418: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/05/29
- 231/418: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/05/29
- 227/418: gnu: texlive-pict2e: Refresh package definition., guix-commits, 2023/05/29
- 219/418: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/05/29
- 218/418: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/05/29