[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
255/421: gnu: texlive-eso-pic: Refresh package definition.
From: |
guix-commits |
Subject: |
255/421: gnu: texlive-eso-pic: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:30:08 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit cde335aa95f5a941d8fae46ab80c0711dceb150a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 23:29:41 2023 +0200
gnu: texlive-eso-pic: Refresh package definition.
* gnu/packages/tex.scm (texlive-eso-pic): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 37 ++++++++++++++++---------------------
1 file changed, 16 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7f2c37e3ed..cd0a455ae9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7470,29 +7470,24 @@ via one of the packages @code{calrsfs} and
@code{mathrsfs}.")
(define-deprecated-package texlive-fonts-rsfs texlive-rsfs)
(define-public texlive-eso-pic
- (let ((template (simple-texlive-package
- "texlive-eso-pic"
- (list "doc/latex/eso-pic/"
- "source/latex/eso-pic/"
- "tex/latex/eso-pic/")
- (base32
- "05bqm4x209wji0q6xk1jrjp0nzqafp44dlq30hlpcagrggjb3d9s"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/eso-pic")
- ((#:build-targets _ '())
- #~(list "eso-pic.ins"))))
- (home-page "https://ctan.org/macros/latex/contrib/eso-pic")
- (synopsis "Add picture commands (or backgrounds) to every page")
- (description
- "The package adds one or more user commands to LaTeX's @code{shipout}
+ (package
+ (name "texlive-eso-pic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/eso-pic/" "source/latex/eso-pic/"
+ "tex/latex/eso-pic/")
+ (base32
+ "05bqm4x209wji0q6xk1jrjp0nzqafp44dlq30hlpcagrggjb3d9s")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/eso-pic")
+ (synopsis "Add picture commands (or backgrounds) to every page")
+ (description
+ "The package adds one or more user commands to LaTeX's @code{shipout}
routine, which may be used to place the output at fixed positions. The
@code{grid} option may be used to find the correct places.")
- (license license:lppl1.3+))))
+ (license license:lppl1.3+)))
(define-deprecated-package texlive-latex-eso-pic texlive-eso-pic)
- 361/421: gnu: Add texlive-luatex., (continued)
- 361/421: gnu: Add texlive-luatex., guix-commits, 2023/05/28
- 372/421: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 376/421: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 387/421: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 404/421: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/28
- 384/421: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 382/421: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 399/421: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/05/28
- 418/421: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/05/28
- 259/421: gnu: texlive-acronym: Refresh package definition., guix-commits, 2023/05/28
- 255/421: gnu: texlive-eso-pic: Refresh package definition.,
guix-commits <=
- 262/421: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/05/28
- 266/421: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/05/28
- 285/421: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/05/28
- 290/421: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/05/28
- 294/421: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/05/28
- 303/421: gnu: texlive-times: Refresh package definition., guix-commits, 2023/05/28
- 307/421: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/05/28
- 308/421: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/05/28
- 310/421: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/05/28
- 318/421: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/05/28