[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
187/452: gnu: texlive-mweights: Refresh package definition.
From: |
guix-commits |
Subject: |
187/452: gnu: texlive-mweights: 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 0873e1cb6f5a8e133145399e56d5cda3ec1a1630
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 1ac9069578..b91f1d25f0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11255,22 +11255,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
- 441/452: gnu: Add texlive-collection-basic., (continued)
- 441/452: gnu: Add texlive-collection-basic., guix-commits, 2023/06/09
- 447/452: gnu: Add texlive-pagesel., guix-commits, 2023/06/09
- 445/452: gnu: Add texlive-mfnfss., guix-commits, 2023/06/09
- 442/452: gnu: Add texlive-babelbib., guix-commits, 2023/06/09
- 446/452: gnu: Add texlive-ltxmisc., guix-commits, 2023/06/09
- 152/452: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/06/09
- 161/452: gnu: Add texlive-kantlipsum., guix-commits, 2023/06/09
- 170/452: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/09
- 183/452: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/06/09
- 165/452: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/06/09
- 187/452: gnu: texlive-mweights: Refresh package definition.,
guix-commits <=
- 192/452: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/06/09
- 196/452: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/06/09
- 203/452: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/06/09
- 201/452: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/06/09
- 204/452: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/06/09
- 212/452: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/06/09
- 214/452: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/06/09
- 216/452: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/06/09
- 217/452: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/06/09
- 222/452: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/06/09