[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: |
Fri, 2 Jun 2023 17:25:45 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 64b90fd2603df7993261bb463cd0960ae9c5ca6b
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 fdc8cb29ae..8cc29a6a22 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
- 258/418: gnu: texlive-bigintcalc: Refresh package definition., (continued)
- 258/418: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/06/02
- 260/418: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/06/02
- 268/418: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/06/02
- 269/418: gnu: Add texlive-colorprofiles., guix-commits, 2023/06/02
- 296/418: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/06/02
- 330/418: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/06/02
- 324/418: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/06/02
- 329/418: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/06/02
- 328/418: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/02
- 318/418: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/06/02
- 334/418: gnu: texlive-mflogo-font: Refresh package definition.,
guix-commits <=
- 340/418: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/06/02
- 357/418: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/02
- 363/418: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 337/418: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/06/02
- 360/418: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/06/02
- 371/418: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 377/418: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 380/418: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 393/418: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/06/02
- 396/418: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/02