[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
234/458: gnu: texlive-bigfoot: Refresh package definition.
From: |
guix-commits |
Subject: |
234/458: gnu: texlive-bigfoot: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:40 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit eabab25f3aca23690225f1e4c6ad9b8c81e92bb7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 22:43:13 2023 +0200
gnu: texlive-bigfoot: Refresh package definition.
* gnu/packages/tex.scm (texlive-bigfoot): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 45 +++++++++++++++++++--------------------------
1 file changed, 19 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 381d415409..1ba076d1f2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5136,31 +5136,24 @@ either in conjunction with BibTeX or as a replacement
for BibTeX.")
(define-deprecated-package texlive-latex-amsrefs texlive-amsrefs)
(define-public texlive-bigfoot
- (let ((template (simple-texlive-package
- "texlive-bigfoot"
- (list "doc/latex/bigfoot/"
- "source/latex/bigfoot/"
- "tex/latex/bigfoot/")
- (base32
- "140b4bbjcgajd1flznmi3ga6lx5pna2nxybr2dqm9515lny8gwf0"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t) "latex/bigfoot")
- ((#:build-targets _ '()) '(list "bigfoot.ins"))
- ((#:phases phases)
- #~(modify-phases #$phases
- (add-after 'chdir 'delete-drv-files
- (lambda _
- (for-each delete-file (find-files "." "\\.drv$"))))))))
- (propagated-inputs
- (list texlive-etex texlive-ncctools))
- (home-page "https://ctan.org/pkg/bigfoot")
- (synopsis "Footnotes for critical editions")
- (description
- "The package aims to provide a one-stop solution to requirements for
+ (package
+ (name "texlive-bigfoot")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bigfoot/"
+ "source/latex/bigfoot/"
+ "tex/latex/bigfoot/")
+ (base32
+ "140b4bbjcgajd1flznmi3ga6lx5pna2nxybr2dqm9515lny8gwf0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-etex texlive-ncctools))
+ (home-page "https://ctan.org/pkg/bigfoot")
+ (synopsis "Footnotes for critical editions")
+ (description
+ "The package aims to provide a one-stop solution to requirements for
footnotes. It offers multiple footnote apparatus superior to that of
@code{manyfoot}. Footnotes can be formatted in separate paragraphs, or be run
into a single paragraph. Note that the majority of the @code{bigfoot}
@@ -5169,7 +5162,7 @@ information from that package's documentation.
The @code{bigfoot} bundle also provides the @code{perpage} and @code{suffix}
packages.")
- (license license:gpl2+))))
+ (license license:gpl2+)))
(define-deprecated-package texlive-latex-bigfoot texlive-bigfoot)
- 184/458: gnu: Add texlive-etextools., (continued)
- 184/458: gnu: Add texlive-etextools., guix-commits, 2023/06/14
- 186/458: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/06/14
- 187/458: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/06/14
- 188/458: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/06/14
- 201/458: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/06/14
- 210/458: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/06/14
- 216/458: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/06/14
- 218/458: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/06/14
- 137/458: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/06/14
- 139/458: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/06/14
- 234/458: gnu: texlive-bigfoot: Refresh package definition.,
guix-commits <=
- 241/458: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/06/14
- 248/458: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/06/14
- 250/458: gnu: texlive-pdfpages: Refresh package definition., guix-commits, 2023/06/14
- 82/458: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/06/14
- 146/458: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/06/14
- 161/458: gnu: Add texlive-kantlipsum., guix-commits, 2023/06/14
- 169/458: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/06/14
- 179/458: gnu: Add texlive-incgraph., guix-commits, 2023/06/14
- 182/458: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/06/14
- 196/458: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/06/14