ngz pushed a commit to branch master
in repository guix.
commit 7b5140e8745f2e49acf1c17ffa7105fa75b38387
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:47:30 2023 +0200
gnu: Add texlive-ocr-b-outline.
* gnu/packages/tex.scm (texlive-ocr-b-outline): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4788d50c34..e95edf89ac 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20124,6 +20124,29 @@ mid-document.")
;; the resulting fonts, without limitation."
(license (license:fsf-free "file://doc/fonts/ocr-b-outline/README"))))
+(define-public texlive-ocr-b-outline
+ (package
+ (name "texlive-ocr-b-outline")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ocr-b-outline/"
+ "fonts/map/dvips/ocr-b-outline/"
+ "fonts/opentype/public/ocr-b-outline/"
+ "fonts/type1/public/ocr-b-outline/"
+ "source/fonts/ocr-b-outline/")
+ (base32
+ "1wlgwz91iv3ck8qmwgqda1kmijs3076hccfvbk6v7dkrcy726014")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ocr-b-outline")
+ (synopsis "OCR-B fonts in Type 1 and OpenType")
+ (description
+ "The package contains OCR-B fonts in Type1 and OpenType formats.")
+ ;; "You may freely use, modify, and/or distribute any of these files,
+ ;; without limitation."
+ (license (license:fsf-free "file://doc/fonts/ocr-b-outline/README"))))
+
(define-public texlive-omega
(package
(name "texlive-omega")