[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
114/418: gnu: texlive-latex-hyphenat -> texlive-hyphenat.
From: |
guix-commits |
Subject: |
114/418: gnu: texlive-latex-hyphenat -> texlive-hyphenat. |
Date: |
Fri, 2 Jun 2023 17:24:19 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 7c616077a12200c920dce15e3625ffe4a6e40af4
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
- 384/418: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 384/418: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 387/418: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 392/418: gnu: texlive-etex: Fix build., guix-commits, 2023/06/02
- 369/418: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 370/418: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 374/418: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 402/418: gnu: texlive-wasy: Fix build., guix-commits, 2023/06/02
- 404/418: gnu: texlive-cs: Fix build., guix-commits, 2023/06/02
- 408/418: gnu: Add texlive-semaphor., guix-commits, 2023/06/02
- 101/418: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/06/02
- 114/418: gnu: texlive-latex-hyphenat -> texlive-hyphenat.,
guix-commits <=
- 115/418: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/06/02
- 121/418: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/06/02
- 124/418: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/06/02
- 131/418: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/06/02
- 133/418: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/06/02
- 134/418: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/06/02
- 147/418: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/02
- 151/418: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/06/02
- 152/418: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/06/02
- 153/418: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/06/02