[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
149/421: gnu: texlive-substr: Refresh package definition.
From: |
guix-commits |
Subject: |
149/421: gnu: texlive-substr: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:29:49 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 7c07ee8d7ba0a8317cd1adf3617bdabd6e067e6e
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 77ecdf668e..fdbe72c875 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12934,24 +12934,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
- 388/421: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 388/421: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 396/421: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/05/28
- 411/421: gnu: texlive-lh: Fix build., guix-commits, 2023/05/28
- 403/421: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/05/28
- 383/421: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 391/421: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 419/421: guix: import: Improve importing texlive meta packages., guix-commits, 2023/05/28
- 421/421: gnu: Add texlive-mfware., guix-commits, 2023/05/28
- 420/421: gnu: Add texlive-etex-pkg., guix-commits, 2023/05/28
- 138/421: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/05/28
- 149/421: gnu: texlive-substr: Refresh package definition.,
guix-commits <=
- 173/421: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/28
- 217/421: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/05/28
- 243/421: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/05/28
- 254/421: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/05/28
- 282/421: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/05/28
- 288/421: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/05/28
- 293/421: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/05/28
- 295/421: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/05/28
- 299/421: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/05/28
- 311/421: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/05/28