gnu: texlive-bera: Refresh package definition.
* gnu/packages/tex.scm (texlive-bera): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-GRAPHICS.
parent
00dec6039b
commit
363cd9b719
|
@ -11142,25 +11142,30 @@ created by the Greek Font Society).")
|
||||||
|
|
||||||
(define-public texlive-bera
|
(define-public texlive-bera
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-bera")
|
||||||
"texlive-bera"
|
(version (number->string %texlive-revision))
|
||||||
(list "/doc/fonts/bera/"
|
(source (texlive-origin
|
||||||
"/fonts/afm/public/bera/"
|
name version
|
||||||
"/fonts/map/dvips/bera/"
|
(list "doc/fonts/bera/"
|
||||||
"/fonts/tfm/public/bera/"
|
"fonts/afm/public/bera/"
|
||||||
"/fonts/type1/public/bera/"
|
"fonts/map/dvips/bera/"
|
||||||
"/fonts/vf/public/bera/"
|
"fonts/tfm/public/bera/"
|
||||||
"/tex/latex/bera/")
|
"fonts/type1/public/bera/"
|
||||||
(base32
|
"fonts/vf/public/bera/"
|
||||||
"1pkmhhr6ah44xhipjr7nianv03hr4w4bn45xcvp264yw6ymqzqwr")
|
"tex/latex/bera/")
|
||||||
#:trivial? #t))
|
(base32
|
||||||
(home-page "https://www.ctan.org/pkg/bera")
|
"1pkmhhr6ah44xhipjr7nianv03hr4w4bn45xcvp264yw6ymqzqwr")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list texlive-graphics))
|
||||||
|
(home-page "https://ctan.org/pkg/bera")
|
||||||
(synopsis "Bera fonts")
|
(synopsis "Bera fonts")
|
||||||
(description "The @code{bera} package contains the Bera Type 1
|
(description "The @code{bera} package contains the Bera Type 1 fonts and
|
||||||
fonts and files to use the fonts with LaTeX. Bera is a set of three
|
files to use the fonts with LaTeX. Bera is a set of three font families: Bera
|
||||||
font families: Bera Serif (a slab-serif Roman), Bera Sans (a Frutiger
|
Serif (a slab-serif Roman), Bera Sans (a Frutiger descendant) and Bera
|
||||||
descendant) and Bera Mono (monospaced/typewriter). The Bera family is
|
Mono (monospaced/typewriter). The Bera family is a repackaging, for use with
|
||||||
a repackaging, for use with TeX, of the Bitstream Vera family.")
|
TeX, of the Bitstream Vera family.")
|
||||||
(license license:silofl1.1)))
|
(license license:silofl1.1)))
|
||||||
|
|
||||||
(define-public texlive-fourier
|
(define-public texlive-fourier
|
||||||
|
|
Reference in New Issue