gnu: texlive-latex-fancybox -> texlive-fancybox.
* gnu/packages/tex.scm (texlive-fancybox): New variable. (texlive-latex-fancybox): Deprecate variable. * gnu/packages/docbook.scm (dblatex): Use new name.
This commit is contained in:
parent
51a55ec735
commit
30302ded0d
@ -540,7 +540,7 @@ the in DocBook SGML DTDs.")
|
|||||||
texlive-bookmark
|
texlive-bookmark
|
||||||
texlive-changebar
|
texlive-changebar
|
||||||
texlive-colortbl
|
texlive-colortbl
|
||||||
texlive-latex-fancybox
|
texlive-fancybox
|
||||||
texlive-fancyhdr
|
texlive-fancyhdr
|
||||||
texlive-fancyvrb
|
texlive-fancyvrb
|
||||||
texlive-latex-float
|
texlive-latex-float
|
||||||
|
@ -6615,34 +6615,20 @@ individual cells.")
|
|||||||
|
|
||||||
(define-deprecated-package texlive-latex-colortbl texlive-colortbl)
|
(define-deprecated-package texlive-latex-colortbl texlive-colortbl)
|
||||||
|
|
||||||
(define-public texlive-latex-fancybox
|
(define-public texlive-fancybox
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex-fancybox")
|
(name "texlive-fancybox")
|
||||||
(version (number->string %texlive-revision))
|
(version (number->string %texlive-revision))
|
||||||
(source (origin
|
(source (texlive-origin
|
||||||
(method svn-fetch)
|
name version
|
||||||
(uri (svn-reference
|
(list "doc/latex/fancybox/"
|
||||||
(url (string-append "svn://www.tug.org/texlive/tags/"
|
"tex/latex/fancybox/")
|
||||||
%texlive-tag "/Master/texmf-dist/"
|
(base32
|
||||||
"/tex/latex/fancybox"))
|
"0pb1j0a1va8yhrzig7dwrd8jgq39mbcpygl810jhrv8pl473mfmn")))
|
||||||
(revision %texlive-revision)))
|
(outputs '("out" "doc"))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(build-system texlive-build-system)
|
||||||
(sha256
|
(home-page "https://ctan.org/pkg/fancybox")
|
||||||
(base32
|
(synopsis "Variants of @code{\\fbox} and other games with boxes")
|
||||||
"0smmnaad2q8qwicay1frri990lv65l0k8cwzsvdsyp3jk8kp042w"))))
|
|
||||||
(build-system trivial-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:modules ((guix build utils))
|
|
||||||
#:builder
|
|
||||||
(begin
|
|
||||||
(use-modules (guix build utils))
|
|
||||||
(let ((target (string-append (assoc-ref %outputs "out")
|
|
||||||
"/share/texmf-dist/tex/latex/fancybox")))
|
|
||||||
(mkdir-p target)
|
|
||||||
(copy-recursively (assoc-ref %build-inputs "source") target)
|
|
||||||
#t))))
|
|
||||||
(home-page "https://www.ctan.org/pkg/fancybox")
|
|
||||||
(synopsis "Variants of \\fbox and other games with boxes")
|
|
||||||
(description
|
(description
|
||||||
"This package provides variants of @code{\\fbox}: @code{\\shadowbox},
|
"This package provides variants of @code{\\fbox}: @code{\\shadowbox},
|
||||||
@code{\\doublebox}, @code{\\ovalbox}, @code{\\Ovalbox}, with helpful tools for
|
@code{\\doublebox}, @code{\\ovalbox}, @code{\\Ovalbox}, with helpful tools for
|
||||||
@ -6650,6 +6636,8 @@ using box macros and flexible verbatim macros. You can box mathematics,
|
|||||||
floats, center, flushleft, and flushright, lists, and pages.")
|
floats, center, flushleft, and flushright, lists, and pages.")
|
||||||
(license license:lppl1.2+)))
|
(license license:lppl1.2+)))
|
||||||
|
|
||||||
|
(define-deprecated-package texlive-latex-fancybox texlive-fancybox)
|
||||||
|
|
||||||
(define-public texlive-fancyhdr
|
(define-public texlive-fancyhdr
|
||||||
(let ((template (simple-texlive-package
|
(let ((template (simple-texlive-package
|
||||||
"texlive-fancyhdr"
|
"texlive-fancyhdr"
|
||||||
|
Loading…
Reference in New Issue
Block a user