[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
208/416: gnu: texlive-pstricks: Refresh package definition.
From: |
guix-commits |
Subject: |
208/416: gnu: texlive-pstricks: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:32:49 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b0f50132877c8c9189f24b2b2b83d16ea8112702
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 21:20:42 2023 +0200
gnu: texlive-pstricks: Refresh package definition.
* gnu/packages/tex.scm (texlive-pstricks): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-AMSFONTS, TEXLIVE-AMSMATH, TEXLIVE-BABEL,
TEXLIVE-BERA, TEXLIVE-BIBLATEX, TEXLIVE-BOOKTABS, TEXLIVE-CAPTION,
TEXLIVE-CHNGCNTR, TEXLIVE-ESO-PIC, TEXLIVE-FANCYVRB, TEXLIVE-FILECONTENTS,
TEXLIVE-FOOTMISC, TEXLIVE-GRAPHICS, TEXLIVE-HYPERREF, TEXLIVE-IFPLATFORM,
TEXLIVE-IFTEX, TEXLIVE-LISTINGS, TEXLIVE-MULTIDO, TEXLIVE-RAGGED2E,
TEXLIVE-SETSPACE, TEXLIVE-SUBFIG, TEXLIVE-TOOLS, TEXLIVE-XCOLOR.
---
gnu/packages/tex.scm | 74 ++++++++++++++++++++++++++++++++++------------------
1 file changed, 48 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f6bbf3f5a2..40ee557680 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10472,32 +10472,54 @@ change.")
(license license:lppl1.3+)))
(define-public texlive-pstricks
- (let ((template (simple-texlive-package
- "texlive-pstricks"
- (list "/doc/generic/pstricks/"
- "/dvips/pstricks/"
- "/tex/generic/pstricks/"
- "/tex/latex/pstricks/")
- (base32
- "15c9iqfq2y9c8c78cvqb6vzd5a5rm7qq5x7m05jq1hb8sgqrqb0j")
- #:trivial? #t)))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:phases phases)
- `(modify-phases ,phases
- (delete 'reset-gzip-timestamps)))))
- (home-page "http://www.ctan.org/pkg/pstricks")
- (synopsis "PostScript macros for TeX")
- (description "PSTricks offers an extensive collection of macros for
-generating PostScript that is usable with most TeX macro formats, including
-Plain TeX, LaTeX, AMS-TeX, and AMS-LaTeX. Included are macros for colour,
-graphics, pie charts, rotation, trees and overlays. It has many special
-features, including a wide variety of graphics (picture drawing) macros, with
-a flexible interface and with colour support. There are macros for colouring
-or shading the cells of tables.")
- (license license:lppl1.3+))))
+ (package
+ (name "texlive-pstricks")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pstricks/"
+ "dvips/pstricks/"
+ "tex/generic/pstricks/"
+ "tex/latex/pstricks/")
+ (base32
+ "15c9iqfq2y9c8c78cvqb6vzd5a5rm7qq5x7m05jq1hb8sgqrqb0j")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-amsfonts
+ texlive-amsmath
+ texlive-babel
+ texlive-bera
+ texlive-biblatex
+ texlive-booktabs
+ texlive-caption
+ texlive-chngcntr
+ texlive-eso-pic
+ texlive-fancyvrb
+ texlive-filecontents
+ texlive-footmisc
+ texlive-graphics
+ texlive-hyperref
+ texlive-ifplatform
+ texlive-iftex
+ texlive-listings
+ texlive-multido
+ texlive-ragged2e
+ texlive-setspace
+ texlive-subfig
+ texlive-tools
+ texlive-xcolor))
+ (home-page "http://www.ctan.org/pkg/pstricks")
+ (synopsis "PostScript macros for TeX")
+ (description
+ "PSTricks offers an extensive collection of macros for generating
+PostScript that is usable with most TeX macro formats, including Plain TeX,
+LaTeX, AMS-TeX, and AMS-LaTeX. Included are macros for colour, graphics, pie
+charts, rotation, trees and overlays. It has many special features, including
+a wide variety of graphics (picture drawing) macros, with a flexible interface
+and with colour support. There are macros for colouring or shading the cells
+of tables.")
+ (license license:lppl1.3+)))
(define-public texlive-pst-text
(package
- 173/416: gnu: texlive-inriafonts: Refresh package definition., (continued)
- 173/416: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/05/28
- 176/416: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/05/28
- 183/416: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/05/28
- 182/416: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/05/28
- 196/416: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/28
- 194/416: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/28
- 197/416: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/05/28
- 200/416: gnu: texlive-units: Refresh package definition., guix-commits, 2023/05/28
- 205/416: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/05/28
- 206/416: gnu: texlive-iftex: Refresh package definition., guix-commits, 2023/05/28
- 208/416: gnu: texlive-pstricks: Refresh package definition.,
guix-commits <=
- 207/416: gnu: texlive-pst-text: Refresh package definition., guix-commits, 2023/05/28
- 209/416: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/05/28
- 210/416: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/05/28
- 211/416: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/05/28
- 214/416: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/05/28
- 215/416: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/05/28
- 228/416: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/05/28
- 244/416: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/05/28
- 235/416: gnu: texlive-filemod: Refresh package definition., guix-commits, 2023/05/28
- 236/416: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/05/28