[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
237/452: gnu: texlive-pdftexcmds: Refresh package definition.
From: |
guix-commits |
Subject: |
237/452: gnu: texlive-pdftexcmds: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:29 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d000b0d0c988b578ba13ce45e5f0cc39f0e31f7d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 22:47:31 2023 +0200
gnu: texlive-pdftexcmds: Refresh package definition.
* gnu/packages/tex.scm (texlive-pdftexcmds): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 42 +++++++++++++++++++-----------------------
1 file changed, 19 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e1b653bd6b..4d3c0f5c1f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5633,30 +5633,26 @@ used to write the verbatim text to a file.")
(license license:lppl1.3+)))
(define-public texlive-pdftexcmds
- (let ((template (simple-texlive-package
- "texlive-pdftexcmds"
- (list "doc/generic/pdftexcmds/"
- "source/generic/pdftexcmds/"
- "tex/generic/pdftexcmds/")
- (base32
- "0gad1vi0r5xw7gyj1cb2cp58j4dqrw4awcfxmfrna9xbz91g4sn9"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "generic/pdftexcmds")
- ((#:build-targets _ '())
- #~(list "pdftexcmds.dtx"))))
- (propagated-inputs
- (list texlive-iftex texlive-infwarerr texlive-ltxcmds))
- (home-page "https://www.ctan.org/pkg/pdftexcmds")
- (synopsis "LuaTeX support for pdfTeX utility functions")
- (description
- "This package makes a number of utility functions from pdfTeX
+ (package
+ (name "texlive-pdftexcmds")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pdftexcmds/"
+ "source/generic/pdftexcmds/"
+ "tex/generic/pdftexcmds/")
+ (base32
+ "0gad1vi0r5xw7gyj1cb2cp58j4dqrw4awcfxmfrna9xbz91g4sn9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-iftex texlive-infwarerr texlive-ltxcmds))
+ (home-page "https://www.ctan.org/pkg/pdftexcmds")
+ (synopsis "LuaTeX support for pdfTeX utility functions")
+ (description
+ "This package makes a number of utility functions from pdfTeX
available for LuaTeX by reimplementing them using Lua.")
- (license license:lppl1.3c+))))
+ (license license:lppl1.3c+)))
(define-deprecated-package texlive-latex-pdftexcmds texlive-pdftexcmds)
- 101/452: gnu: texlive-latex-preview -> texlive-preview., (continued)
- 101/452: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/06/09
- 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 <=
- 244/452: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/06/09
- 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