[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
280/458: gnu: texlive-graphics: Refresh package definition.
From: |
guix-commits |
Subject: |
280/458: gnu: texlive-graphics: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:57 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d07fa9720664d04cca0d1c759cab85806942a24f
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 24d00f074f..a9006af2d3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3630,31 +3630,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)
- 289/458: gnu: texlive-jadetex: Refresh package definition., (continued)
- 289/458: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/06/14
- 306/458: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/06/14
- 308/458: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/06/14
- 314/458: gnu: texlive-lualibs: Refresh package definition., guix-commits, 2023/06/14
- 320/458: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/06/14
- 343/458: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/06/14
- 334/458: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/06/14
- 278/458: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/06/14
- 302/458: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/06/14
- 287/458: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/06/14
- 280/458: gnu: texlive-graphics: Refresh package definition.,
guix-commits <=
- 310/458: gnu: Add texlive-cmexb., guix-commits, 2023/06/14
- 290/458: gnu: texlive-txfonts: Refresh package definition., guix-commits, 2023/06/14
- 299/458: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/06/14
- 324/458: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/06/14
- 321/458: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/06/14
- 322/458: gnu: texlive-epsf: Refresh package definition., guix-commits, 2023/06/14
- 330/458: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/06/14
- 366/458: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 352/458: gnu: Add texlive-manfnt., guix-commits, 2023/06/14
- 373/458: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14