guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/39: gnu: Add texlive-garuda-c90.


From: guix-commits
Subject: 04/39: gnu: Add texlive-garuda-c90.
Date: Tue, 15 Aug 2023 07:38:45 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b15a4e6281d2c1892a10ed74c0ecf8e7c5089da8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 12:10:21 2023 +0200

    gnu: Add texlive-garuda-c90.
    
    * gnu/packages/tex.scm (texlive-garuda-c90): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7e795b292e..480685ab09 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -26506,6 +26506,26 @@ Unicode blocks, for automatic font tagging of 
multilingual text.")
 Easter nomogram.")
     (license license:lppl)))
 
+(define-public texlive-garuda-c90
+  (package
+    (name "texlive-garuda-c90")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "dvips/garuda-c90/"
+                   "fonts/map/dvips/garuda-c90/"
+                   "fonts/tfm/public/garuda-c90/"
+                   "source/fonts/garuda-c90/")
+             (base32
+              "1f6rlfxq3ccv9wdf7pzfgs1081yflxd3fzhkzi23mpyl777l7q9y")))
+    (build-system texlive-build-system)
+    (propagated-inputs (list texlive-fonts-tlwg))
+    (home-page "https://ctan.org/pkg/garuda-c90";)
+    (synopsis "TeX support (from CJK) for the Garuda font")
+    (description
+     "This package provides TeX support (from CJK) for the Garuda font.")
+    (license license:gpl2+)))
+
 (define-public texlive-hanging
   (package
     (name "texlive-hanging")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]