gnu: texlive-latex-listings: Rename to "texlive-listings".

Suggested by Ricardo Wurmus.

* gnu/packages/tex.scm (texlive-latex-listings): Rename to...
(texlive-listings): ... this.  Adjust 'name' accordingly.
(texlive-latex-listings): Define as deprecated.
(texlive-latex-xkeyval)[propagated-inputs]: Add comment.
* gnu/packages/docbook.scm (dblatex)[inputs]: Add comment.
This commit is contained in:
Ludovic Courtès 2022-03-02 16:08:57 +01:00
parent e5dbda5abc
commit 1071381646
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
2 changed files with 15 additions and 4 deletions

View file

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2021 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2014, 2021-2022 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org> ;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
@ -473,7 +473,11 @@ (define-public dblatex
texlive-latex-footmisc texlive-latex-footmisc
texlive-hyperref texlive-hyperref
texlive-latex-jknapltx texlive-latex-jknapltx
;; TODO: Use non-deprecated name on
;; next rebuild cycle.
texlive-latex-listings texlive-latex-listings
texlive-latex-multirow texlive-latex-multirow
texlive-latex-overpic texlive-latex-overpic
texlive-latex-pdfpages texlive-latex-pdfpages

View file

@ -5836,14 +5836,16 @@ (define-public texlive-latex-letltxmacro
that also takes care of the involved internal macros.") that also takes care of the involved internal macros.")
(license license:lppl1.3c+))) (license license:lppl1.3c+)))
(define-public texlive-latex-listings (define-public texlive-listings
(package (package
(name "texlive-latex-listings") (name "texlive-listings")
(version (number->string %texlive-revision)) (version (number->string %texlive-revision))
(source (origin (source (origin
(method svn-fetch) (method svn-fetch)
(uri (texlive-ref "latex" "listings")) (uri (texlive-ref "latex" "listings"))
(file-name (string-append name "-" version "-checkout")) (file-name
;; TODO: Drop "latex-" on next rebuild cycle.
(string-append "texlive-latex-listings-" version "-checkout"))
(sha256 (sha256
(base32 (base32
"082zri3gp8s6p2difhk1pbix2vzmvsf6fmld2z78v35xwk3fiya0")))) "082zri3gp8s6p2difhk1pbix2vzmvsf6fmld2z78v35xwk3fiya0"))))
@ -5860,6 +5862,8 @@ (define-public texlive-latex-listings
styles. Support for @code{hyperref} is provided.") styles. Support for @code{hyperref} is provided.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-deprecated-package texlive-latex-listings texlive-listings)
(define-public texlive-latex-jknapltx (define-public texlive-latex-jknapltx
(package (package
(name "texlive-latex-jknapltx") (name "texlive-latex-jknapltx")
@ -9035,7 +9039,10 @@ (define-public texlive-latex-xkeyval
texlive-graphics-def texlive-graphics-def
texlive-xcolor texlive-xcolor
texlive-latex-footmisc texlive-latex-footmisc
;; TODO: Use non-deprecated name on next rebuild cycle.
texlive-latex-listings texlive-latex-listings
texlive-generic-iftex texlive-generic-iftex
texlive-pstricks texlive-pstricks
texlive-pst-text texlive-pst-text