[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
207/452: gnu: texlive-pst-text: Refresh package definition.
From: |
guix-commits |
Subject: |
207/452: gnu: texlive-pst-text: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:24 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 6f540f0a9a348e6091acc43dc2263b675387d383
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 20:57:36 2023 +0200
gnu: texlive-pst-text: Refresh package definition.
* gnu/packages/tex.scm (texlive-pst-text): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 36 +++++++++++++++++++-----------------
1 file changed, 19 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0b89cfa6e1..a5319fff98 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10492,25 +10492,27 @@ or shading the cells of tables.")
(license license:lppl1.3+))))
(define-public texlive-pst-text
- (let ((template (simple-texlive-package
- "texlive-pst-text"
- (list "/doc/generic/pst-text/"
- "/dvips/pst-text/pst-text.pro"
- "/tex/generic/pst-text/"
- "/tex/latex/pst-text/")
- (base32
- "146fpzd1xlqi94q5r48z8ni8qww713yh6nwkbr9pw27mjrqdadb9")
- #:trivial? #t)))
- (package
- (inherit template)
- (propagated-inputs
- (list texlive-pstricks))
- (home-page "http://www.ctan.org/pkg/pst-text")
- (synopsis "Text and character manipulation in PSTricks")
- (description "Pst-text is a PSTricks based package for plotting text
along
+ (package
+ (name "texlive-pst-text")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-text/"
+ "dvips/pst-text/"
+ "tex/generic/pst-text/"
+ "tex/latex/pst-text/")
+ (base32
+ "146fpzd1xlqi94q5r48z8ni8qww713yh6nwkbr9pw27mjrqdadb9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-pstricks))
+ (home-page "http://www.ctan.org/pkg/pst-text")
+ (synopsis "Text and character manipulation in PSTricks")
+ (description "Pst-text is a PSTricks based package for plotting text along
a different path and manipulating characters. It includes the functionality
of the old package @code{pst-char}.")
- (license license:lppl))))
+ (license license:lppl)))
(define-public texlive-marginnote
(let ((template (simple-texlive-package
- 98/452: gnu: texlive-latex-acmart -> texlive-acmart., (continued)
- 98/452: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/06/09
- 77/452: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/06/09
- 94/452: gnu: Add texlive-ctablestack., guix-commits, 2023/06/09
- 99/452: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/06/09
- 101/452: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/06/09
- 91/452: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/09
- 105/452: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/06/09
- 102/452: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/06/09
- 179/452: gnu: Add texlive-incgraph., guix-commits, 2023/06/09
- 194/452: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/06/09
- 207/452: gnu: texlive-pst-text: Refresh package definition.,
guix-commits <=
- 206/452: gnu: texlive-iftex: Refresh package definition., guix-commits, 2023/06/09
- 210/452: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/06/09
- 224/452: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/09
- 237/452: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/06/09
- 244/452: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/06/09
- 248/452: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/06/09
- 251/452: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/06/09
- 256/452: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/06/09
- 269/452: gnu: Add texlive-colorprofiles., guix-commits, 2023/06/09
- 264/452: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/06/09