gnu: texlive-latex-changebar -> texlive-changebar.
* gnu/packages/tex.scm (texlive-changebar): New variable. (texlive-latex-changebar): Deprecate variable. * gnu/packages/docbook.scm (dblatex): Use new name.
This commit is contained in:
parent
ae465393d9
commit
1558776ae7
2 changed files with 15 additions and 13 deletions
|
@ -538,7 +538,7 @@ the in DocBook SGML DTDs.")
|
||||||
texlive-anysize
|
texlive-anysize
|
||||||
texlive-appendix
|
texlive-appendix
|
||||||
texlive-bookmark
|
texlive-bookmark
|
||||||
texlive-latex-changebar
|
texlive-changebar
|
||||||
texlive-latex-colortbl
|
texlive-latex-colortbl
|
||||||
texlive-latex-fancybox
|
texlive-latex-fancybox
|
||||||
texlive-fancyhdr
|
texlive-fancyhdr
|
||||||
|
|
|
@ -6544,29 +6544,31 @@ action types are available (URI, GoToR, Named).")
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-bookmark texlive-bookmark)
|
(define-deprecated-package texlive-latex-bookmark texlive-bookmark)
|
||||||
|
|
||||||
(define-public texlive-latex-changebar
|
(define-public texlive-changebar
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex-changebar")
|
(name "texlive-changebar")
|
||||||
(version (number->string %texlive-revision))
|
(version (number->string %texlive-revision))
|
||||||
(source (origin
|
(source (texlive-origin
|
||||||
(method svn-fetch)
|
name version
|
||||||
(uri (texlive-ref "latex" "changebar"))
|
(list "doc/latex/changebar/"
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
"source/latex/changebar/"
|
||||||
(sha256
|
"tex/latex/changebar/")
|
||||||
(base32
|
(base32
|
||||||
"05x15ilynqrl448h8l6qiraygamdldlngz89a2bw7kg74fym14ch"))))
|
"0y32inrdpki6v3dwyymfglf78wbfd29b6xa8vjn337dr4gxlma85")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(arguments '(#:tex-directory "latex/changebar"))
|
|
||||||
(home-page "https://www.ctan.org/pkg/changebar")
|
(home-page "https://www.ctan.org/pkg/changebar")
|
||||||
(synopsis "Generate changebars in LaTeX documents")
|
(synopsis "Generate changebars in LaTeX documents")
|
||||||
(description
|
(description
|
||||||
"Identify areas of text to be marked with changebars with the
|
"Identify areas of text to be marked with changebars with the
|
||||||
@code{\\cbstart} and @code{\\cbend} commands; the bars may be coloured. The
|
@code{\\cbstart} and @code{\\cbend} commands; the bars may be coloured. The
|
||||||
package uses @code{drivers} to place the bars; the available drivers can work
|
package uses drivers to place the bars; the available drivers can work with
|
||||||
with @code{dvitoln03}, @code{dvitops}, @code{dvips}, the emTeX and TeXtures DVI
|
@code{dvitoln03}, @code{dvitops}, @code{dvips}, the emTeX and TeXtures DVI
|
||||||
drivers, and VTeX and pdfTeX.")
|
drivers, and VTeX and pdfTeX.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-deprecated-package texlive-latex-changebar texlive-changebar)
|
||||||
|
|
||||||
(define-public texlive-latex-cmap
|
(define-public texlive-latex-cmap
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex-cmap")
|
(name "texlive-latex-cmap")
|
||||||
|
|
Reference in a new issue