[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
128/452: gnu: Add texlive-svn-prov.
From: |
guix-commits |
Subject: |
128/452: gnu: Add texlive-svn-prov. |
Date: |
Fri, 9 Jun 2023 13:43:09 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b993913fc209e0ba5d689c4bf36e6d3e892c1d3e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 22:26:18 2023 +0200
gnu: Add texlive-svn-prov.
* gnu/packages/tex.scm (texlive-svn-prov): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1cb2a7592d..7698463a35 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4210,6 +4210,27 @@ default is a stub that just loads @code{graphicx}.")
string between different encodings. Both LaTeX and plain-TeX are supported.")
(license license:lppl1.3c+)))
+(define-public texlive-svn-prov
+ (package
+ (name "texlive-svn-prov")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/svn-prov/" "source/latex/svn-prov/"
+ "tex/latex/svn-prov/")
+ (base32
+ "1w416cf1yb1m2j9y38002zq6rbhbmkafi7w100y9m9lrzya0ws06")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/svn-prov")
+ (synopsis "Subversion variants of @code{\\Provides}... macros")
+ (description
+ "The package introduces Subversion variants of the standard LaTeX macros
+@code{\\ProvidesPackage}, @code{\\ProvidesClass} and @code{\\ProvidesFile}
+where the file name and date is extracted from Subversion Id keywords. The
+file name may also be given explicitly as an optional argument.")
+ (license license:lppl)))
+
(define-public texlive-l3build
(let ((template (simple-texlive-package
"texlive-l3build"
- 432/452: gnu: texlive-xetex: Create formats., (continued)
- 432/452: gnu: texlive-xetex: Create formats., guix-commits, 2023/06/09
- 434/452: gnu: Clear or deprecate hyphen-related texlive packages or functions., guix-commits, 2023/06/09
- 451/452: gnu: Add texlive-scheme-basic., guix-commits, 2023/06/09
- 449/452: gnu: Add texlive-pspicture., guix-commits, 2023/06/09
- 452/452: gnu: Add texlive-scheme-minimal., guix-commits, 2023/06/09
- 115/452: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/06/09
- 117/452: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/06/09
- 116/452: gnu: Add texlive-regexpatch., guix-commits, 2023/06/09
- 127/452: gnu: Add texlive-newverbs., guix-commits, 2023/06/09
- 120/452: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/06/09
- 128/452: gnu: Add texlive-svn-prov.,
guix-commits <=
- 118/452: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/06/09
- 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