gnu: texlive-lh: Refresh package definition.
* gnu/packages/tex.scm (texlive-lh): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
361507d5b2
commit
fad4fdafff
1 changed files with 32 additions and 23 deletions
|
@ -8179,28 +8179,37 @@ same job for T1- and TS1-encoded @code{ec} fonts.")
|
||||||
(define-deprecated-package texlive-latex-type1cm texlive-type1cm)
|
(define-deprecated-package texlive-latex-type1cm texlive-type1cm)
|
||||||
|
|
||||||
(define-public texlive-lh
|
(define-public texlive-lh
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-lh"
|
(name "texlive-lh")
|
||||||
(list "/doc/fonts/lh/"
|
(version (number->string %texlive-revision))
|
||||||
"/source/fonts/lh/"
|
(source (texlive-origin
|
||||||
"/source/latex/lh/"
|
name version
|
||||||
"/fonts/source/lh/"
|
(list "doc/fonts/lh/"
|
||||||
"/tex/plain/lh/")
|
"fonts/source/lh/base/"
|
||||||
(base32
|
"fonts/source/lh/lh-XSlav/"
|
||||||
"0vw75i52asi5sssp8k9r8dy4ihvqbvmbsl3dini3ls8cky15lz37"))))
|
"fonts/source/lh/lh-conc/"
|
||||||
(package
|
"fonts/source/lh/lh-lcy/"
|
||||||
(inherit template)
|
"fonts/source/lh/lh-ot2/"
|
||||||
(outputs '("out" "doc"))
|
"fonts/source/lh/lh-t2a/"
|
||||||
(arguments
|
"fonts/source/lh/lh-t2b/"
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
"fonts/source/lh/lh-t2c/"
|
||||||
((#:tex-directory _ #t)
|
"fonts/source/lh/lh-t2d/"
|
||||||
"latex/lh")
|
"fonts/source/lh/lh-x2/"
|
||||||
((#:build-targets _ '())
|
"fonts/source/lh/nont2/"
|
||||||
''("nfssfox.ins" "lcyfonts.ins" "ot2fonts.ins" "t2ccfonts.ins"))))
|
"fonts/source/lh/specific/"
|
||||||
(home-page "https://www.ctan.org/pkg/lh")
|
"source/fonts/lh/"
|
||||||
(synopsis "Cyrillic fonts that support LaTeX standard encodings")
|
"source/latex/lh/"
|
||||||
(description
|
"tex/latex/lh/"
|
||||||
"The LH fonts address the problem of the wide variety of alphabets that
|
"tex/plain/lh/")
|
||||||
|
(base32
|
||||||
|
"0cqwns4zy1847fn3dp8z3wbfpy4dl05cr065nk9k65fmp7wksnjk")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(propagated-inputs (list texlive-ec))
|
||||||
|
(home-page "https://ctan.org/pkg/lh")
|
||||||
|
(synopsis "Cyrillic fonts that support LaTeX standard encodings")
|
||||||
|
(description
|
||||||
|
"The LH fonts address the problem of the wide variety of alphabets that
|
||||||
are written with Cyrillic-style characters. The fonts are the original basis
|
are written with Cyrillic-style characters. The fonts are the original basis
|
||||||
of the set of T2* and X2 encodings that are now used when LaTeX users need to
|
of the set of T2* and X2 encodings that are now used when LaTeX users need to
|
||||||
write in Cyrillic languages. Macro support in standard LaTeX encodings is
|
write in Cyrillic languages. Macro support in standard LaTeX encodings is
|
||||||
|
@ -8209,7 +8218,7 @@ offers support for other (more traditional) encodings. The fonts, in the
|
||||||
standard T2* and X2 encodings are available in Adobe Type 1 format, in the
|
standard T2* and X2 encodings are available in Adobe Type 1 format, in the
|
||||||
CM-Super family of fonts. The package also offers its own LaTeX support for
|
CM-Super family of fonts. The package also offers its own LaTeX support for
|
||||||
OT2 encoded fonts, CM bright shaped fonts and Concrete shaped fonts.")
|
OT2 encoded fonts, CM bright shaped fonts and Concrete shaped fonts.")
|
||||||
(license license:lppl))))
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-lh texlive-lh)
|
(define-deprecated-package texlive-latex-lh texlive-lh)
|
||||||
|
|
||||||
|
|
Reference in a new issue