gnu: texlive-latex-g-brief -> texlive-g-brief.

* gnu/packages/tex.scm (texlive-g-brief): New variable.
(texlive-latex-g-brief): Deprecate variable.
This commit is contained in:
Nicolas Goaziou 2023-05-13 08:09:03 +02:00
parent 49928a5dc2
commit 4af17a7527
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -5933,35 +5933,34 @@ course of the framed/shaded matter. There is also a command
(define-deprecated-package texlive-latex-framed texlive-framed) (define-deprecated-package texlive-latex-framed texlive-framed)
(define-public texlive-latex-g-brief (define-public texlive-g-brief
(package (package
(name "texlive-latex-g-brief") (name "texlive-g-brief")
(version (number->string %texlive-revision)) (version (number->string %texlive-revision))
(source (origin (source (texlive-origin
(method svn-fetch) name version
(uri (texlive-ref "latex" "g-brief")) (list "doc/latex/g-brief/"
(file-name (string-append name "-" version "-checkout")) "source/latex/g-brief/"
(sha256 "tex/latex/g-brief/")
(base32 (base32
"1br4kv9y17cvngp83ykpvy7gy3jqfan5plk7sggcgbdfhndi5dsr")))) "0sicgf3wjw5jymh5xjxby2hsilakhw2lqgywx0f2zax1z854xc2m")))
(outputs '("out" "doc"))
(build-system texlive-build-system) (build-system texlive-build-system)
(arguments (propagated-inputs
'(#:tex-directory "latex/g-brief" (list texlive-babel
#:phases texlive-eurosym
(modify-phases %standard-phases texlive-marvosym))
(add-after 'unpack 'remove-generated-file
(lambda _
(delete-file "g-brief.drv")
#t)))))
(home-page "https://www.ctan.org/pkg/g-brief") (home-page "https://www.ctan.org/pkg/g-brief")
(synopsis "Letter document class") (synopsis "Letter document class")
(description (description
"This package is designed for formatting formless letters in German; it "This package is designed for formatting formless letters in German; it
can also be used for English (by those who can read the documentation). There can also be used for English (by those who can read the documentation). There
are LaTeX 2.09 @code{documentstyle} and LaTeX 2e class files for both an are LaTeX 2.09 @code{documentstyle} and LaTeX 2e class files for both an old
\"old\" and a \"new\" version of g-brief.") and a new version of @code{g-brief}.")
(license license:lppl))) (license license:lppl)))
(define-deprecated-package texlive-latex-g-brief texlive-g-brief)
(define-public texlive-latex-galois (define-public texlive-latex-galois
(package (package
(name "texlive-latex-galois") (name "texlive-latex-galois")