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
(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