[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/416: gnu: texlive-latex-footmisc -> texlive-footmisc.
From: |
guix-commits |
Subject: |
68/416: gnu: texlive-latex-footmisc -> texlive-footmisc. |
Date: |
Sun, 28 May 2023 02:32:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d9dc9483343f8a8cf85f700c2a5dd157ad13bb23
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 15:49:05 2023 +0200
gnu: texlive-latex-footmisc -> texlive-footmisc.
* gnu/packages/tex.scm (texlive-footmisc): New variable.
(texlive-latex-footmisc): Deprecate variable.
(texlive-latex-xkeyval):
* gnu/packages/docbook.scm (dblatex): Use new name.
---
gnu/packages/docbook.scm | 2 +-
gnu/packages/tex.scm | 40 +++++++++++++++++++++-------------------
2 files changed, 22 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 4ccae3f252..8134191e38 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -544,7 +544,7 @@ the in DocBook SGML DTDs.")
texlive-fancyhdr
texlive-fancyvrb
texlive-latex-float
- texlive-latex-footmisc
+ texlive-footmisc
texlive-hyperref
texlive-latex-jknapltx
texlive-listings
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 784f3d022c..5063786396 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6702,20 +6702,20 @@ the obsolete @code{here} package. You can select this
as automatic default
with @code{\\floatplacement{figure}{H}}.")
(license license:lppl)))
-(define-public texlive-latex-footmisc
+(define-public texlive-footmisc
(package
- (name "texlive-latex-footmisc")
+ (name "texlive-footmisc")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "footmisc"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "03x61wwql8nh6zrqiiiq3rb0x7m3pn48c606zapy19y21fybwdxs"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/footmisc/"
+ "source/latex/footmisc/"
+ "tex/latex/footmisc/")
+ (base32
+ "1v1hkf0xcq6hyz3b32z3hvs53lmwrnkn79y9wxq6pqmhcgilqji3")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/footmisc"))
- (home-page "https://www.ctan.org/pkg/footmisc")
+ (home-page "https://ctan.org/pkg/footmisc")
(synopsis "Range of footnote options")
(description
"This is a collection of ways to change the typesetting of footnotes.
@@ -6726,6 +6726,8 @@ the same place. The package also has a range of
techniques for labelling
footnotes with symbols rather than numbers.")
(license license:lppl1.3+)))
+(define-deprecated-package texlive-latex-footmisc texlive-footmisc)
+
(define-public texlive-letltxmacro
(let ((template (simple-texlive-package
"texlive-letltxmacro"
@@ -10390,19 +10392,19 @@ environments, as well as the @code{array} environment
in maths mode.")
"xkvutils.tex"))
#t))))))
(native-inputs
- (list texlive-latex-base
- texlive-cm
- texlive-lm
- texlive-url
+ (list texlive-cm
+ texlive-footmisc
texlive-graphics-def
- texlive-xcolor
- texlive-latex-footmisc
texlive-iftex
+ texlive-latex-base
texlive-listings
- texlive-pstricks
+ texlive-lm
+ texlive-pgf
texlive-pst-text
+ texlive-pstricks
texlive-tools
- texlive-pgf))
+ texlive-url
+ texlive-xcolor))
(home-page "http://www.ctan.org/pkg/xkeyval")
(synopsis "Extension of the keyval package")
(description
- 50/416: gnu: texlive-latex-tocloft -> texlive-tocloft., (continued)
- 50/416: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/05/28
- 56/416: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/05/28
- 53/416: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/05/28
- 54/416: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/05/28
- 66/416: gnu: Add texlive-atenddvi., guix-commits, 2023/05/28
- 65/416: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/05/28
- 114/416: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/28
- 70/416: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/28
- 69/416: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/05/28
- 64/416: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/28
- 68/416: gnu: texlive-latex-footmisc -> texlive-footmisc.,
guix-commits <=
- 63/416: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/05/28
- 78/416: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/05/28
- 75/416: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/05/28
- 74/416: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/05/28
- 82/416: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/05/28
- 89/416: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/05/28
- 91/416: gnu: texlive-booktabs: Fix build., guix-commits, 2023/05/28
- 101/416: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/05/28
- 94/416: gnu: Add texlive-ctablestack., guix-commits, 2023/05/28
- 104/416: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/05/28