[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
415/416: gnu: Add texlive-mfware.
From: |
guix-commits |
Subject: |
415/416: gnu: Add texlive-mfware. |
Date: |
Sun, 28 May 2023 02:33:44 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit fc3b84e59b294eb742724a7f0955a8cf244c0216
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 28 00:07:48 2023 +0200
gnu: Add texlive-mfware.
* gnu/packages/tex.scm (texlive-mfware): New variable.
---
gnu/packages/tex.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 93c3470e00..6a5bdcb91a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1563,6 +1563,36 @@ Taco Hoekwater.")
(define-deprecated-package texlive-fonts-mflogo-font texlive-mflogo-font)
+(define-public texlive-mfware
+ (package
+ (name "texlive-mfware")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/gftodvi.1"
+ "doc/man/man1/gftodvi.man1.pdf"
+ "doc/man/man1/gftopk.1"
+ "doc/man/man1/gftopk.man1.pdf"
+ "doc/man/man1/gftype.1"
+ "doc/man/man1/gftype.man1.pdf"
+ "doc/man/man1/mft.1"
+ "doc/man/man1/mft.man1.pdf"
+ "doc/man/man1/pktogf.1"
+ "doc/man/man1/pktogf.man1.pdf"
+ "doc/man/man1/pktype.1"
+ "doc/man/man1/pktype.man1.pdf"
+ "mft/base/")
+ (base32
+ "0v8i6w5kinh11xm0vmgb75sxb4lxznf3l1j78dq6xh55a79330ha")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mfware")
+ (synopsis "Supporting tools for use with Metafont")
+ (description
+ "This package provides a collection of programs (as web source) for
+processing the output of Metafont.")
+ (license license:public-domain)))
+
(define-public texlive-amsfonts
(package
(name "texlive-amsfonts")
- 397/416: gnu: texlive-amsfonts: Fix build., (continued)
- 397/416: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/05/28
- 399/416: gnu: texlive-eurosym: Fix build., guix-commits, 2023/05/28
- 401/416: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/05/28
- 405/416: gnu: texlive-lh: Fix build., guix-commits, 2023/05/28
- 406/416: gnu: texlive-xypic: Fix build., guix-commits, 2023/05/28
- 408/416: gnu: Add texlive-semaphor., guix-commits, 2023/05/28
- 409/416: gnu: Add texlive-knuth-local., guix-commits, 2023/05/28
- 411/416: guix: import: Fix Creative Common licenses in texlive importer., guix-commits, 2023/05/28
- 412/416: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/05/28
- 414/416: gnu: Add texlive-etex-pkg., guix-commits, 2023/05/28
- 415/416: gnu: Add texlive-mfware.,
guix-commits <=