[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
128/418: gnu: Add texlive-svn-prov.
From: |
guix-commits |
Subject: |
128/418: gnu: Add texlive-svn-prov. |
Date: |
Mon, 29 May 2023 17:39:02 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 682a452dc9c426b7e4f6f2f294ea117de2085ffa
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 c2b4ff6d6a..18d00903b2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4218,6 +4218,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"
- 95/418: gnu: Add texlive-luatexbase., (continued)
- 95/418: gnu: Add texlive-luatexbase., guix-commits, 2023/05/29
- 96/418: gnu: Add texlive-luacode., guix-commits, 2023/05/29
- 104/418: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/05/29
- 105/418: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/05/29
- 106/418: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/05/29
- 107/418: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/05/29
- 110/418: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/05/29
- 114/418: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/29
- 122/418: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/05/29
- 125/418: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/05/29
- 128/418: gnu: Add texlive-svn-prov.,
guix-commits <=
- 131/418: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/05/29
- 134/418: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/05/29
- 139/418: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/05/29
- 141/418: gnu: Add texlive-xetexconfig., guix-commits, 2023/05/29
- 147/418: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/29
- 149/418: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/05/29
- 148/418: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/29
- 152/418: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/29
- 150/418: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/05/29
- 156/418: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/29