[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
224/306: gnu: Add texlive-oinuit.
From: |
guix-commits |
Subject: |
224/306: gnu: Add texlive-oinuit. |
Date: |
Mon, 21 Aug 2023 10:36:41 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 78350a2c2a70c2cf901ff094d7e7a10c4452ca7e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:48:13 2023 +0200
gnu: Add texlive-oinuit.
* gnu/packages/tex.scm (texlive-oinuit): New variable.
---
gnu/packages/tex.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a7e47012ca..96a486731c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20169,6 +20169,34 @@ Irish and Pictish carvings dating from the 4th century
AD. The font is
distributed as Metafont source.")
(license license:public-domain)))
+(define-public texlive-oinuit
+ (package
+ (name "texlive-oinuit")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/oinuit/"
+ "fonts/map/dvips/oinuit/"
+ "fonts/ofm/public/oinuit/"
+ "fonts/ovf/public/oinuit/"
+ "fonts/tfm/public/oinuit/"
+ "fonts/type1/public/oinuit/"
+ "omega/ocp/oinuit/"
+ "omega/otp/oinuit/"
+ "source/lambda/oinuit/"
+ "tex/lambda/oinuit/")
+ (base32
+ "1f5rlqgdz4r93z5prxjq7z7591frqz89gplj3y0dscjnlc98wxy4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/oinuit")
+ (synopsis "LaTeX Support for the Inuktitut Language")
+ (description
+ "The package provides a set of Lambda (Omega LaTeX) typesetting tools for
+the Inuktitut language. Five different input methods are supported and with
+the necessary fonts are also provided.")
+ (license license:lppl)))
+
(define-public texlive-omega
(package
(name "texlive-omega")
- 228/306: gnu: Add texlive-opensans., (continued)
- 228/306: gnu: Add texlive-opensans., guix-commits, 2023/08/21
- 235/306: gnu: Add texlive-phaistos., guix-commits, 2023/08/21
- 240/306: gnu: Add texlive-plex-otf., guix-commits, 2023/08/21
- 242/306: gnu: Add texlive-poiretone., guix-commits, 2023/08/21
- 241/306: gnu: Add texlive-plimsoll., guix-commits, 2023/08/21
- 245/306: gnu: Add texlive-punk-latex., guix-commits, 2023/08/21
- 252/306: gnu: Add texlive-roboto., guix-commits, 2023/08/21
- 258/306: gnu: Add texlive-schola-otf., guix-commits, 2023/08/21
- 269/306: gnu: Add texlive-stepgreek., guix-commits, 2023/08/21
- 222/306: gnu: Add texlive-ocr-b-outline., guix-commits, 2023/08/21
- 224/306: gnu: Add texlive-oinuit.,
guix-commits <=
- 226/306: gnu: Add texlive-oldlatin., guix-commits, 2023/08/21
- 229/306: gnu: Add texlive-orkhun., guix-commits, 2023/08/21
- 230/306: gnu: Add texlive-oswald., guix-commits, 2023/08/21
- 232/306: gnu: Add texlive-pacioli., guix-commits, 2023/08/21
- 238/306: gnu: Add texlive-playfair., guix-commits, 2023/08/21
- 234/306: gnu: Add texlive-paratype., guix-commits, 2023/08/21
- 244/306: gnu: Add texlive-punk., guix-commits, 2023/08/21
- 253/306: gnu: Add texlive-romande., guix-commits, 2023/08/21
- 262/306: gnu: Add texlive-simpleicons., guix-commits, 2023/08/21
- 264/306: gnu: Add texlive-spectral., guix-commits, 2023/08/21