[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
114/409: gnu: texlive-latex-hyphenat -> texlive-hyphenat.
From: |
guix-commits |
Subject: |
114/409: gnu: texlive-latex-hyphenat -> texlive-hyphenat. |
Date: |
Sat, 20 May 2023 04:02:32 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit c2b9a6640415d46bf341d9864171bb885ea50723
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 3a8700653a..2767bfb56a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12674,24 +12674,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
- 217/409: gnu: texlive-wasy: Refresh package definition., (continued)
- 217/409: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/05/20
- 255/409: gnu: texlive-ncctools: Refresh package definition., guix-commits, 2023/05/20
- 257/409: gnu: texlive-atbegshi: Refresh package definition., guix-commits, 2023/05/20
- 68/409: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/05/20
- 72/409: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/05/20
- 75/409: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/05/20
- 94/409: gnu: Add texlive-ctablestack., guix-commits, 2023/05/20
- 96/409: gnu: Add texlive-luacode., guix-commits, 2023/05/20
- 99/409: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/05/20
- 113/409: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/20
- 114/409: gnu: texlive-latex-hyphenat -> texlive-hyphenat.,
guix-commits <=
- 123/409: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/05/20
- 125/409: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/05/20
- 130/409: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/05/20
- 134/409: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/05/20
- 139/409: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/05/20
- 151/409: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/05/20
- 166/409: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/20
- 172/409: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/05/20
- 183/409: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/05/20
- 185/409: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/05/20