[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
234/418: gnu: texlive-bigfoot: Refresh package definition.
From: |
guix-commits |
Subject: |
234/418: gnu: texlive-bigfoot: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:20 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a7ef564825b47d0f57f1371d203990ecb63bac7c
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 2e530e68d2..861c3fb8bd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5144,31 +5144,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}
@@ -5177,7 +5170,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)
- 196/418: gnu: texlive-symbol: Refresh package definition., (continued)
- 196/418: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/29
- 197/418: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/05/29
- 199/418: gnu: texlive-microtype: Refresh package definition., guix-commits, 2023/05/29
- 202/418: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/05/29
- 205/418: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/05/29
- 231/418: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/05/29
- 227/418: gnu: texlive-pict2e: Refresh package definition., guix-commits, 2023/05/29
- 219/418: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/05/29
- 218/418: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/05/29
- 230/418: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/05/29
- 234/418: gnu: texlive-bigfoot: Refresh package definition.,
guix-commits <=
- 258/418: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/05/29
- 259/418: gnu: texlive-bitset: Refresh package definition., guix-commits, 2023/05/29
- 268/418: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/05/29
- 270/418: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/05/29
- 272/418: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/05/29
- 274/418: gnu: texlive-mflogo: Refresh package definition., guix-commits, 2023/05/29
- 277/418: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/05/29
- 278/418: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/05/29
- 282/418: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/05/29
- 283/418: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/05/29