me
/
guix
Archived
1
0
Fork 0

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.
Nicolas Goaziou 2023-05-15 00:14:10 +02:00
parent 849074f793
commit 51a6a326c7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 26 additions and 17 deletions

View File

@ -12730,25 +12730,34 @@ use of the fonts in LaTeX (Type 1) and XeLaTeX/LuaLaTeX (OTF).")
(define-public texlive-sourceserifpro (define-public texlive-sourceserifpro
(package (package
(inherit (simple-texlive-package (name "texlive-sourceserifpro")
"texlive-sourceserifpro" (version (number->string %texlive-revision))
'("/doc/latex/sourceserifpro/" (source (texlive-origin
"/fonts/enc/dvips/sourceserifpro/" name version
"/fonts/map/dvips/sourceserifpro/" (list "doc/latex/sourceserifpro/"
"/fonts/opentype/adobe/sourceserifpro/" "fonts/enc/dvips/sourceserifpro/"
;; ^ see comment on texlive-sourcesanspro "fonts/map/dvips/sourceserifpro/"
"/fonts/tfm/adobe/sourceserifpro/" "fonts/opentype/adobe/sourceserifpro/"
"/fonts/type1/adobe/sourceserifpro/" ;; ^ See comment in `texlive-sourcesanspro'.
"/fonts/vf/adobe/sourceserifpro/" "fonts/tfm/adobe/sourceserifpro/"
"/tex/latex/sourceserifpro/") "fonts/type1/adobe/sourceserifpro/"
(base32 "fonts/vf/adobe/sourceserifpro/"
"18xxncg8ybv86r46zq5mvgkrfnvlhx93n55fy8nkk8vdmminrh8w") "tex/latex/sourceserifpro/")
#:trivial? #t)) (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") (home-page "https://ctan.org/pkg/sourceserifpro")
(synopsis "Use Source Serif Pro with TeX(-alike) systems") (synopsis "Use Source Serif Pro with TeX(-alike) systems")
(description "This package provides the Source Serif Pro font family from (description
Adobe in both Adobe Type 1 and OpenType formats, plus macros supporting the "This package provides the Source Serif Pro font family from Adobe in
use of the fonts in LaTeX (Type 1) and XeLaTeX/LuaLaTeX (OTF).") 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)))) (license (list license:lppl1.3+ license:silofl1.1))))
(define-public texlive-sourcecodepro (define-public texlive-sourcecodepro