[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
249/418: gnu: texlive-eso-pic: Refresh package definition.
From: |
guix-commits |
Subject: |
249/418: gnu: texlive-eso-pic: Refresh package definition. |
Date: |
Fri, 2 Jun 2023 17:25:23 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit aa43ac79e5e4a368ab65a26283e01087fe3beed0
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)
- 187/418: gnu: texlive-mweights: Refresh package definition., (continued)
- 187/418: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/06/02
- 200/418: gnu: texlive-units: Refresh package definition., guix-commits, 2023/06/02
- 192/418: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/06/02
- 204/418: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/06/02
- 214/418: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/06/02
- 218/418: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/06/02
- 223/418: gnu: texlive-paralist: Fix build., guix-commits, 2023/06/02
- 224/418: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/02
- 229/418: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/06/02
- 247/418: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/06/02
- 249/418: gnu: texlive-eso-pic: Refresh package definition.,
guix-commits <=
- 254/418: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/06/02
- 261/418: gnu: texlive-gettitlestring: Refresh package definition., guix-commits, 2023/06/02
- 265/418: gnu: texlive-kvsetkeys: Refresh package definition., guix-commits, 2023/06/02
- 267/418: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/06/02
- 78/418: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/06/02
- 84/418: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/06/02
- 89/418: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/06/02
- 90/418: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/06/02
- 96/418: gnu: Add texlive-luacode., guix-commits, 2023/06/02
- 98/418: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/06/02