gnu: texlive-latex-cyrillic -> texlive-cyrillic.
* gnu/packages/tex.scm (texlive-cyrillic): New variable. (texlive-latex-cyrillic): Deprecate variable. (texlive-base): (texlive-xindy): * gnu/packages/music.scm (lilypond): Use new name.
This commit is contained in:
parent
3d97b99afe
commit
88f97c65a1
2 changed files with 25 additions and 17 deletions
|
@ -1508,9 +1508,9 @@ and auto-mapping slices to MIDI note numbers.")
|
||||||
texinfo
|
texinfo
|
||||||
texi2html-1.82
|
texi2html-1.82
|
||||||
(texlive-updmap.cfg
|
(texlive-updmap.cfg
|
||||||
(list texlive-epsf
|
(list texlive-cyrillic
|
||||||
|
texlive-epsf
|
||||||
texlive-fontinst
|
texlive-fontinst
|
||||||
texlive-latex-cyrillic
|
|
||||||
texlive-lh
|
texlive-lh
|
||||||
texlive-lm
|
texlive-lm
|
||||||
texlive-metapost))
|
texlive-metapost))
|
||||||
|
|
|
@ -4535,28 +4535,36 @@ support of Swedish in @code{babel}. It provides all the necessary macros,
|
||||||
definitions and settings to typeset Swedish documents.")
|
definitions and settings to typeset Swedish documents.")
|
||||||
(license license:lppl1.3c+))))
|
(license license:lppl1.3c+))))
|
||||||
|
|
||||||
(define-public texlive-latex-cyrillic
|
(define-public texlive-cyrillic
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex-cyrillic")
|
(name "texlive-cyrillic")
|
||||||
(version (number->string %texlive-revision))
|
(version (number->string %texlive-revision))
|
||||||
(source (origin
|
(source (texlive-origin
|
||||||
(method svn-fetch)
|
name version
|
||||||
(uri (texlive-ref "latex" "cyrillic"))
|
(list "doc/latex/cyrillic/"
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
"source/latex/cyrillic/"
|
||||||
(sha256
|
"tex/latex/cyrillic/")
|
||||||
(base32
|
(base32
|
||||||
"083xbwg7hrnlv47fkwvz8yjb830bhxx7y0mq7z7nz2f96y2ldr6b"))))
|
"0a1dcpdgnzf08cd1b9ihdk4229aw19ar0f5sfjr44fqqwkav3l5i")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tex-directory "latex/cyrillic"))
|
(list
|
||||||
(home-page "https://www.ctan.org/pkg/latex-cyrillic")
|
#:tex-engine "tex"
|
||||||
|
#:tex-format #f
|
||||||
|
#:texlive-latex-base #f))
|
||||||
|
(native-inputs
|
||||||
|
(list texlive-docstrip))
|
||||||
|
(home-page "https://ctan.org/pkg/cyrillic")
|
||||||
(synopsis "Support for Cyrillic fonts in LaTeX")
|
(synopsis "Support for Cyrillic fonts in LaTeX")
|
||||||
(description
|
(description
|
||||||
"This bundle of macros files provides macro support (including font
|
"This bundle of macros files provides macro support (including font
|
||||||
encoding macros) for the use of Cyrillic characters in fonts encoded under the
|
encoding macros) for the use of Cyrillic characters in fonts encoded under the
|
||||||
T2* and X2 encodings. These encodings cover (between them) pretty much every
|
T2* and X2 encodings. These encodings cover (between them) pretty much every
|
||||||
language that is written in a Cyrillic alphabet.")
|
language that is written in a Cyrillic alphabet.")
|
||||||
(license license:lppl1.3c+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-deprecated-package texlive-latex-cyrillic texlive-cyrillic)
|
||||||
|
|
||||||
(define-public texlive-passivetex
|
(define-public texlive-passivetex
|
||||||
(package
|
(package
|
||||||
|
@ -4766,7 +4774,7 @@ part of the LaTeX required set of packages.")
|
||||||
texlive-amscls
|
texlive-amscls
|
||||||
texlive-babel
|
texlive-babel
|
||||||
texlive-generic-babel-english
|
texlive-generic-babel-english
|
||||||
texlive-latex-cyrillic
|
texlive-cyrillic
|
||||||
texlive-psnfss
|
texlive-psnfss
|
||||||
texlive-tools
|
texlive-tools
|
||||||
texlive-tetex)))
|
texlive-tetex)))
|
||||||
|
@ -11686,7 +11694,7 @@ handle complex tests.")
|
||||||
texlive-greek-fontenc
|
texlive-greek-fontenc
|
||||||
texlive-hyperref
|
texlive-hyperref
|
||||||
texlive-latex-base
|
texlive-latex-base
|
||||||
texlive-latex-cyrillic
|
texlive-cyrillic
|
||||||
texlive-latex-geometry
|
texlive-latex-geometry
|
||||||
(texlive-updmap.cfg ;fonts
|
(texlive-updmap.cfg ;fonts
|
||||||
(list texlive-cbfonts
|
(list texlive-cbfonts
|
||||||
|
|
Reference in a new issue