[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
207/409: gnu: texlive-pst-text: Refresh package definition.
From: |
guix-commits |
Subject: |
207/409: gnu: texlive-pst-text: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:48 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 664ce5ec0d0be6dc067adcb1b5496cefb4dbde5e
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 1847263998..f6bbf3f5a2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10500,25 +10500,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
- 177/409: gnu: texlive-translator: Refresh package definition., (continued)
- 177/409: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/05/20
- 184/409: gnu: Add texlive-etextools., guix-commits, 2023/05/20
- 182/409: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/05/20
- 188/409: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/05/20
- 190/409: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/05/20
- 192/409: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/05/20
- 194/409: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/20
- 197/409: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/05/20
- 199/409: gnu: texlive-microtype: Refresh package definition., guix-commits, 2023/05/20
- 201/409: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/05/20
- 207/409: gnu: texlive-pst-text: Refresh package definition.,
guix-commits <=
- 210/409: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/05/20
- 213/409: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/05/20
- 214/409: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/05/20
- 217/409: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/05/20
- 255/409: gnu: texlive-ncctools: Refresh package definition., guix-commits, 2023/05/20
- 257/409: gnu: texlive-atbegshi: Refresh package definition., guix-commits, 2023/05/20
- 68/409: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/05/20
- 72/409: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/05/20
- 75/409: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/05/20
- 94/409: gnu: Add texlive-ctablestack., guix-commits, 2023/05/20