gnu: texlive-standalone: Refresh package definition.
* gnu/packages/tex.scm (texlive-standalone)[source]: Use TEXLIVE-ORIGIN instead of TEXLIVE-REF and SVN-FETCH.
This commit is contained in:
parent
2682be0aa7
commit
ef74e252d7
1 changed files with 32 additions and 20 deletions
|
|
@ -10469,30 +10469,42 @@ keys.")
|
||||||
(package
|
(package
|
||||||
(name "texlive-standalone")
|
(name "texlive-standalone")
|
||||||
(version (number->string %texlive-revision))
|
(version (number->string %texlive-revision))
|
||||||
(source
|
(source (texlive-origin
|
||||||
(origin
|
name version
|
||||||
(method svn-fetch)
|
(list "doc/latex/standalone/"
|
||||||
(uri (texlive-ref "latex" "standalone"))
|
"source/latex/standalone/"
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
"tex/latex/standalone/"
|
||||||
(sha256
|
"tex/plain/standalone/")
|
||||||
(base32
|
(base32
|
||||||
"192ydxcn8ir96q8qwvnppksmqf5i0p50i0wz6iqazbwmh3dqxpx4"))))
|
"00cs6bxpcpl8fjld280af52njkv44fm81yww9ynhqa9xp49q0p90")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(arguments '(#:tex-directory "latex/standalone"))
|
|
||||||
(propagated-inputs
|
|
||||||
(list texlive-xkeyval))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list texlive-ydoc))
|
(list texlive-ydoc))
|
||||||
(home-page "http://www.ctan.org/pkg/standalone")
|
(propagated-inputs
|
||||||
|
(list texlive-adjustbox
|
||||||
|
texlive-currfile
|
||||||
|
texlive-filemod
|
||||||
|
texlive-gincltex
|
||||||
|
texlive-iftex
|
||||||
|
texlive-multido
|
||||||
|
texlive-pdftexcmds
|
||||||
|
texlive-pgf
|
||||||
|
texlive-preview
|
||||||
|
texlive-pstricks
|
||||||
|
texlive-tools
|
||||||
|
texlive-varwidth
|
||||||
|
texlive-xkeyval))
|
||||||
|
(home-page "https://ctan.org/pkg/standalone")
|
||||||
(synopsis "Compile TeX pictures stand-alone or as part of a document")
|
(synopsis "Compile TeX pictures stand-alone or as part of a document")
|
||||||
(description "A class and package is provided which allows TeX pictures or
|
(description
|
||||||
other TeX code to be compiled standalone or as part of a main document.
|
"This package provides a class and package is provided which allows TeX
|
||||||
Special support for pictures with beamer overlays is also provided. The
|
pictures or other TeX code to be compiled standalone or as part of a main
|
||||||
package is used in the main document and skips extra preambles in sub-files.
|
document. Special support for pictures with @code{beamer} overlays is also
|
||||||
The class may be used to simplify the preamble in sub-files. By default the
|
provided. The package is used in the main document and skips extra preambles
|
||||||
@code{preview} package is used to display the typeset code without margins.
|
in sub-files. The class may be used to simplify the preamble in sub-files.
|
||||||
The behaviour in standalone mode may adjusted using a configuration file
|
By default the @code{preview} package is used to display the typeset code
|
||||||
@code{standalone.cfg} to redefine the standalone environment.")
|
without margins.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-siunitx
|
(define-public texlive-siunitx
|
||||||
|
|
|
||||||
Reference in a new issue