guix-commits
[Top][All Lists]
Advanced

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

48/306: gnu: Add texlive-calligra-type1.


From: guix-commits
Subject: 48/306: gnu: Add texlive-calligra-type1.
Date: Mon, 21 Aug 2023 10:35:36 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f2b42d3d5869526f00a218646c198dd3f0c37500
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 11:51:41 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6fe54142c1..8d9153187d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6925,6 +6925,27 @@ The font is supplied as Metafont source.  LaTeX support 
of the font is
 provided in the @code{calligra} package in the @code{fundus} bundle.")
     (license license:expat)))
 
+(define-public texlive-calligra-type1
+  (package
+    (name "texlive-calligra-type1")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/calligra-type1/"
+                   "fonts/afm/public/calligra-type1/"
+                   "fonts/map/dvips/calligra-type1/"
+                   "fonts/type1/public/calligra-type1/")
+             (base32
+              "1v6zwghf8q70lls3hmwj8gc0n6d4ffjf1xjvq1k6w71shiga8bqi")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/calligra-type1";)
+    (synopsis "Type 1 version of Calligra")
+    (description
+     "This is a Type 1 conversion of Peter Vanroose's Calligra handwriting
+font.")
+    (license license:expat)))
+
 (define-public texlive-cartonaugh
   (package
     (name "texlive-cartonaugh")



reply via email to

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