[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
409/435: gnu: Add texlive-knuth-local.
From: |
guix-commits |
Subject: |
409/435: gnu: Add texlive-knuth-local. |
Date: |
Tue, 6 Jun 2023 11:40:34 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 2c699a95a8fd64a67a49e981205bd82c158e9dc2
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 d9b78457f9..61fdc2a701 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")
- 375/435: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 375/435: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 381/435: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 384/435: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 383/435: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 387/435: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 388/435: gnu: simple-texlive-package: Remove it., guix-commits, 2023/06/06
- 396/435: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/06
- 401/435: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/06
- 403/435: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/06/06
- 405/435: gnu: texlive-lh: Fix build., guix-commits, 2023/06/06
- 409/435: gnu: Add texlive-knuth-local.,
guix-commits <=
- 412/435: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/06/06
- 413/435: guix: import: Improve importing texlive meta packages., guix-commits, 2023/06/06
- 418/435: gnu: texlive: Improve package style., guix-commits, 2023/06/06
- 425/435: gnu: texlive-babel: Do not rely on TEXLIVE-LATEX-BASE., guix-commits, 2023/06/06
- 433/435: gnu: texlive-context: Create formats., guix-commits, 2023/06/06
- 432/435: gnu: texlive-xetex: Create formats., guix-commits, 2023/06/06
- 431/435: gnu: texlive-jadetex: Rely on build system to create formats., guix-commits, 2023/06/06
- 168/435: gnu: texlive-was: Refresh package definition., guix-commits, 2023/06/06
- 171/435: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/06/06
- 173/435: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/06/06