[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
408/458: gnu: Add texlive-semaphor.
From: |
guix-commits |
Subject: |
408/458: gnu: Add texlive-semaphor. |
Date: |
Wed, 14 Jun 2023 05:23:23 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 04249e1fa9bde48da3155fdb33a1e8add5f3615b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 19 21:41:11 2023 +0200
gnu: Add texlive-semaphor.
* gnu/packages/tex.scm (texlive-semaphor): 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 9ac256bafc..b18db3a5de 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5762,6 +5762,36 @@ corresponding thing with the page reference of the
label.")
characters and their glyph names.")
(license license:lppl1.3+)))
+(define-public texlive-semaphor
+ (package
+ (name "texlive-semaphor")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/semaphor/"
+ "fonts/afm/public/semaphor/"
+ "fonts/enc/dvips/semaphor/"
+ "fonts/map/dvips/semaphor/"
+ "fonts/opentype/public/semaphor/"
+ "fonts/source/public/semaphor/"
+ "fonts/tfm/public/semaphor/"
+ "fonts/type1/public/semaphor/"
+ "tex/context/third/semaphor/"
+ "tex/latex/semaphor/"
+ "tex/plain/semaphor/")
+ (base32
+ "1yigah8x75fd13x0f6ncpp21ly75nyfz6h5y5sfc590n7wcm0gvr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/semaphor")
+ (synopsis "Semaphore alphabet font")
+ (description
+ "These fonts represent semaphore in a highly schematic, but very clear,
+fashion. The fonts are provided as Metafont source, and in both OpenType and
+Adobe Type 1 formats.")
+ (license license:gpl3+)))
+
(define-public texlive-seminar
(package
(name "texlive-seminar")
- 156/458: gnu: texlive-datetime2: Refresh package definition., (continued)
- 156/458: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/14
- 164/458: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/06/14
- 165/458: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/06/14
- 167/458: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/06/14
- 176/458: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/06/14
- 177/458: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/06/14
- 335/458: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/06/14
- 351/458: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/06/14
- 391/458: gnu: texlive-cm: Fix build., guix-commits, 2023/06/14
- 409/458: gnu: Add texlive-knuth-local., guix-commits, 2023/06/14
- 408/458: gnu: Add texlive-semaphor.,
guix-commits <=
- 413/458: guix: import: Improve importing texlive meta packages., guix-commits, 2023/06/14
- 421/458: gnu: Add texlive-tex., guix-commits, 2023/06/14
- 422/458: gnu: Add texlive-hyphen-complete, guix-commits, 2023/06/14
- 427/458: gnu: texlive-luatex: Create formats., guix-commits, 2023/06/14
- 429/458: gnu: Add texlive-luatex85., guix-commits, 2023/06/14
- 433/458: gnu: texlive-context: Create formats., guix-commits, 2023/06/14
- 438/458: gnu: Add texlive-hyphenex., guix-commits, 2023/06/14
- 441/458: gnu: Add texlive-collection-basic., guix-commits, 2023/06/14
- 447/458: gnu: Add texlive-pagesel., guix-commits, 2023/06/14
- 452/458: gnu: Add texlive-scheme-minimal., guix-commits, 2023/06/14