me
/
guix
Archived
1
0
Fork 0

gnu: texlive-latex-framed -> texlive-framed.

* gnu/packages/tex.scm (texlive-framed): New variable.
(texlive-latex-framed): Deprecate variable.
(texlive-minted):
* gnu/packages/maths.scm (hypre):
* gnu/packages/sphinx.scm (python-sphinx): Use new name.
Nicolas Goaziou 2023-05-13 08:01:51 +02:00
parent ec56993c84
commit 49928a5dc2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
3 changed files with 18 additions and 30 deletions

View File

@ -5802,7 +5802,7 @@ set.")
texlive-latex-colortbl texlive-latex-colortbl
texlive-latex-float texlive-latex-float
texlive-fncychap texlive-fncychap
texlive-latex-framed texlive-framed
texlive-latex-geometry texlive-latex-geometry
texlive-hanging texlive-hanging
texlive-hyperref texlive-hyperref

View File

@ -118,7 +118,7 @@
texlive-fancyvrb texlive-fancyvrb
texlive-latex-float texlive-latex-float
texlive-fncychap texlive-fncychap
texlive-latex-framed texlive-framed
texlive-latex-geometry texlive-latex-geometry
texlive-graphics ;graphicx, color texlive-graphics ;graphicx, color
texlive-kvoptions texlive-kvoptions

View File

@ -5905,46 +5905,34 @@ headings.")
(define-deprecated-package texlive-latex-fncychap texlive-fncychap) (define-deprecated-package texlive-latex-fncychap texlive-fncychap)
(define-public texlive-latex-framed (define-public texlive-framed
(package (package
(name "texlive-latex-framed") (name "texlive-framed")
(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/framed/"
(url (string-append "svn://www.tug.org/texlive/tags/" "tex/latex/framed/")
%texlive-tag "/Master/texmf-dist/"
"/tex/latex/framed"))
(revision %texlive-revision)))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32 (base32
"14a4ydqsvp3vcfavl21jrv0ybiqypaaqzg2q2cs3rzkandg7w98x")))) "09hlzjlhz3q3l62h6gj997pfx1hc4726frhcdc6y5g66c3gh621g")))
(build-system trivial-build-system) (outputs '("out" "doc"))
(arguments (build-system texlive-build-system)
`(#:modules ((guix build utils)) (home-page "https://ctan.org/pkg/framed")
#:builder
(begin
(use-modules (guix build utils))
(let ((target (string-append (assoc-ref %outputs "out")
"/share/texmf-dist/tex/latex/framed")))
(mkdir-p target)
(copy-recursively (assoc-ref %build-inputs "source") target)
#t))))
(home-page "https://www.ctan.org/pkg/framed")
(synopsis "Framed or shaded regions that can break across pages") (synopsis "Framed or shaded regions that can break across pages")
(description (description
"The package creates three environments: @code{framed}, which puts an "The package creates three environments: @code{framed}, which puts an
ordinary frame box around the region, @code{shaded}, which shades the region, ordinary frame box around the region, @code{shaded}, which shades the region,
and @code{leftbar}, which places a line at the left side. The environments and @code{leftbar}, which places a line at the left side. The environments
allow a break at their start (the @code{\\FrameCommand} enables creation of a allow a break at their start (the @code{\\FrameCommand} enables creation of
title that is attached to the environment); breaks are also allowed in the a title that is attached to the environment); breaks are also allowed in the
course of the framed/shaded matter. There is also a command course of the framed/shaded matter. There is also a command
@code{\\MakeFramed} to make your own framed-style environments.") @code{\\MakeFramed} to make your own framed-style environments.")
;; The header states: "These macros may be freely transmitted, reproduced, ;; The header states: "These macros may be freely transmitted, reproduced,
;; or modified for any purpose provided that this notice is left intact." ;; or modified for any purpose provided that this notice is left intact."
(license (license:fsf-free "file://framed.sty")))) (license (license:fsf-free "file://framed.sty"))))
(define-deprecated-package texlive-latex-framed texlive-framed)
(define-public texlive-latex-g-brief (define-public texlive-latex-g-brief
(package (package
(name "texlive-latex-g-brief") (name "texlive-latex-g-brief")
@ -10686,7 +10674,7 @@ configuration of its own fixed names, using @file{.mld} files.")
texlive-etoolbox texlive-etoolbox
texlive-fancyvrb texlive-fancyvrb
texlive-latex-float texlive-latex-float
texlive-latex-framed texlive-framed
texlive-fvextra texlive-fvextra
texlive-ifplatform texlive-ifplatform
texlive-lineno texlive-lineno