guix-commits
[Top][All Lists]
Advanced

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

248/306: gnu: Add texlive-qualitype.


From: guix-commits
Subject: 248/306: gnu: Add texlive-qualitype.
Date: Mon, 21 Aug 2023 10:36:49 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 181d2dce87b4346b876de3411cdbc5040e60cd96
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:54:28 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4b9bd6b5c7..560213a4ce 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -22016,6 +22016,24 @@ is a development of the existing @code{qobitree} 
package, offering a new front
 end.")
     (license license:lppl)))
 
+(define-public texlive-qualitype
+  (package
+    (name "texlive-qualitype")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/qualitype/"
+                   "fonts/opentype/public/qualitype/")
+             (base32
+              "027n3i9cy4p7wkbj1zrlsvagplxk74gz5cwv7mr4yl8gqzd41058")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/qualitype";)
+    (synopsis "QualiType font collection")
+    (description
+     "This is a collection of 45 fonts, created by QualiType.")
+    (license (list license:silofl1.1 license:gpl2+))))
+
 (define-public texlive-rank-2-roots
   (package
     (name "texlive-rank-2-roots")



reply via email to

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