[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
65/452: gnu: texlive-latex-appendix -> texlive-appendix.
From: |
guix-commits |
Subject: |
65/452: gnu: texlive-latex-appendix -> texlive-appendix. |
Date: |
Fri, 9 Jun 2023 13:42:57 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 4d6c49e613aa831894f9aef8fb281338284bcd2f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 12:12:44 2023 +0200
gnu: texlive-latex-appendix -> texlive-appendix.
* gnu/packages/tex.scm (texlive-appendix): New variable.
(texlive-latex-appendix): Deprecate variable.
* gnu/packages/docbook.scm (dblatex): Use new name.
---
gnu/packages/docbook.scm | 2 +-
gnu/packages/tex.scm | 36 +++++++++++++++++++-----------------
2 files changed, 20 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 86c130860c..4ccae3f252 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -536,7 +536,7 @@ the in DocBook SGML DTDs.")
(inputs
`(("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
texlive-anysize
- texlive-latex-appendix
+ texlive-appendix
texlive-latex-bookmark
texlive-latex-changebar
texlive-latex-colortbl
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e818cf7a2f..73521ed13c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6465,28 +6465,30 @@ considered obsolete; alternatives are the
@code{typearea} package from the
(define-deprecated-package texlive-latex-anysize texlive-anysize)
-(define-public texlive-latex-appendix
+(define-public texlive-appendix
(package
- (name "texlive-latex-appendix")
+ (name "texlive-appendix")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "appendix"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1gc2brr2rs495w7qi6spdva1xrza94x7a36dncjdkghnsq8r92h4"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/appendix/"
+ "source/latex/appendix/"
+ "tex/latex/appendix/")
+ (base32
+ "1vqkqpzs7bc6pbjnafakrwayjyfx9mvadrqxccdf549m8172qvzk")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/appendix"))
- (home-page "https://www.ctan.org/pkg/appendix")
+ (home-page "https://ctan.org/pkg/appendix")
(synopsis "Extra control of appendices")
(description
- "The appendix package provides various ways of formatting the titles of
-appendices. Also (sub)appendices environments are provided that can be used,
-for example, for per chapter/section appendices. An @code{appendices}
-environment is provided which can be used instead of the @code{\\appendix}
-command.")
- (license license:lppl)))
+ "The @code{appendix} package provides various ways of formatting the
+titles of appendices. Also (sub)appendices environments are provided that can
+be used, for example, for per chapter/section appendices. An
+@code{appendices} environment is provided which can be used instead of the
+@code{\\appendix} command.")
+ (license license:lppl1.3c)))
+
+(define-deprecated-package texlive-latex-appendix texlive-appendix)
(define-public texlive-latex-bookmark
(package
- 136/452: gnu: texlive-adjustbox: Refresh package definition., (continued)
- 136/452: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/09
- 149/452: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/06/09
- 156/452: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/09
- 159/452: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/09
- 158/452: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/06/09
- 172/452: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/09
- 181/452: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/09
- 168/452: gnu: texlive-was: Refresh package definition., guix-commits, 2023/06/09
- 13/452: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/06/09
- 16/452: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/06/09
- 65/452: gnu: texlive-latex-appendix -> texlive-appendix.,
guix-commits <=
- 61/452: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/06/09
- 74/452: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/06/09
- 83/452: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/09
- 86/452: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/09
- 108/452: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/06/09
- 106/452: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/06/09
- 103/452: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/06/09
- 114/452: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/06/09
- 122/452: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/09
- 124/452: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/06/09