gnu: texlive-fontaxes: Refresh package definition.
* gnu/packages/tex.scm (texlive-fontaxes)[source]: Use TEXLIVE-ORIGIN instead of TEXLIVE-REF and SVN-FETCH.
parent
3a9c2bd782
commit
ee42abab07
|
@ -11021,24 +11021,22 @@ matching maths fonts are provided by the @code{fourier} and
|
||||||
(define-public texlive-fontaxes
|
(define-public texlive-fontaxes
|
||||||
(package
|
(package
|
||||||
(name "texlive-fontaxes")
|
(name "texlive-fontaxes")
|
||||||
(version "1.0e")
|
(version (number->string %texlive-revision))
|
||||||
(source
|
(source (texlive-origin
|
||||||
(origin
|
name version
|
||||||
(method svn-fetch)
|
(list "doc/latex/fontaxes/" "source/latex/fontaxes/"
|
||||||
(uri (texlive-ref "latex" "fontaxes"))
|
"tex/latex/fontaxes/")
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(base32
|
||||||
(sha256
|
"1d9ji2qvjf1ky8l6rfqbag2hw61r0hyjxkzsp18s4pckyq4dqwdm")))
|
||||||
(base32
|
(outputs '("out" "doc"))
|
||||||
"0j3w1y66pkf3bjl9dh5xy3lfg33rg08s4wx37a3jcndvcji20j3f"))))
|
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(arguments '(#:tex-directory "latex/fontaxes"))
|
(home-page "https://ctan.org/pkg/fontaxes")
|
||||||
(home-page "http://www.ctan.org/pkg/fontaxes")
|
|
||||||
(synopsis "Additional font axes for LaTeX")
|
(synopsis "Additional font axes for LaTeX")
|
||||||
(description "The @code{fontaxes} package adds several new font
|
(description "The @code{fontaxes} package adds several new font axes on
|
||||||
axes on top of LaTeX's New Font Selection Scheme (NFSS). In
|
top of LaTeX's New Font Selection Scheme (NFSS). In particular, it splits the
|
||||||
particular, it splits the shape axis into a primary and a secondary
|
shape axis into a primary and a secondary shape axis and it adds three new
|
||||||
shape axis and it adds three new axes to deal with the different
|
axes to deal with the different figure versions offered by many professional
|
||||||
figure versions offered by many professional fonts.")
|
fonts.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-preprint
|
(define-public texlive-preprint
|
||||||
|
|
Reference in New Issue