[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
144/409: gnu: texlive-xstring: Refresh package definition.
From: |
guix-commits |
Subject: |
144/409: gnu: texlive-xstring: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:37 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 944053a38fa6e96fe5426d97334385880bf87d2c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 00:08:12 2023 +0200
gnu: texlive-xstring: Refresh package definition.
* gnu/packages/tex.scm (texlive-xstring): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 35 ++++++++++++++++++-----------------
1 file changed, 18 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fdbe72c875..7d6cd68ce8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12910,25 +12910,26 @@ UTF-8. Namely the input encodings in @file{utf8.def}
from package
(license license:lppl1.3+))))
(define-public texlive-xstring
- (let ((template (simple-texlive-package
- "texlive-xstring"
- (list "/doc/generic/xstring/"
- "/tex/generic/xstring/")
- (base32
- "1azpq855kq1l4686bjp8haxim5c8wycz1b6lcg5q7x8kb4g9sppn")
- #:trivial? #t)))
- (package
- (inherit template)
- (home-page "http://www.ctan.org/pkg/xstring")
- (synopsis "String manipulation for (La)TeX")
- (description
- "@code{xstring} package provides macros for manipulating strings --
+ (package
+ (name "texlive-xstring")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/xstring/" "tex/generic/xstring/")
+ (base32
+ "1azpq855kq1l4686bjp8haxim5c8wycz1b6lcg5q7x8kb4g9sppn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xstring")
+ (synopsis "String manipulation for (La)TeX")
+ (description
+ "The @code{xstring} package provides macros for manipulating strings,
i.e.,
testing a string's contents, extracting substrings, substitution of substrings
and providing numbers such as string length, position of, or number of
-recurrences of, a substring. The package works equally in Plain TeX and LaTeX
-(though e-TeX is always required). The strings to be processed may contain
-(expandable) macros.")
- (license license:lppl1.3c))))
+recurrences of, a substring. The package works equally in Plain TeX and
+LaTeX (though e-TeX is always required). The strings to be processed may
+contain (expandable) macros.")
+ (license license:lppl1.3c)))
(define-deprecated texlive-generic-xstring texlive-xstring)
- 92/409: gnu: texlive-ifmtarg: Fix build., (continued)
- 92/409: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/20
- 176/409: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/05/20
- 179/409: gnu: Add texlive-incgraph., guix-commits, 2023/05/20
- 70/409: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/20
- 78/409: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/05/20
- 100/409: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/05/20
- 122/409: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/05/20
- 131/409: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/05/20
- 136/409: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/20
- 138/409: gnu: Add texlive-modes., guix-commits, 2023/05/20
- 144/409: gnu: texlive-xstring: Refresh package definition.,
guix-commits <=
- 145/409: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/20
- 152/409: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/20
- 157/409: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/05/20
- 160/409: gnu: Add texlive-lipsum., guix-commits, 2023/05/20
- 163/409: gnu: Add texlive-ntheorem., guix-commits, 2023/05/20
- 165/409: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/05/20
- 168/409: gnu: texlive-was: Refresh package definition., guix-commits, 2023/05/20
- 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