guix-commits
[Top][All Lists]
Advanced

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

38/51: gnu: Add texlive-padauk.


From: guix-commits
Subject: 38/51: gnu: Add texlive-padauk.
Date: Tue, 15 Aug 2023 05:36:08 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit fe8241b570293865d94751e9ed73681fa220d3a7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 11:09:28 2023 +0200

    gnu: Add texlive-padauk.
    
    * gnu/packages/tex.scm (texlive-padauk): 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 031eedcedb..6ca74a4166 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8123,6 +8123,26 @@ kerning when a subscript follows.  Some predefined 
commands are also
 provided.")
     (license license:lppl1.3c)))
 
+(define-public texlive-padauk
+  (package
+    (name "texlive-padauk")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/padauk/"
+                   "fonts/truetype/public/padauk/")
+             (base32
+              "0yn5w8bkcf9ihqy4v2zq4yc74d2d3dc1c6dcissaa6pcdj4z9r9l")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/padauk";)
+    (synopsis
+     "High-quality TrueType font for languages using the Myanmar script")
+    (description
+     "Padauk is a Unicode-based font family with broad support for writing
+systems that use the Myanmar script.")
+    (license license:silofl1.1)))
+
 (define-public texlive-pascaltriangle
   (package
     (name "texlive-pascaltriangle")



reply via email to

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