[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
137/435: gnu: texlive-standalone: Refresh package definition.
From: |
guix-commits |
Subject: |
137/435: gnu: texlive-standalone: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:39:32 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ccc5697b9ff7479b030ba8d014fece2d990497dd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 22:12:14 2023 +0200
gnu: texlive-standalone: Refresh package definition.
* gnu/packages/tex.scm (texlive-standalone)[source]: Use TEXLIVE-ORIGIN
instead of TEXLIVE-REF and SVN-FETCH.
---
gnu/packages/tex.scm | 52 ++++++++++++++++++++++++++++++++--------------------
1 file changed, 32 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 789776ebc2..e15c2a1e5a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10477,30 +10477,42 @@ keys.")
(package
(name "texlive-standalone")
(version (number->string %texlive-revision))
- (source
- (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "standalone"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "192ydxcn8ir96q8qwvnppksmqf5i0p50i0wz6iqazbwmh3dqxpx4"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/standalone/"
+ "source/latex/standalone/"
+ "tex/latex/standalone/"
+ "tex/plain/standalone/")
+ (base32
+ "00cs6bxpcpl8fjld280af52njkv44fm81yww9ynhqa9xp49q0p90")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/standalone"))
- (propagated-inputs
- (list texlive-xkeyval))
(native-inputs
(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")
- (description "A class and package is provided which allows TeX pictures or
-other TeX code to be compiled standalone or as part of a main document.
-Special support for pictures with beamer overlays is also provided. The
-package is used in the main document and skips extra preambles in sub-files.
-The class may be used to simplify the preamble in sub-files. By default the
-@code{preview} package is used to display the typeset code without margins.
-The behaviour in standalone mode may adjusted using a configuration file
-@code{standalone.cfg} to redefine the standalone environment.")
+ (description
+ "This package provides a class and package is provided which allows TeX
+pictures or other TeX code to be compiled standalone or as part of a main
+document. Special support for pictures with @code{beamer} overlays is also
+provided. The package is used in the main document and skips extra preambles
+in sub-files. The class may be used to simplify the preamble in sub-files.
+By default the @code{preview} package is used to display the typeset code
+without margins.")
(license license:lppl1.3+)))
(define-public texlive-siunitx
- 123/435: gnu: texlive-tex-plain -> texlive-plain., (continued)
- 123/435: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/06/06
- 119/435: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/06/06
- 125/435: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/06/06
- 128/435: gnu: Add texlive-svn-prov., guix-commits, 2023/06/06
- 129/435: gnu: Add texlive-gincltex., guix-commits, 2023/06/06
- 131/435: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/06/06
- 130/435: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/06/06
- 133/435: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/06/06
- 134/435: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/06/06
- 135/435: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/06/06
- 137/435: gnu: texlive-standalone: Refresh package definition.,
guix-commits <=
- 138/435: gnu: Add texlive-modes., guix-commits, 2023/06/06
- 139/435: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/06/06
- 140/435: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/06/06
- 144/435: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/06/06
- 142/435: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/06/06
- 147/435: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/06
- 148/435: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/06/06
- 151/435: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/06/06
- 155/435: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/06/06
- 156/435: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/06