[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
409/418: gnu: Add texlive-knuth-local.
From: |
guix-commits |
Subject: |
409/418: gnu: Add texlive-knuth-local. |
Date: |
Mon, 29 May 2023 17:39:48 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3ed93076fdbf80e3bcec49a913035e24a5fcc37c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 27 17:57:17 2023 +0200
gnu: Add texlive-knuth-local.
* gnu/packages/tex.scm (texlive-knuth-local): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 42016e7da6..ff624bef77 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1463,6 +1463,28 @@ Knuth, including the plain format, plain base, and the
MF logo fonts.")
(define-deprecated-package texlive-fonts-knuth-lib texlive-knuth-lib)
+(define-public texlive-knuth-local
+ (package
+ (name "texlive-knuth-local")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "fonts/source/public/knuth-local/"
+ "fonts/tfm/public/knuth-local/"
+ "mft/knuth-local/" "tex/plain/knuth-local/")
+ (base32
+ "02cf32f57fr6bngiv9xiw8bh4sq53p9br034ap74s80h3bgcmn1f")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/knuth-local")
+ (native-inputs
+ (list texlive-knuth-lib texlive-metafont))
+ (synopsis "Knuth's local information")
+ (description
+ "This package provides a collection of experimental programs and
+developments based on, or complementary to, the matter in his distribution
+directories.")
+ (license license:public-domain)))
+
(define-public texlive-latex-fonts
(package
(name "texlive-latex-fonts")
- 348/418: gnu: texlive-hyphen-base: Refresh package definition., (continued)
- 348/418: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/05/29
- 352/418: gnu: Add texlive-manfnt., guix-commits, 2023/05/29
- 354/418: gnu: Add texlive-mptopdf., guix-commits, 2023/05/29
- 361/418: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/05/29
- 411/418: guix: import: Fix Creative Common licenses in texlive importer., guix-commits, 2023/05/29
- 375/418: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 399/418: gnu: texlive-eurosym: Fix build., guix-commits, 2023/05/29
- 405/418: gnu: texlive-lh: Fix build., guix-commits, 2023/05/29
- 378/418: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 371/418: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 409/418: gnu: Add texlive-knuth-local.,
guix-commits <=
- 374/418: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 376/418: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 389/418: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/05/29
- 372/418: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 377/418: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 416/418: gnu: faif: Update texlive package names., guix-commits, 2023/05/29
- 407/418: gnu: Add texlive-sansmathfonts., guix-commits, 2023/05/29
- 403/418: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/05/29
- 373/418: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 394/418: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/05/29