[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
244/452: gnu: texlive-fancyhdr: Refresh package definition.
From: |
guix-commits |
Subject: |
244/452: gnu: texlive-fancyhdr: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:30 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0d841590b049f0415c4710049388cd524dcc64ca
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 23:19:46 2023 +0200
gnu: texlive-fancyhdr: Refresh package definition.
* gnu/packages/tex.scm (texlive-fancyhdr): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 41 ++++++++++++++++++-----------------------
1 file changed, 18 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2477879ac5..2a98775fce 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6790,29 +6790,24 @@ floats, center, flushleft, and flushright, lists, and
pages.")
(define-deprecated-package texlive-latex-fancybox texlive-fancybox)
(define-public texlive-fancyhdr
- (let ((template (simple-texlive-package
- "texlive-fancyhdr"
- (list "doc/latex/fancyhdr/"
- "source/latex/fancyhdr/"
- "tex/latex/fancyhdr/")
- (base32
- "15fainwxs22gg4xhwsv1vmjgdhg34dbkir26nnk4pb6jprpwb83f"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/fancyhdr")
- ((#:build-targets _ '())
- #~(list "fancyhdr.ins"))))
- (home-page "https://www.ctan.org/pkg/fancyhdr")
- (synopsis "Extensive control of page headers and footers in LaTeX2e")
- (description
- "This package provides extensive facilities, both for constructing
-headers and footers, and for controlling their use (for example, at times when
-LaTeX would automatically change the heading style in use).")
- (license license:lppl))))
+ (package
+ (name "texlive-fancyhdr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/fancyhdr/" "source/latex/fancyhdr/"
+ "tex/latex/fancyhdr/")
+ (base32
+ "15fainwxs22gg4xhwsv1vmjgdhg34dbkir26nnk4pb6jprpwb83f")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fancyhdr")
+ (synopsis "Extensive control of page headers and footers in LaTeX2e")
+ (description
+ "The package provides extensive facilities, both for constructing headers
+and footers, and for controlling their use (for example, at times when LaTeX
+would automatically change the heading style in use).")
+ (license license:lppl1.3+)))
(define-deprecated-package texlive-latex-fancyhdr texlive-fancyhdr)
- 91/452: gnu: texlive-booktabs: Fix build., (continued)
- 91/452: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/09
- 105/452: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/06/09
- 102/452: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/06/09
- 179/452: gnu: Add texlive-incgraph., guix-commits, 2023/06/09
- 194/452: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/06/09
- 207/452: gnu: texlive-pst-text: Refresh package definition., guix-commits, 2023/06/09
- 206/452: gnu: texlive-iftex: Refresh package definition., guix-commits, 2023/06/09
- 210/452: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/06/09
- 224/452: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/09
- 237/452: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/06/09
- 244/452: gnu: texlive-fancyhdr: Refresh package definition.,
guix-commits <=
- 248/452: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/06/09
- 251/452: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/06/09
- 256/452: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/06/09
- 269/452: gnu: Add texlive-colorprofiles., guix-commits, 2023/06/09
- 264/452: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/06/09
- 283/452: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/06/09
- 290/452: gnu: texlive-txfonts: Refresh package definition., guix-commits, 2023/06/09
- 293/452: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/06/09
- 308/452: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/06/09
- 312/452: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/06/09