[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
62/421: gnu: texlive-generic-babel-english -> texlive-babel-english.
From: |
guix-commits |
Subject: |
62/421: gnu: texlive-generic-babel-english -> texlive-babel-english. |
Date: |
Sun, 28 May 2023 01:29:32 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0a0af8f5dd8e70ec62ff9c9a1e48c87d9e28b9f3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 10:14:24 2023 +0200
gnu: texlive-generic-babel-english -> texlive-babel-english.
* gnu/packages/tex.scm (texlive-babel-english): New variable.
(texlive-generic-babel-english): Deprecate variable.
(texlive-base): Use new name.
---
gnu/packages/tex.scm | 34 ++++++++++++++++++----------------
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6de2e5a753..55d9b516a6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4441,28 +4441,30 @@ external program.")
;; that says the package must be renamed from 'csplain' if it is modified.
(license (license:non-copyleft "file:///tex/csplain/base/csplain.ini"))))
-(define-public texlive-generic-babel-english
+(define-public texlive-babel-english
(package
- (name "texlive-generic-babel-english")
+ (name "texlive-babel-english")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "generic" "babel-english"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1s404wbx91z5w65hm024kyl4h56zsa096irx18vsx8jvlmwsr5wc"))))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-english/"
+ "source/generic/babel-english/"
+ "tex/generic/babel-english/")
+ (base32
+ "0fh8xxxh79za80yvgypf8clzj0lk237lfyqfkl233id9rlias08d")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "generic/babel-english"))
- (home-page "https://www.ctan.org/pkg/babel-english")
+ (home-page "https://ctan.org/pkg/babel-english")
(synopsis "Babel support for English")
(description
- "This package provides the language definition file for support of
-English in @code{babel}. Care is taken to select British hyphenation patterns
-for British English and Australian text, and default (\"american\") patterns
-for Canadian and USA text.")
+ "The package provides the language definition file for support of
+English in @code{babel}. Care is taken to select british hyphenation patterns
+for British English and Australian text, and default (american) patterns for
+Canadian and USA text.")
(license license:lppl1.3+)))
+(define-deprecated-package texlive-generic-babel-english texlive-babel-english)
+
(define-public texlive-babel-french
(let ((template
(simple-texlive-package
@@ -4773,7 +4775,7 @@ part of the LaTeX required set of packages.")
texlive-amsmath
texlive-amscls
texlive-babel
- texlive-generic-babel-english
+ texlive-babel-english
texlive-cyrillic
texlive-psnfss
texlive-tools
- 40/421: gnu: Add texlive-showexpl., (continued)
- 40/421: gnu: Add texlive-showexpl., guix-commits, 2023/05/28
- 43/421: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/05/28
- 45/421: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/05/28
- 47/421: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/05/28
- 48/421: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/05/28
- 51/421: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/05/28
- 50/421: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/05/28
- 49/421: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/05/28
- 52/421: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/05/28
- 57/421: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/05/28
- 62/421: gnu: texlive-generic-babel-english -> texlive-babel-english.,
guix-commits <=
- 61/421: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/05/28
- 64/421: gnu: texlive-grffile: Fix build., guix-commits, 2023/05/28
- 65/421: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/05/28
- 69/421: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/05/28
- 74/421: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/05/28
- 75/421: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/05/28
- 79/421: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/05/28
- 81/421: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/05/28
- 78/421: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/05/28
- 92/421: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/05/28