[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
223/306: gnu: Add texlive-ogham.
From: |
guix-commits |
Subject: |
223/306: gnu: Add texlive-ogham. |
Date: |
Mon, 21 Aug 2023 10:36:41 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 0d4942aa3ee87180012d07eca3f47d64617cdd91
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:48:03 2023 +0200
gnu: Add texlive-ogham.
* gnu/packages/tex.scm (texlive-ogham): 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 e95edf89ac..a7e47012ca 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20147,6 +20147,28 @@ mid-document.")
;; without limitation."
(license (license:fsf-free "file://doc/fonts/ocr-b-outline/README"))))
+(define-public texlive-ogham
+ (package
+ (name "texlive-ogham")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ogham/"
+ "fonts/source/public/ogham/"
+ "fonts/tfm/public/ogham/")
+ (base32
+ "0lk419jbg3ahgcrmffl7snbgv521fccjpsx5i0nq55cs9vrsnav1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/ogham")
+ (synopsis "Fonts for typesetting Ogham script")
+ (description
+ "The font provides the Ogham alphabet, which is found on a number of
+Irish and Pictish carvings dating from the 4th century AD. The font is
+distributed as Metafont source.")
+ (license license:public-domain)))
+
(define-public texlive-omega
(package
(name "texlive-omega")
- 200/306: gnu: Add texlive-mdsymbol., (continued)
- 200/306: gnu: Add texlive-mdsymbol., guix-commits, 2023/08/21
- 202/306: gnu: Add texlive-miama., guix-commits, 2023/08/21
- 206/306: gnu: Add texlive-mnsymbol., guix-commits, 2023/08/21
- 211/306: gnu: Add texlive-newtxsf., guix-commits, 2023/08/21
- 210/306: gnu: Add texlive-newpx., guix-commits, 2023/08/21
- 212/306: gnu: Add texlive-newtxtt., guix-commits, 2023/08/21
- 213/306: gnu: Add texlive-niceframe-type1., guix-commits, 2023/08/21
- 215/306: gnu: Add texlive-nkarta., guix-commits, 2023/08/21
- 217/306: gnu: Add texlive-notomath., guix-commits, 2023/08/21
- 221/306: gnu: Add texlive-ocr-b., guix-commits, 2023/08/21
- 223/306: gnu: Add texlive-ogham.,
guix-commits <=
- 225/306: gnu: Add texlive-old-arrows., guix-commits, 2023/08/21
- 227/306: gnu: Add texlive-oldstandard., guix-commits, 2023/08/21
- 233/306: gnu: Add texlive-pagella-otf., guix-commits, 2023/08/21
- 236/306: gnu: Add texlive-phonetic., guix-commits, 2023/08/21
- 239/306: gnu: Add texlive-plex., guix-commits, 2023/08/21
- 182/306: gnu: Add texlive-libertinus-fonts., guix-commits, 2023/08/21
- 183/306: gnu: Add texlive-libertinus-otf., guix-commits, 2023/08/21
- 184/306: gnu: Add texlive-libertinus-type1., guix-commits, 2023/08/21
- 31/306: gnu: Add texlive-baskervillef., guix-commits, 2023/08/21
- 180/306: gnu: Add texlive-libertinegc., guix-commits, 2023/08/21