[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
82/418: gnu: texlive-latex-enotez -> texlive-enotez.
From: |
guix-commits |
Subject: |
82/418: gnu: texlive-latex-enotez -> texlive-enotez. |
Date: |
Mon, 29 May 2023 17:38:55 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit c0caaa6ffcb923ff6a56c2aee57bc3aa27ecff15
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 16:35:04 2023 +0200
gnu: texlive-latex-enotez -> texlive-enotez.
* gnu/packages/tex.scm (texlive-enotez): New variable.
(texlive-latex-enotez): Deprecate variable.
---
gnu/packages/tex.scm | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fc466d0557..02d23cfa38 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7288,15 +7288,21 @@ drawing ellipses, arcs, splines, and filled circles and
ellipses.")
(define-deprecated-package texlive-latex-eepic texlive-eepic)
-(define-public texlive-latex-enotez
+(define-public texlive-enotez
(package
- (inherit (simple-texlive-package
- "texlive-latex-enotez"
- (list "doc/latex/enotez/"
- "tex/latex/enotez/")
- (base32 "1s1wyq6m5932gpbpvvkiw857q94jn1rp7xy9y7hysz9aafjqjyk2")
- #:trivial? #t))
+ (name "texlive-enotez")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/enotez/"
+ "tex/latex/enotez/")
+ (base32
+ "1s1wyq6m5932gpbpvvkiw857q94jn1rp7xy9y7hysz9aafjqjyk2")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-l3packages
+ texlive-translations))
(home-page "https://ctan.org/pkg/enotez")
(synopsis "Support for end-notes")
(description
@@ -7304,6 +7310,8 @@ drawing ellipses, arcs, splines, and filled circles and
ellipses.")
provides means for easy customization of the list of notes.")
(license license:lppl1.3c+)))
+(define-deprecated-package texlive-latex-enotez texlive-enotez)
+
(define-public texlive-endnotes
(package
(inherit (simple-texlive-package
- 66/418: gnu: Add texlive-atenddvi., (continued)
- 66/418: gnu: Add texlive-atenddvi., guix-commits, 2023/05/29
- 67/418: gnu: texlive-stringenc: Fix build., guix-commits, 2023/05/29
- 68/418: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/05/29
- 69/418: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/05/29
- 70/418: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/29
- 72/418: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/05/29
- 74/418: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/05/29
- 78/418: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/05/29
- 80/418: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/05/29
- 81/418: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/05/29
- 82/418: gnu: texlive-latex-enotez -> texlive-enotez.,
guix-commits <=
- 85/418: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/05/29
- 84/418: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/05/29
- 89/418: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/05/29
- 90/418: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/05/29
- 91/418: gnu: texlive-booktabs: Fix build., guix-commits, 2023/05/29
- 92/418: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/29
- 93/418: gnu: texlive-preprint: Fix build., guix-commits, 2023/05/29
- 100/418: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/05/29
- 95/418: gnu: Add texlive-luatexbase., guix-commits, 2023/05/29
- 96/418: gnu: Add texlive-luacode., guix-commits, 2023/05/29