[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
128/458: gnu: Add texlive-svn-prov.
From: |
guix-commits |
Subject: |
128/458: gnu: Add texlive-svn-prov. |
Date: |
Wed, 14 Jun 2023 05:22:19 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 769b07ff625efa7f3a8d4eb9831a7b573c0f3d16
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"
- 87/458: gnu: texlive-latex-sidecap -> texlive-sidecap., (continued)
- 87/458: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/14
- 91/458: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/14
- 95/458: gnu: Add texlive-luatexbase., guix-commits, 2023/06/14
- 72/458: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/06/14
- 76/458: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/06/14
- 81/458: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/06/14
- 86/458: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/14
- 92/458: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/14
- 125/458: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/06/14
- 127/458: gnu: Add texlive-newverbs., guix-commits, 2023/06/14
- 128/458: gnu: Add texlive-svn-prov.,
guix-commits <=
- 94/458: gnu: Add texlive-ctablestack., guix-commits, 2023/06/14
- 96/458: gnu: Add texlive-luacode., guix-commits, 2023/06/14
- 98/458: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/06/14
- 100/458: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/06/14
- 109/458: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/14
- 111/458: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/14
- 114/458: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/06/14
- 123/458: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/06/14
- 141/458: gnu: Add texlive-xetexconfig., guix-commits, 2023/06/14
- 62/458: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/06/14