From 443cf97f4e99b200813765e8c05e56e4e95f65f1 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 14 May 2023 20:03:28 +0200 Subject: [PATCH] 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 d01eb51d0c..e517129616 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -12670,24 +12670,29 @@ (define-public texlive-sourcecodepro 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