[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
102/409: gnu: texlive-latex-needspace -> texlive-needspace.
From: |
guix-commits |
Subject: |
102/409: gnu: texlive-latex-needspace -> texlive-needspace. |
Date: |
Sat, 20 May 2023 04:02:30 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 6ef386483216d90e82d3fa9bb4a0c80a8621aa95
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 11:36:20 2023 +0200
gnu: texlive-latex-needspace -> texlive-needspace.
* gnu/packages/tex.scm (texlive-needspace): New variable.
(texlive-latex-needspace): Deprecate variable.
* gnu/packages/maths.scm (hypre)[native-inputs]:
* gnu/packages/sphinx.scm (python-sphinx)[propagated-inputs]: Use new name.
---
gnu/packages/maths.scm | 2 +-
gnu/packages/sphinx.scm | 2 +-
gnu/packages/tex.scm | 35 ++++++++++++++++++-----------------
3 files changed, 20 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 53d03fbc4d..b01134c4d1 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5779,7 +5779,7 @@ set.")
texlive-listofitems
texlive-multirow
texlive-natbib
- texlive-latex-needspace
+ texlive-needspace
texlive-newunicodechar
texlive-parskip
texlive-sectsty
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 09756b7e7b..2c0d90a3dd 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -122,7 +122,7 @@
texlive-kvoptions
texlive-latex-base ;alltt, atbegshi, makeidx, textcomp
texlive-ltxcmds
- texlive-latex-needspace
+ texlive-needspace
texlive-oberdiek ;hypcap
texlive-parskip
texlive-preview
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 91e29c895e..61c88e0b06 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9248,31 +9248,32 @@ and after the formatted number.")
(define-deprecated-package texlive-latex-numprint texlive-numprint)
-(define-public texlive-latex-needspace
+(define-public texlive-needspace
(package
- (name "texlive-latex-needspace")
+ (name "texlive-needspace")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "needspace"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0kw80f5jh4gdpa2ka815abza3gr5z8b929w0745vrlc59pl0017y"))))
+ (source (texlive-origin name version
+ (list "doc/latex/needspace/"
+ "source/latex/needspace/"
+ "tex/latex/needspace/")
+ (base32
+
"12hbvv1w6b1k29qjvp72bkpnzsxpvrimzshllwinrxh9rx1mn550")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments
- '(#:tex-directory "latex/needspace"
- #:tex-format "latex"))
- (inputs
+ (list #:tex-format "latex"))
+ (native-inputs
(list texlive-filecontents))
- (home-page "https://www.ctan.org/pkg/needspace")
+ (home-page "https://ctan.org/pkg/needspace")
(synopsis "Insert pagebreak if not enough space")
(description
- "Provides commands to disable pagebreaking within a given vertical
-space. If there is not enough space between the command and the bottom of the
-page, a new page will be started.")
+ "This package provides commands to disable pagebreaking within a given
+vertical space. If there is not enough space between the command and the
+bottom of the page, a new page will be started.")
(license license:lppl)))
+(define-deprecated-package texlive-latex-needspace texlive-needspace)
+
(define-public texlive-latex-changepage
(package
(name "texlive-latex-changepage")
@@ -12279,7 +12280,7 @@ Polish of standard ``LaTeX names''.")
"tex/latex/mdframed/")
(base32 "1i5rm946wg43rjckxlfhx79zfx5cgd3bxk71206hd1dqkrgpdpa8")
#:trivial? #t))
- (propagated-inputs (list texlive-latex-needspace
+ (propagated-inputs (list texlive-needspace
texlive-zref))
(home-page "https://ctan.org/pkg/mdframed")
(synopsis "Framed environments that can split at page boundaries")
- 86/409: gnu: texlive-latex-pbox -> texlive-pbox., (continued)
- 86/409: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/05/20
- 88/409: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/05/20
- 89/409: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/05/20
- 91/409: gnu: texlive-booktabs: Fix build., guix-commits, 2023/05/20
- 93/409: gnu: texlive-preprint: Fix build., guix-commits, 2023/05/20
- 95/409: gnu: Add texlive-luatexbase., guix-commits, 2023/05/20
- 98/409: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/05/20
- 104/409: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/05/20
- 107/409: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/05/20
- 109/409: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/05/20
- 102/409: gnu: texlive-latex-needspace -> texlive-needspace.,
guix-commits <=
- 132/409: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/05/20
- 45/409: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/05/20
- 61/409: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/05/20
- 64/409: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/20
- 67/409: gnu: texlive-stringenc: Fix build., guix-commits, 2023/05/20
- 73/409: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/05/20
- 79/409: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/05/20
- 101/409: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/05/20
- 103/409: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/05/20
- 105/409: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/05/20