[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
231/418: gnu: texlive-babel-french: Refresh package definition.
From: |
guix-commits |
Subject: |
231/418: gnu: texlive-babel-french: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:20 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f055757033060bac0e591cd25bc51f4d36e008e5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 22:38:21 2023 +0200
gnu: texlive-babel-french: Refresh package definition.
* gnu/packages/tex.scm (texlive-babel-french): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 42 ++++++++++++++++++------------------------
1 file changed, 18 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 92bd51a745..ea71e9ec78 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4768,30 +4768,24 @@ Canadian and USA text.")
(define-deprecated-package texlive-generic-babel-english texlive-babel-english)
(define-public texlive-babel-french
- (let ((template
- (simple-texlive-package
- "texlive-babel-french"
- (list "doc/generic/babel-french/"
- "source/generic/babel-french/"
- "tex/generic/babel-french/")
- (base32 "0cgn4dq5wnlfh9wddjzxsf7p56pk29lyndg56zg6558y7xf67cw8"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "generic/babel-french")
- ((#:build-targets _ '())
- ;; TODO: use dtx and build documentation.
- '(list "frenchb.ins"))))
- (home-page "https://ctan.org/macros/latex/contrib/babel-contrib/french")
- (synopsis "Babel contributed support for French")
- (description
- "The package, formerly known as frenchb, establishes French conventions
-in a document (or a subset of the conventions, if French is not the main
-language of the document).")
- (license license:lppl1.3+))))
+ (package
+ (name "texlive-babel-french")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-french/"
+ "source/generic/babel-french/"
+ "tex/generic/babel-french/")
+ (base32
+ "0cgn4dq5wnlfh9wddjzxsf7p56pk29lyndg56zg6558y7xf67cw8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-french")
+ (synopsis "Babel contributed support for French")
+ (description
+ "The package establishes French conventions in a document (or a subset of
+the conventions, if French is not the main language of the document).")
+ (license license:lppl1.3+)))
(define-deprecated-package texlive-generic-babel-french texlive-babel-french)
- 112/418: gnu: texlive-latex-bussproofs -> texlive-bussproofs., (continued)
- 112/418: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/05/29
- 113/418: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/29
- 181/418: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/05/29
- 187/418: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/05/29
- 192/418: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/05/29
- 196/418: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/29
- 197/418: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/05/29
- 199/418: gnu: texlive-microtype: Refresh package definition., guix-commits, 2023/05/29
- 202/418: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/05/29
- 205/418: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/05/29
- 231/418: gnu: texlive-babel-french: Refresh package definition.,
guix-commits <=
- 227/418: gnu: texlive-pict2e: Refresh package definition., guix-commits, 2023/05/29
- 219/418: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/05/29
- 218/418: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/05/29
- 230/418: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/05/29
- 234/418: gnu: texlive-bigfoot: Refresh package definition., guix-commits, 2023/05/29
- 258/418: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/05/29
- 259/418: gnu: texlive-bitset: Refresh package definition., guix-commits, 2023/05/29
- 268/418: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/05/29
- 270/418: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/05/29
- 272/418: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/05/29