[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
408/409: gnu: Add texlive-semaphor.
From: |
guix-commits |
Subject: |
408/409: gnu: Add texlive-semaphor. |
Date: |
Sat, 20 May 2023 04:03:36 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f7ef4626ca97d030fd76f86b1b2e2efc2ca0dcf5
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 b1cba6a66b..d08a8bb4eb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5780,6 +5780,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")
- 334/409: gnu: texlive-mflogo-font: Refresh package definition., (continued)
- 334/409: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/05/20
- 335/409: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/05/20
- 348/409: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/05/20
- 351/409: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/05/20
- 352/409: gnu: Add texlive-manfnt., guix-commits, 2023/05/20
- 355/409: gnu: Add texlive-luatex., guix-commits, 2023/05/20
- 357/409: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/05/20
- 363/409: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 367/409: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 389/409: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/05/20
- 408/409: gnu: Add texlive-semaphor.,
guix-commits <=
- 398/409: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/20
- 127/409: gnu: Add texlive-newverbs., guix-commits, 2023/05/20
- 174/409: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/20
- 175/409: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/05/20
- 150/409: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/05/20
- 171/409: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/05/20
- 203/409: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/05/20
- 208/409: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/05/20
- 209/409: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/05/20
- 211/409: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/05/20