[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
143/416: gnu: texlive-substr: Refresh package definition.
From: |
guix-commits |
Subject: |
143/416: gnu: texlive-substr: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:32:34 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 19a6ed7143e9919d1bb68ba4aa65bb4fcef90753
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 00:06:31 2023 +0200
gnu: texlive-substr: Refresh package definition.
* gnu/packages/tex.scm (texlive-substr): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 30 ++++++++++++++----------------
1 file changed, 14 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 503965c77d..0b4e1496b7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12938,24 +12938,22 @@ recurrences of, a substring. The package works
equally in Plain TeX and LaTeX
(define-public texlive-substr
(package
- (inherit (simple-texlive-package
- "texlive-substr"
- (list "doc/latex/substr/"
- "tex/latex/substr/")
- (base32
- "0kfd4kq5yrg65f2mpric1cs1xr416wgj9bdixpibgjsdg5fb73sw")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/substr")
+ (name "texlive-substr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/substr/" "tex/latex/substr/")
+ (base32
+ "0kfd4kq5yrg65f2mpric1cs1xr416wgj9bdixpibgjsdg5fb73sw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/substr")
(synopsis "Deal with substrings in strings")
(description
- "The package provides commands to deal with substrings of strings. Macros
-are provided to:
-
-@itemize
-@item determine if one string is a substring of another,
-@item return the parts of a string before or after a substring, and
-@item count the number of occurrences of a substring.
-@end itemize")
+ "The package provides commands to deal with substrings of strings.
+Macros are provided to determine if one string is a substring of another,
+return the parts of a string before or after a substring, and count the number
+of occurrences of a substring.")
(license license:lppl1.0+)))
(define-public texlive-totcount
- 72/416: gnu: texlive-latex-bookmark -> texlive-bookmark., (continued)
- 72/416: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/05/28
- 79/416: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/05/28
- 95/416: gnu: Add texlive-luatexbase., guix-commits, 2023/05/28
- 92/416: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/28
- 124/416: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/28
- 98/416: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/05/28
- 113/416: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/28
- 144/416: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/28
- 127/416: gnu: Add texlive-newverbs., guix-commits, 2023/05/28
- 140/416: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/28
- 143/416: gnu: texlive-substr: Refresh package definition.,
guix-commits <=
- 149/416: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/05/28
- 148/416: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/28
- 152/416: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/28
- 155/416: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/28
- 164/416: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/05/28
- 168/416: gnu: texlive-was: Refresh package definition., guix-commits, 2023/05/28
- 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