guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add texlive-fpl.


From: guix-commits
Subject: branch master updated: gnu: Add texlive-fpl.
Date: Wed, 07 Oct 2020 07:39:03 -0400

This is an automated email from the git hooks/post-receive script.

pgarlick pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5bc041d  gnu: Add texlive-fpl.
5bc041d is described below

commit 5bc041dfd71ed7835d86f67935e9f7c70f31083b
Author: Paul Garlick <pgarlick@tourbillion-technology.com>
AuthorDate: Wed Oct 7 12:33:02 2020 +0100

    gnu: Add texlive-fpl.
    
    * gnu/packages/tex.scm (texlive-fpl): 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 2f6c201..f297252 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7515,3 +7515,23 @@ alphabet in slanted shape, several mathematical glyphs 
and the
 uppercase letters commonly used to represent various number sets.
 LaTeX macro support is provided in package @code{psnfss}.")
     (license license:gpl3+)))
+
+(define-public texlive-fpl
+  (package
+    (inherit (simple-texlive-package
+              "texlive-fpl"
+              (list "/doc/fonts/fpl/"
+                    "/source/fonts/fpl/"
+                    "/fonts/afm/public/fpl/"
+                    "/fonts/type1/public/fpl/")
+              (base32
+               "02gkl516z9kn8xqs269pdkqn37sxm8ib0pcs43s4rs2rhyyl5z68")
+              #:trivial? #t))
+    (home-page "https://www.ctan.org/pkg/fpl";)
+    (synopsis "SC and OsF fonts for URW Palladio L")
+    (description "The FPL Fonts provide a set of SC/OsF fonts for URW
+Palladio L which are compatible with the Palatino SC/OsF fonts from
+Adobe.  LaTeX use is enabled by the mathpazo package, which is part of
+the @code{psnfss} distribution.")
+    ;; Either LPPL version 1.0 or later, or GPL version 2
+    (license (list license:lppl1.0+ license:gpl2))))



reply via email to

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