mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 16:57:55 +01:00
gnu: texlive-latex-varwidth -> texlive-varwidth.
* gnu/packages/tex.scm (texlive-varwidth): New variable. (texlive-latex-varwidth): Deprecate variable. (texlive-adjustbox): Use new name. * gnu/packages/maths.scm (hypre)[native-inputs]: Use new name. Re-order alphabetically. * gnu/packages/sphinx.scm (python-sphinx)[propagated-inputs]: Use new name. Re-order alphabetically.
This commit is contained in:
parent
89b54d1ea8
commit
3c3bb270da
3 changed files with 43 additions and 68 deletions
|
@ -5784,42 +5784,42 @@ (define-public hypre
|
||||||
texlive-capt-of
|
texlive-capt-of
|
||||||
texlive-caption
|
texlive-caption
|
||||||
texlive-cm
|
texlive-cm
|
||||||
|
texlive-cmap
|
||||||
|
texlive-colortbl
|
||||||
texlive-courier
|
texlive-courier
|
||||||
texlive-enumitem
|
texlive-enumitem
|
||||||
texlive-etoc
|
texlive-etoc
|
||||||
texlive-etoolbox
|
texlive-etoolbox
|
||||||
texlive-fancyhdr
|
texlive-fancyhdr
|
||||||
texlive-fancyvrb
|
texlive-fancyvrb
|
||||||
texlive-helvetic
|
|
||||||
texlive-jknappen
|
|
||||||
texlive-sectsty
|
|
||||||
texlive-tex-gyre
|
|
||||||
texlive-wasy
|
|
||||||
texlive-xcolor
|
|
||||||
texlive-xypic
|
|
||||||
texlive-listofitems
|
|
||||||
texlive-cmap
|
|
||||||
texlive-colortbl
|
|
||||||
texlive-float
|
texlive-float
|
||||||
texlive-fncychap
|
texlive-fncychap
|
||||||
texlive-framed
|
texlive-framed
|
||||||
texlive-geometry
|
texlive-geometry
|
||||||
texlive-hanging
|
texlive-hanging
|
||||||
|
texlive-helvetic
|
||||||
texlive-hyperref
|
texlive-hyperref
|
||||||
|
texlive-jknappen
|
||||||
|
texlive-listofitems
|
||||||
texlive-multirow
|
texlive-multirow
|
||||||
texlive-natbib
|
texlive-natbib
|
||||||
texlive-latex-needspace
|
texlive-latex-needspace
|
||||||
texlive-newunicodechar
|
texlive-newunicodechar
|
||||||
texlive-parskip
|
texlive-parskip
|
||||||
|
texlive-sectsty
|
||||||
texlive-stackengine
|
texlive-stackengine
|
||||||
texlive-tabulary
|
texlive-tabulary
|
||||||
texlive-tocloft
|
texlive-tex-gyre
|
||||||
texlive-upquote
|
|
||||||
texlive-latex-varwidth
|
|
||||||
texlive-titlesec
|
texlive-titlesec
|
||||||
|
texlive-tocloft
|
||||||
texlive-ulem
|
texlive-ulem
|
||||||
|
texlive-upquote
|
||||||
|
texlive-varwidth
|
||||||
|
texlive-wasy
|
||||||
texlive-wasysym
|
texlive-wasysym
|
||||||
texlive-wrapfig))))
|
texlive-wrapfig
|
||||||
|
texlive-xcolor
|
||||||
|
texlive-xypic))))
|
||||||
(inputs
|
(inputs
|
||||||
(list openblas lapack))
|
(list openblas lapack))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
|
@ -109,11 +109,8 @@ (define-public python-sphinx
|
||||||
texlive-amsmath
|
texlive-amsmath
|
||||||
texlive-capt-of
|
texlive-capt-of
|
||||||
texlive-carlisle ;remreset
|
texlive-carlisle ;remreset
|
||||||
texlive-etoolbox
|
|
||||||
texlive-ltxcmds
|
|
||||||
texlive-hyperref
|
|
||||||
texlive-latex-base ;alltt, atbegshi, makeidx, textcomp
|
|
||||||
texlive-cmap
|
texlive-cmap
|
||||||
|
texlive-etoolbox
|
||||||
texlive-fancyhdr
|
texlive-fancyhdr
|
||||||
texlive-fancyvrb
|
texlive-fancyvrb
|
||||||
texlive-float
|
texlive-float
|
||||||
|
@ -121,16 +118,19 @@ (define-public python-sphinx
|
||||||
texlive-framed
|
texlive-framed
|
||||||
texlive-geometry
|
texlive-geometry
|
||||||
texlive-graphics ;graphicx, color
|
texlive-graphics ;graphicx, color
|
||||||
|
texlive-hyperref
|
||||||
texlive-kvoptions
|
texlive-kvoptions
|
||||||
|
texlive-latex-base ;alltt, atbegshi, makeidx, textcomp
|
||||||
|
texlive-ltxcmds
|
||||||
texlive-latex-needspace
|
texlive-latex-needspace
|
||||||
|
texlive-oberdiek ;hypcap
|
||||||
texlive-parskip
|
texlive-parskip
|
||||||
texlive-latex-preview
|
texlive-latex-preview
|
||||||
texlive-tabulary
|
texlive-tabulary
|
||||||
texlive-titlesec
|
texlive-titlesec
|
||||||
texlive-tools ;multicol, longtable
|
texlive-tools ;multicol, longtable
|
||||||
texlive-upquote
|
texlive-upquote
|
||||||
texlive-latex-varwidth
|
texlive-varwidth
|
||||||
texlive-oberdiek ;hypcap
|
|
||||||
texlive-wrapfig
|
texlive-wrapfig
|
||||||
texlive-xcolor))
|
texlive-xcolor))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
|
@ -5757,7 +5757,7 @@ (define-public texlive-showexpl
|
||||||
texlive-graphics
|
texlive-graphics
|
||||||
texlive-listings
|
texlive-listings
|
||||||
texlive-refcount
|
texlive-refcount
|
||||||
texlive-latex-varwidth))
|
texlive-varwidth))
|
||||||
(home-page "https://ctan.org/pkg/showexpl")
|
(home-page "https://ctan.org/pkg/showexpl")
|
||||||
(synopsis "Typesetting LaTeX source code")
|
(synopsis "Typesetting LaTeX source code")
|
||||||
(description
|
(description
|
||||||
|
@ -8289,55 +8289,30 @@ (define-public texlive-acmart
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-acmart texlive-acmart)
|
(define-deprecated-package texlive-latex-acmart texlive-acmart)
|
||||||
|
|
||||||
(define-public texlive-latex-varwidth
|
|
||||||
(package
|
|
||||||
(name "texlive-latex-varwidth")
|
|
||||||
(version (number->string %texlive-revision))
|
|
||||||
(source (origin
|
|
||||||
(method svn-fetch)
|
|
||||||
(uri (svn-reference
|
|
||||||
(url (string-append "svn://www.tug.org/texlive/tags/"
|
|
||||||
%texlive-tag "/Master/texmf-dist/"
|
|
||||||
"/tex/latex/varwidth"))
|
|
||||||
(revision %texlive-revision)))
|
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1bmz9ap0ffyg7qry2xi7lki06qx4809w028xvk88cl66h7p46g52"))))
|
|
||||||
(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/varwidth")))
|
|
||||||
(mkdir-p target)
|
|
||||||
(copy-recursively (assoc-ref %build-inputs "source") target)
|
|
||||||
#t))))
|
|
||||||
(home-page "https://www.ctan.org/pkg/varwidth")
|
|
||||||
(synopsis "Variable-width minipage")
|
|
||||||
(description
|
|
||||||
"The @code{varwidth} environment is superficially similar to
|
|
||||||
@code{minipage}, but the specified width is just a maximum value — the box may
|
|
||||||
get a narrower “natural” width.")
|
|
||||||
(license license:lppl)))
|
|
||||||
|
|
||||||
(define-public texlive-varwidth
|
(define-public texlive-varwidth
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-varwidth")
|
||||||
"texlive-varwidth"
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
(list "doc/latex/varwidth/" "tex/latex/varwidth/")
|
(list "doc/latex/varwidth/" "tex/latex/varwidth/")
|
||||||
(base32 "0jcrv4klcjpl17ml0zyqfvkrq6qwn2imxv8syqs5m6qk0fk7hg6l")
|
(base32
|
||||||
#:trivial? #t))
|
"0jcrv4klcjpl17ml0zyqfvkrq6qwn2imxv8syqs5m6qk0fk7hg6l")))
|
||||||
(home-page "https://ctan.org/macros/latex/contrib/varwidth")
|
(outputs '("out" "doc"))
|
||||||
(synopsis "Variable-width minipage LaTeX environment")
|
(build-system texlive-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list texlive-bookmark
|
||||||
|
texlive-hyperref))
|
||||||
|
(home-page "https://ctan.org/pkg/varwidth")
|
||||||
|
(synopsis "Variable-width @code{minipage}")
|
||||||
(description
|
(description
|
||||||
"The varwidth environment is superficially similar to minipage, but the
|
"The @code{varwidth} environment is superficially similar to @code{minipage},
|
||||||
specified width is just a maximum value --- the box may get a narrower natural
|
but the specified width is just a maximum value -- the box may get a narrower
|
||||||
width.")
|
natural width.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-deprecated-package texlive-latex-varwidth texlive-varwidth)
|
||||||
|
|
||||||
(define-public texlive-wasy
|
(define-public texlive-wasy
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(inherit (simple-texlive-package
|
||||||
|
@ -11481,7 +11456,7 @@ (define-public texlive-adjustbox
|
||||||
texlive-ifoddpage
|
texlive-ifoddpage
|
||||||
texlive-pgf
|
texlive-pgf
|
||||||
texlive-storebox
|
texlive-storebox
|
||||||
texlive-latex-varwidth
|
texlive-varwidth
|
||||||
texlive-xkeyval))
|
texlive-xkeyval))
|
||||||
(home-page "https://www.ctan.org/pkg/adjustbox")
|
(home-page "https://www.ctan.org/pkg/adjustbox")
|
||||||
(synopsis "Graphics package-alike macros for “general” boxes")
|
(synopsis "Graphics package-alike macros for “general” boxes")
|
||||||
|
|
Loading…
Reference in a new issue