[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
191/409: gnu: texlive-mathdesign: Refresh package definition.
From: |
guix-commits |
Subject: |
191/409: gnu: texlive-mathdesign: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:45 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 6507fe5e12c93a76a5ed08d792ae642e926f9e00
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 19:05:24 2023 +0200
gnu: texlive-mathdesign: Refresh package definition.
* gnu/packages/tex.scm (texlive-mathdesign): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-GRAPHICS, texlive-XKEYVAL.
[license]: Set to GPL3+.
---
gnu/packages/tex.scm | 67 +++++++++++++++++++++++++++++++++++-----------------
1 file changed, 45 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 733e48139b..183faaef71 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11124,29 +11124,52 @@ support packages. Others are cmbright, hvmath and
kerkis.")
(define-public texlive-mathdesign
(package
- (inherit (simple-texlive-package
- "texlive-mathdesign"
- (list "/doc/fonts/mathdesign/"
- "/dvips/mathdesign/"
- "/fonts/enc/dvips/mathdesign/"
- "/fonts/map/dvips/mathdesign/"
- "/fonts/tfm/public/mathdesign/"
- "/fonts/type1/public/mathdesign/"
- "/fonts/vf/public/mathdesign/"
- "/tex/latex/mathdesign/")
- (base32
- "0jcby2sd0l3ank2drxc0qcf5d1cwa8idzh4g91h4nxk8zrzxj8nr")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/mathdesign")
+ (name "texlive-mathdesign")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/mathdesign/"
+ "dvips/mathdesign/"
+ "fonts/enc/dvips/mathdesign/"
+ "fonts/map/dvips/mathdesign/"
+ "fonts/tfm/public/mathdesign/mdbch/"
+ "fonts/tfm/public/mathdesign/mdgreek/"
+ "fonts/tfm/public/mathdesign/mdici/"
+ "fonts/tfm/public/mathdesign/mdpgd/"
+ "fonts/tfm/public/mathdesign/mdpus/"
+ "fonts/tfm/public/mathdesign/mdput/"
+ "fonts/tfm/public/mathdesign/mdugm/"
+ "fonts/type1/public/mathdesign/mdbch/"
+ "fonts/type1/public/mathdesign/mdici/"
+ "fonts/type1/public/mathdesign/mdpgd/"
+ "fonts/type1/public/mathdesign/mdpus/"
+ "fonts/type1/public/mathdesign/mdput/"
+ "fonts/type1/public/mathdesign/mdugm/"
+ "fonts/vf/public/mathdesign/mdbch/"
+ "fonts/vf/public/mathdesign/mdgreek/"
+ "fonts/vf/public/mathdesign/mdici/"
+ "fonts/vf/public/mathdesign/mdpgd/"
+ "fonts/vf/public/mathdesign/mdpus/"
+ "fonts/vf/public/mathdesign/mdput/"
+ "fonts/vf/public/mathdesign/mdugm/"
+ "tex/latex/mathdesign/")
+ (base32
+ "0jcby2sd0l3ank2drxc0qcf5d1cwa8idzh4g91h4nxk8zrzxj8nr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-graphics
+ texlive-xkeyval))
+ (home-page "https://ctan.org/pkg/mathdesign")
(synopsis "Mathematical fonts to fit with particular text fonts")
- (description "The Math Design project offers free mathematical
-fonts that match with existing text fonts. To date, three free font
-families are available: Adobe Utopia, URW Garamond and Bitstream
-Charter. Mathdesign covers the whole LaTeX glyph set including AMS
-symbols. Both roman and bold versions of these symbols can be used.
-Moreover, there is a choice between three greek fonts (two of them
-created by the Greek Font Society).")
- (license license:gpl2+)))
+ (description
+ "The Math Design project offers mathematical fonts that match with
+existing text fonts. To date, three free font families are available: Adobe
+Utopia, URW Garamond and Bitstream Charter. Mathdesign covers the whole LaTeX
+glyph set including AMS symbols. Both roman and bold versions of these
+symbols can be used. Moreover, there is a choice between three greek
+fonts (two of them created by the Greek Font Society).")
+ (license license:gpl3+)))
(define-public texlive-bera
(package
- 125/409: gnu: texlive-wasysym: Refresh package definition., (continued)
- 125/409: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/05/20
- 130/409: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/05/20
- 134/409: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/05/20
- 139/409: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/05/20
- 151/409: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/05/20
- 166/409: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/20
- 172/409: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/05/20
- 183/409: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/05/20
- 185/409: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/05/20
- 189/409: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/05/20
- 191/409: gnu: texlive-mathdesign: Refresh package definition.,
guix-commits <=
- 193/409: gnu: texlive-fpl: Refresh package definition., guix-commits, 2023/05/20
- 198/409: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/05/20
- 202/409: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/05/20
- 215/409: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/05/20
- 219/409: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/05/20
- 223/409: gnu: texlive-paralist: Fix build., guix-commits, 2023/05/20
- 225/409: gnu: Add texlive-xmltexconfig., guix-commits, 2023/05/20
- 269/409: gnu: Add texlive-colorprofiles., guix-commits, 2023/05/20
- 273/409: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/05/20
- 280/409: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/05/20