guix-commits
[Top][All Lists]
Advanced

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

04/47: gnu: Add texlive-bartel-chess-fonts.


From: guix-commits
Subject: 04/47: gnu: Add texlive-bartel-chess-fonts.
Date: Thu, 17 Aug 2023 09:52:29 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 97f316d3dee6f20bad94cffa48b9f846497cd9de
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:06:36 2023 +0200

    gnu: Add texlive-bartel-chess-fonts.
    
    * gnu/packages/tex.scm (texlive-bartel-chess-fonts): New variable.
---
 gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b3e9825caa..bc18a06b97 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2801,6 +2801,31 @@ and Metafont sources for fonts.")
 of mathematical disciplines.")
     (license license:lppl1.3+)))
 
+(define-public texlive-bartel-chess-fonts
+  (package
+    (name "texlive-bartel-chess-fonts")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/bartel-chess-fonts/"
+                   "fonts/source/public/bartel-chess-fonts/"
+                   "fonts/tfm/public/bartel-chess-fonts/")
+             (base32
+              "1gg7g2gb5j0g0ig4190260zlpnyfmdzcqn7dsw5kp9p5pbn5hbhf")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    ;; FIXME: Font metrics generation fails with "! Strange path (turning
+    ;; number is zero)." error.
+    (arguments
+     (list #:phases
+           #~(modify-phases %standard-phases
+               (delete 'generate-font-metrics))))
+    (native-inputs (list texlive-metafont))
+    (home-page "https://ctan.org/pkg/bartel-chess-fonts";)
+    (synopsis "Set of fonts supporting chess diagrams")
+    (description "This package provides fonts supporting chess diagrams.")
+    (license license:gpl3+)))
+
 (define-public texlive-basque-book
   (package
     (name "texlive-basque-book")



reply via email to

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