[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
144/452: gnu: texlive-xstring: Refresh package definition.
From: |
guix-commits |
Subject: |
144/452: gnu: texlive-xstring: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:13 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit fcca924146d6829ba7538492c47798944d631c58
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 15d4579b53..0114ac0bf3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12906,25 +12906,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)
- 133/452: gnu: texlive-collectbox: Refresh package definition., (continued)
- 133/452: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/06/09
- 123/452: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/06/09
- 131/452: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/06/09
- 129/452: gnu: Add texlive-gincltex., guix-commits, 2023/06/09
- 138/452: gnu: Add texlive-modes., guix-commits, 2023/06/09
- 137/452: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/06/09
- 140/452: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/06/09
- 141/452: gnu: Add texlive-xetexconfig., guix-commits, 2023/06/09
- 153/452: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/06/09
- 148/452: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/06/09
- 144/452: gnu: texlive-xstring: Refresh package definition.,
guix-commits <=
- 146/452: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/06/09
- 142/452: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/06/09
- 160/452: gnu: Add texlive-lipsum., guix-commits, 2023/06/09
- 145/452: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/06/09
- 163/452: gnu: Add texlive-ntheorem., guix-commits, 2023/06/09
- 177/452: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/06/09
- 178/452: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/06/09
- 180/452: gnu: Add texlive-listngsutf8., guix-commits, 2023/06/09
- 176/452: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/06/09
- 190/452: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/06/09