[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
134/452: gnu: texlive-ifoddpage: Refresh package definition.
From: |
guix-commits |
Subject: |
134/452: gnu: texlive-ifoddpage: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:10 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 54a2427881daca00997a698d9e8a1b7e91402fc5
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 8569e487b6..31e6e36980 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11312,30 +11312,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
- 27/452: gnu: Add texlive-luabidi., (continued)
- 27/452: gnu: Add texlive-luabidi., guix-commits, 2023/06/09
- 33/452: gnu: Add texlive-attachfile., guix-commits, 2023/06/09
- 41/452: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/06/09
- 57/452: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/09
- 69/452: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/06/09
- 68/452: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/06/09
- 87/452: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/09
- 92/452: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/09
- 97/452: gnu: Add texlive-hyperxmp., guix-commits, 2023/06/09
- 113/452: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/06/09
- 134/452: gnu: texlive-ifoddpage: Refresh package definition.,
guix-commits <=
- 154/452: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/09
- 35/452: gnu: Add texlive-subfig., guix-commits, 2023/06/09
- 150/452: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/06/09
- 175/452: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/09
- 171/452: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/06/09
- 182/452: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/06/09
- 185/452: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/09
- 184/452: gnu: Add texlive-etextools., guix-commits, 2023/06/09
- 188/452: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/06/09
- 202/452: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/06/09