[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
286/421: gnu: texlive-graphics: Refresh package definition.
From: |
guix-commits |
Subject: |
286/421: gnu: texlive-graphics: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:30:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 137aa65e2a61b6d009c343d1df5a4720c59727a8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 00:21:08 2023 +0200
gnu: texlive-graphics: Refresh package definition.
* gnu/packages/tex.scm (texlive-graphics): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 46 ++++++++++++++++++++++------------------------
1 file changed, 22 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 91d3d4e60d..fe2d1fd00f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3634,31 +3634,29 @@ set default \"driver\" options for the color and
graphics packages.")
(license license:public-domain)))
(define-public texlive-graphics
- (let ((template (simple-texlive-package
- "texlive-graphics"
- (list "doc/latex/graphics/"
- "source/latex/graphics/"
- "tex/latex/graphics/")
- (base32
- "0prw1zcv4fcj3zg0kyhj0k7ax0530adl60bajzvbv3fi16d7rqlq"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/graphics")
- ((#:build-targets _ '())
- #~(list "graphics-drivers.ins" "graphics.ins"))))
- (propagated-inputs (list texlive-graphics-def texlive-graphics-cfg))
- (home-page "https://ctan.org/macros/latex/required/graphics")
- (synopsis "The LaTeX standard graphics bundle")
- (description
- "This is a collection of LaTeX packages for: producing colour including
+ (package
+ (name "texlive-graphics")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/graphics/"
+ "source/latex/graphics/"
+ "tex/latex/graphics/")
+ (base32
+ "0prw1zcv4fcj3zg0kyhj0k7ax0530adl60bajzvbv3fi16d7rqlq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-graphics-def texlive-graphics-cfg))
+ (home-page "https://ctan.org/macros/latex/required/graphics")
+ (synopsis "The LaTeX standard graphics bundle")
+ (description
+ "This is a collection of LaTeX packages for: producing colour including
graphics (e.g., PostScript) files rotation and scaling of text in LaTeX
-documents. It comprises the packages color, graphics, graphicx, trig, epsfig,
-keyval, and lscape.")
- (license license:lppl1.3c))))
+documents. It comprises the packages @code{color}, @code{graphics},
+@code{graphicx}, @code{trig}, @code{epsfig}, @code{keyval}, and
+@code{lscape}.")
+ (license license:lppl1.3c)))
(define-deprecated-package texlive-latex-graphics texlive-graphics)
- 195/421: gnu: texlive-fourier: Refresh package definition., (continued)
- 195/421: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/05/28
- 198/421: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/05/28
- 200/421: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/28
- 201/421: gnu: texlive-mathpazo: Refresh package definition., guix-commits, 2023/05/28
- 152/421: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/28
- 164/421: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/05/28
- 179/421: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/05/28
- 204/421: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/05/28
- 276/421: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/05/28
- 284/421: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/05/28
- 286/421: gnu: texlive-graphics: Refresh package definition.,
guix-commits <=
- 289/421: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/05/28
- 292/421: gnu: texlive-rerunfilecheck: Refresh package definition., guix-commits, 2023/05/28
- 218/421: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/05/28
- 223/421: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/05/28
- 227/421: gnu: texlive-libertine: Refresh package definition., guix-commits, 2023/05/28
- 229/421: gnu: texlive-paralist: Fix build., guix-commits, 2023/05/28
- 234/421: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/05/28
- 236/421: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/05/28
- 241/421: gnu: texlive-filemod: Refresh package definition., guix-commits, 2023/05/28
- 246/421: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/05/28