[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
114/416: gnu: texlive-latex-hyphenat -> texlive-hyphenat.
From: |
guix-commits |
Subject: |
114/416: gnu: texlive-latex-hyphenat -> texlive-hyphenat. |
Date: |
Sun, 28 May 2023 02:32:24 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a6cfb6e3b73df8a852b0dc5bbd058392e75b4651
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 20:03:28 2023 +0200
gnu: texlive-latex-hyphenat -> texlive-hyphenat.
* gnu/packages/tex.scm (texlive-hyphenat): New variable.
(texlive-latex-hyphenat): Deprecate variable.
---
gnu/packages/tex.scm | 29 +++++++++++++++++------------
1 file changed, 17 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f8df8dd374..8e1327a191 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12678,24 +12678,29 @@ Adobe in both Adobe Type 1 and OpenType formats, plus
macros supporting the
use of the fonts in LaTeX (Type 1) and XeLaTeX/LuaLaTeX (OTF).")
(license (list license:lppl1.3+ license:silofl1.1))))
-(define-public texlive-latex-hyphenat
+(define-public texlive-hyphenat
(package
- (inherit (simple-texlive-package
- "texlive-latex-hyphenat"
- (list "doc/latex/hyphenat/"
- "tex/latex/hyphenat/")
- (base32 "0b3jx2yvryx95am0ll9h6yc99niw2lwgsbq7r89j84z2qyp2llsq")
- #:trivial? #t))
+ (name "texlive-hyphenat")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hyphenat/" "source/latex/hyphenat/"
+ "tex/latex/hyphenat/")
+ (base32
+ "0gm7s7bidp9b4sfgylvwydban8jylfcskmqrf0sxlwxsqxqq5fy5")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hyphenat")
- (synopsis "Disable/enable hyphenation")
+ (synopsis "Disable/enable hypenation")
(description
"This package can disable all hyphenation or enable hyphenation of
non-alphabetics or monospaced fonts. The package can also enable hyphenation
-within ‘words’ that contain non-alphabetic characters (e.g., that include
-underscores), and hyphenation of text typeset in monospaced (e.g., cmtt)
-fonts.")
- (license license:lppl1.3c+)))
+within words that contain non-alphabetic characters (e.g., that include
+underscores), and hyphenation of text typeset in monospaced (e.g.,
+@code{cmtt}) fonts.")
+ (license license:lppl1.3+)))
+
+(define-deprecated-package texlive-latex-hyphenat texlive-hyphenat)
(define-public texlive-lastpage
(let ((template (simple-texlive-package
- 33/416: gnu: Add texlive-attachfile., (continued)
- 33/416: gnu: Add texlive-attachfile., guix-commits, 2023/05/28
- 35/416: gnu: Add texlive-subfig., guix-commits, 2023/05/28
- 44/416: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/05/28
- 47/416: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/05/28
- 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 <=
- 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, 2023/05/28
- 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