[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
231/458: gnu: texlive-babel-french: Refresh package definition.
From: |
guix-commits |
Subject: |
231/458: gnu: texlive-babel-french: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:39 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3384551a4cde9084c65b8a918d2271e6dec7fe2b
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 ce6fa2f274..a96ab32b3a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4760,30 +4760,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)
- 197/458: gnu: texlive-caption: Refresh package definition., (continued)
- 197/458: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/06/14
- 199/458: gnu: texlive-microtype: Refresh package definition., guix-commits, 2023/06/14
- 200/458: gnu: texlive-units: Refresh package definition., guix-commits, 2023/06/14
- 205/458: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/06/14
- 206/458: gnu: texlive-iftex: Refresh package definition., guix-commits, 2023/06/14
- 208/458: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/06/14
- 209/458: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/06/14
- 217/458: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/06/14
- 220/458: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/06/14
- 229/458: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/06/14
- 231/458: gnu: texlive-babel-french: Refresh package definition.,
guix-commits <=
- 235/458: gnu: texlive-filemod: Refresh package definition., guix-commits, 2023/06/14
- 242/458: gnu: texlive-bidi: Fix build., guix-commits, 2023/06/14
- 245/458: gnu: texlive-polyglossia: Refresh package definition., guix-commits, 2023/06/14
- 246/458: gnu: texlive-letltxmacro: Refresh package definition., guix-commits, 2023/06/14
- 252/458: gnu: texlive-lh: Refresh package definition., guix-commits, 2023/06/14
- 253/458: gnu: texlive-acronym: Refresh package definition., guix-commits, 2023/06/14
- 260/458: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/06/14
- 257/458: gnu: texlive-atbegshi: Refresh package definition., guix-commits, 2023/06/14
- 265/458: gnu: texlive-kvsetkeys: Refresh package definition., guix-commits, 2023/06/14
- 268/458: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/06/14