gnu: texlive-generic-babel-german -> texlive-babel-german.
* gnu/packages/tex.scm (texlive-babel-german): New variable. (texlive-generic-babel-german): Deprecate variable.
parent
d2ddbfff44
commit
3623832a32
|
@ -4666,29 +4666,31 @@ language of the document).")
|
||||||
|
|
||||||
(define-deprecated-package texlive-generic-babel-french texlive-babel-french)
|
(define-deprecated-package texlive-generic-babel-french texlive-babel-french)
|
||||||
|
|
||||||
(define-public texlive-generic-babel-german
|
(define-public texlive-babel-german
|
||||||
(package
|
(package
|
||||||
(name "texlive-generic-babel-german")
|
(name "texlive-babel-german")
|
||||||
(version (number->string %texlive-revision))
|
(version (number->string %texlive-revision))
|
||||||
(source (origin
|
(source (texlive-origin
|
||||||
(method svn-fetch)
|
name version
|
||||||
(uri (texlive-ref "generic" "babel-german"))
|
(list "doc/generic/babel-german/"
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
"source/generic/babel-german/"
|
||||||
(sha256
|
"tex/generic/babel-german/")
|
||||||
(base32
|
(base32
|
||||||
"1x9hnr9gz5mqdb97cinivn9xjnfr4qi996aa4cnr2sm2dsbhqxnp"))))
|
"0iwnn35xnpczi2gxrzrgyilh30qbnj6w05p3q0gvcmnisawfva9q")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(arguments '(#:tex-directory "generic/babel-german"))
|
(home-page "https://ctan.org/pkg/babel-german")
|
||||||
(home-page "https://www.ctan.org/pkg/babel-german")
|
(synopsis "Babel support for documents written in German")
|
||||||
(synopsis "Babel support for German")
|
|
||||||
(description
|
(description
|
||||||
"This package provides the language definition file for support of German
|
"This bundle is an extension to the babel package for multilingual typesetting.
|
||||||
in @code{babel}. It provides all the necessary macros, definitions and
|
It provides all the necessary macros, definitions and settings to typeset
|
||||||
settings to typeset German documents. The bundle includes support for the
|
German documents. The bundle includes support for the traditional and
|
||||||
traditional and reformed German orthography as well as for the Austrian and
|
reformed German orthography as well as for the Austrian and Swiss varieties of
|
||||||
Swiss varieties of German.")
|
German.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-deprecated-package texlive-generic-babel-german texlive-babel-german)
|
||||||
|
|
||||||
(define-public texlive-babel-swedish
|
(define-public texlive-babel-swedish
|
||||||
(let ((template (simple-texlive-package
|
(let ((template (simple-texlive-package
|
||||||
"texlive-babel-swedish"
|
"texlive-babel-swedish"
|
||||||
|
|
Reference in New Issue