guix-commits
[Top][All Lists]
Advanced

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

39/47: gnu: Add texlive-skaknew.


From: guix-commits
Subject: 39/47: gnu: Add texlive-skaknew.
Date: Thu, 17 Aug 2023 09:52:39 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f84fe09bb4fcab02bfbcaf4f5b4e50628e903581
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:24:12 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index df4073194e..96e3faecf3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13241,6 +13241,29 @@ available in package @code{texmate}, and a general 
mechanism for selecting
 chess fonts is provided in @code{chessfss}.")
     (license license:lppl)))
 
+(define-public texlive-skaknew
+  (package
+    (name "texlive-skaknew")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/skaknew/"
+                   "fonts/afm/public/skaknew/"
+                   "fonts/map/dvips/skaknew/"
+                   "fonts/opentype/public/skaknew/"
+                   "fonts/tfm/public/skaknew/"
+                   "fonts/type1/public/skaknew/")
+             (base32
+              "1jpm36qb65jbsrhq1yqhwajqz3jg35wid0wlav9hk7q4hd58qi4r")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/skaknew";)
+    (synopsis "The @code{skak} chess fonts redone in Adobe Type 1")
+    (description
+     "This package offers Adobe Type 1 versions of the fonts provided as
+Metafont source by the @code{skak} bundle.")
+    (license license:lppl)))
+
 (define-public texlive-skmath
   (package
     (name "texlive-skmath")



reply via email to

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