[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
408/435: gnu: Add texlive-semaphor.
From: |
guix-commits |
Subject: |
408/435: gnu: Add texlive-semaphor. |
Date: |
Tue, 6 Jun 2023 11:40:34 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 50fdc66f782b3ad2ffab605a5f218be4d34b27a0
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 9925893b27..d9b78457f9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5770,6 +5770,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")
- 357/435: gnu: texlive-context: Refresh package definition., (continued)
- 357/435: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/06
- 366/435: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 373/435: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 376/435: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 382/435: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 391/435: gnu: texlive-cm: Fix build., guix-commits, 2023/06/06
- 392/435: gnu: texlive-etex: Fix build., guix-commits, 2023/06/06
- 398/435: gnu: texlive-rsfs: Fix build., guix-commits, 2023/06/06
- 404/435: gnu: texlive-cs: Fix build., guix-commits, 2023/06/06
- 406/435: gnu: texlive-xypic: Fix build., guix-commits, 2023/06/06
- 408/435: gnu: Add texlive-semaphor.,
guix-commits <=
- 411/435: guix: import: Fix Creative Common licenses in texlive importer., guix-commits, 2023/06/06
- 427/435: gnu: texlive-luatex: Create formats., guix-commits, 2023/06/06
- 430/435: gnu: texlive-csplain: Create formats., guix-commits, 2023/06/06
- 426/435: gnu: texlive-latex-base: Simplify package., guix-commits, 2023/06/06
- 435/435: guix: texlive importer ignores dependencies unnecessary in Guix., guix-commits, 2023/06/06