guix-commits
[Top][All Lists]
Advanced

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

146/458: gnu: texlive-sourceserifpro: Refresh package definition.


From: guix-commits
Subject: 146/458: gnu: texlive-sourceserifpro: Refresh package definition.
Date: Wed, 14 Jun 2023 05:22:22 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit d526ca13853ef72c6a9b113366b7f08e844772cb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 00:14:10 2023 +0200

    gnu: texlive-sourceserifpro: Refresh package definition.
    
    * gnu/packages/tex.scm (texlive-sourceserifpro): Remove 
SIMPLE-TEXLIVE-PACKAGE
    call.
    [propagated-inputs]: Add TEXLIVE-FONTAXES, TEXLIVE-IFTEX, TEXLIVE-MWEIGHTS, 
TEXLIVE-XKEYVAL.
---
 gnu/packages/tex.scm | 43 ++++++++++++++++++++++++++-----------------
 1 file changed, 26 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3b6a727a3d..8b4d731f2b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12730,25 +12730,34 @@ use of the fonts in LaTeX (Type 1) and 
XeLaTeX/LuaLaTeX (OTF).")
 
 (define-public texlive-sourceserifpro
   (package
-    (inherit (simple-texlive-package
-              "texlive-sourceserifpro"
-              '("/doc/latex/sourceserifpro/"
-                "/fonts/enc/dvips/sourceserifpro/"
-                "/fonts/map/dvips/sourceserifpro/"
-                "/fonts/opentype/adobe/sourceserifpro/"
-                ;; ^ see comment on texlive-sourcesanspro
-                "/fonts/tfm/adobe/sourceserifpro/"
-                "/fonts/type1/adobe/sourceserifpro/"
-                "/fonts/vf/adobe/sourceserifpro/"
-                "/tex/latex/sourceserifpro/")
-              (base32
-               "18xxncg8ybv86r46zq5mvgkrfnvlhx93n55fy8nkk8vdmminrh8w")
-              #:trivial? #t))
+    (name "texlive-sourceserifpro")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/sourceserifpro/"
+                   "fonts/enc/dvips/sourceserifpro/"
+                   "fonts/map/dvips/sourceserifpro/"
+                   "fonts/opentype/adobe/sourceserifpro/"
+                   ;; ^ See comment in `texlive-sourcesanspro'.
+                   "fonts/tfm/adobe/sourceserifpro/"
+                   "fonts/type1/adobe/sourceserifpro/"
+                   "fonts/vf/adobe/sourceserifpro/"
+                   "tex/latex/sourceserifpro/")
+             (base32
+              "18xxncg8ybv86r46zq5mvgkrfnvlhx93n55fy8nkk8vdmminrh8w")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (propagated-inputs
+     (list texlive-fontaxes
+           texlive-iftex
+           texlive-mweights
+           texlive-xkeyval))
     (home-page "https://ctan.org/pkg/sourceserifpro";)
     (synopsis "Use Source Serif Pro with TeX(-alike) systems")
-    (description "This package provides the Source Serif Pro font family from
-Adobe in both Adobe Type 1 and OpenType formats, plus macros supporting the
-use of the fonts in LaTeX (Type 1) and XeLaTeX/LuaLaTeX (OTF).")
+    (description
+     "This package provides the Source Serif Pro font family from Adobe in
+both Adobe Type 1 and OpenType formats, plus macros supporting the use of the
+fonts in LaTeX (Type 1) and XeLaTeX/LuaLaTeX (OTF).")
     (license (list license:lppl1.3+ license:silofl1.1))))
 
 (define-public texlive-sourcecodepro



reply via email to

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