[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
334/418: gnu: texlive-mflogo-font: Refresh package definition.
From: |
guix-commits |
Subject: |
334/418: gnu: texlive-mflogo-font: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:37 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b8ff1b10cfcd8a245ea18776237a738c946118ea
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 23:58:06 2023 +0200
gnu: texlive-mflogo-font: Refresh package definition.
* gnu/packages/tex.scm (texlive-mflogo-font): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d51bd598da..d565b841d2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1676,17 +1676,20 @@ logos in LaTeX documents.")
(define-public texlive-mflogo-font
(package
- (inherit (simple-texlive-package
- "texlive-mflogo-font"
- (list "/doc/fonts/mflogo-font/README"
- "/fonts/afm/hoekwater/mflogo-font/"
- "/fonts/map/dvips/mflogo-font/"
- "/fonts/type1/hoekwater/mflogo-font/")
- (base32
- "094mknjv8ki2pvj1zin0f1z4f1w12g0cfqjiqcsawjsry4yfrmbg")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/mflogo-font")
- (synopsis "Metafont logo font")
+ (name "texlive-mflogo-font")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/mflogo-font/"
+ "fonts/afm/hoekwater/mflogo-font/"
+ "fonts/map/dvips/mflogo-font/"
+ "fonts/type1/hoekwater/mflogo-font/")
+ (base32
+ "094mknjv8ki2pvj1zin0f1z4f1w12g0cfqjiqcsawjsry4yfrmbg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mflogo-font")
+ (synopsis "METAFONT logo font")
(description
"These fonts were created in METAFONT by Knuth, for his own publications.
At some stage, the letters P and S were added, so that the METAPOST logo could
- 314/418: gnu: texlive-lualibs: Refresh package definition., (continued)
- 314/418: gnu: texlive-lualibs: Refresh package definition., guix-commits, 2023/05/29
- 316/418: gnu: texlive-url: Refresh package definition., guix-commits, 2023/05/29
- 318/418: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/05/29
- 321/418: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/05/29
- 322/418: gnu: texlive-epsf: Refresh package definition., guix-commits, 2023/05/29
- 324/418: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/05/29
- 328/418: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/05/29
- 329/418: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/05/29
- 331/418: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/05/29
- 332/418: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/05/29
- 334/418: gnu: texlive-mflogo-font: Refresh package definition.,
guix-commits <=
- 335/418: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/05/29
- 340/418: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/05/29
- 343/418: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/05/29
- 336/418: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/05/29
- 339/418: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/05/29
- 344/418: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/05/29
- 350/418: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/05/29
- 346/418: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/05/29
- 349/418: gnu: texlive-underscore: Refresh package definition., guix-commits, 2023/05/29
- 355/418: gnu: Add texlive-luatex., guix-commits, 2023/05/29