[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
206/458: gnu: texlive-iftex: Refresh package definition.
From: |
guix-commits |
Subject: |
206/458: gnu: texlive-iftex: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:33 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 7f85091053780c95a02fb47d00b3311797c389c2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 20:53:11 2023 +0200
gnu: texlive-iftex: Refresh package definition.
* gnu/packages/tex.scm (texlive-iftex): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 39 +++++++++++++++++++++------------------
1 file changed, 21 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8ba4edb14b..0b89cfa6e1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10535,24 +10535,27 @@ frames made with the @code{framed} package.")
(license license:lppl1.3c+))))
(define-public texlive-iftex
- (let ((template (simple-texlive-package
- "texlive-iftex"
- (list "/doc/generic/iftex/"
- "/tex/generic/iftex/")
- (base32
- "147xa5kl4kjs05nj8v3kd7dpr5xkz3xp3gdvjih32ccd7527f5vp")
- #:trivial? #t)))
- (package
- (inherit template)
- (home-page "http://www.ctan.org/pkg/iftex")
- (synopsis "Determine the currently used TeX engine")
- (description "This package, which works both for Plain TeX and for
-LaTeX, defines the @code{\\ifPDFTeX}, @code{\\ifXeTeX}, and @code{\\ifLuaTeX}
-conditionals for testing which engine is being used for typesetting. The
-package also provides the @code{\\RequirePDFTeX}, @code{\\RequireXeTeX}, and
-@code{\\RequireLuaTeX} commands which throw an error if pdfTeX, XeTeX or
-LuaTeX (respectively) is not the engine in use.")
- (license license:lppl1.3+))))
+ (package
+ (name "texlive-iftex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "/doc/generic/iftex/"
+ "/tex/generic/iftex/")
+ (base32
+ "147xa5kl4kjs05nj8v3kd7dpr5xkz3xp3gdvjih32ccd7527f5vp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "http://www.ctan.org/pkg/iftex")
+ (synopsis "Determine the currently used TeX engine")
+ (description
+ "This package, which works both for Plain TeX and for LaTeX, defines the
+@code{\\ifPDFTeX}, @code{\\ifXeTeX}, and @code{\\ifLuaTeX} conditionals for
+testing which engine is being used for typesetting. The package also provides
+the @code{\\RequirePDFTeX}, @code{\\RequireXeTeX}, and @code{\\RequireLuaTeX}
+commands which throw an error if pdfTeX, XeTeX or LuaTeX (respectively) is not
+the engine in use.")
+ (license license:lppl1.3+)))
(define-deprecated-package texlive-generic-iftex texlive-iftex)
- 180/458: gnu: Add texlive-listngsutf8., (continued)
- 180/458: gnu: Add texlive-listngsutf8., guix-commits, 2023/06/14
- 181/458: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/14
- 191/458: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/06/14
- 192/458: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/06/14
- 193/458: gnu: texlive-fpl: Refresh package definition., guix-commits, 2023/06/14
- 195/458: gnu: texlive-mathpazo: Refresh package definition., guix-commits, 2023/06/14
- 197/458: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/06/14
- 199/458: gnu: texlive-microtype: Refresh package definition., guix-commits, 2023/06/14
- 200/458: gnu: texlive-units: Refresh package definition., guix-commits, 2023/06/14
- 205/458: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/06/14
- 206/458: gnu: texlive-iftex: Refresh package definition.,
guix-commits <=
- 208/458: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/06/14
- 209/458: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/06/14
- 217/458: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/06/14
- 220/458: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/06/14
- 229/458: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/06/14
- 231/458: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/06/14
- 235/458: gnu: texlive-filemod: Refresh package definition., guix-commits, 2023/06/14
- 242/458: gnu: texlive-bidi: Fix build., guix-commits, 2023/06/14
- 245/458: gnu: texlive-polyglossia: Refresh package definition., guix-commits, 2023/06/14
- 246/458: gnu: texlive-letltxmacro: Refresh package definition., guix-commits, 2023/06/14