[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
134/409: gnu: texlive-ifoddpage: Refresh package definition.
From: |
guix-commits |
Subject: |
134/409: gnu: texlive-ifoddpage: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:35 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 88b134da8e8d6e34dcc618aa2b503d6cd8dbd99c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 23:02:28 2023 +0200
gnu: texlive-ifoddpage: Refresh package definition.
* gnu/packages/tex.scm (texlive-ifoddpage): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2e44b34361..95c5a6d60f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11320,30 +11320,30 @@ a physical page.")
(license license:lppl))))
(define-public texlive-ifoddpage
- (let ((template (simple-texlive-package
- "texlive-ifoddpage"
- (list "/source/latex/ifoddpage/")
- (base32
- "14x0haj3xjsk9dn2djg117sl7x5nbwgbivhjj3ichnxlgrlf1bis"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/ifoddpage")
- ((#:build-targets _ '())
- ''("ifoddpage.ins"))))
- (native-inputs
- (list texlive-ydoc))
- (home-page "https://www.ctan.org/pkg/ifoddpage")
- (synopsis "Determine if the current page is odd or even")
- (description "This package provides an @code{\\ifoddpage} conditional to
-determine if the current page is odd or even. The macro @code{\\checkoddpage}
-must be used directly before to check the page number using a label. Two
-compiler runs are therefore required to achieve correct results. In addition,
-the conditional @code{\\ifoddpageoronside} is provided which is also true in
-@code{oneside} mode where all pages use the odd page layout.")
- (license license:lppl1.3))))
+ (package
+ (name "texlive-ifoddpage")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ifoddpage/"
+ "source/latex/ifoddpage/"
+ "tex/latex/ifoddpage/")
+ (base32
+ "06xn3dwf6aa8j3lmvvgwfadw2ahw770jx91x8nyl8zir58aiys5s")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs
+ (list texlive-ydoc))
+ (home-page "https://ctan.org/pkg/ifoddpage")
+ (synopsis "Determine if the current page is odd or even")
+ (description
+ "This package provides an @code{\\ifoddpage} conditional to determine if
+the current page is odd or even. The macro @code{\\checkoddpage} must be used
+directly before to check the page number using a label. Two compiler runs are
+therefore required to achieve correct results. In addition, the conditional
+@code{\\ifoddpageoronside} is provided which is also true in @code{oneside}
+mode where all pages use the odd page layout.")
+ (license license:lppl1.3)))
(define-public texlive-storebox
(let ((template (simple-texlive-package
- 72/409: gnu: texlive-latex-bookmark -> texlive-bookmark., (continued)
- 72/409: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/05/20
- 75/409: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/05/20
- 94/409: gnu: Add texlive-ctablestack., guix-commits, 2023/05/20
- 96/409: gnu: Add texlive-luacode., guix-commits, 2023/05/20
- 99/409: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/05/20
- 113/409: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/20
- 114/409: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/20
- 123/409: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/05/20
- 125/409: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/05/20
- 130/409: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/05/20
- 134/409: gnu: texlive-ifoddpage: Refresh package definition.,
guix-commits <=
- 139/409: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/05/20
- 151/409: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/05/20
- 166/409: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/20
- 172/409: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/05/20
- 183/409: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/05/20
- 185/409: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/05/20
- 189/409: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/05/20
- 191/409: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/05/20
- 193/409: gnu: texlive-fpl: Refresh package definition., guix-commits, 2023/05/20
- 198/409: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/05/20