[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
232/458: gnu: texlive-babel: Refresh package definition.
From: |
guix-commits |
Subject: |
232/458: gnu: texlive-babel: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:40 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0a0405587740aefc2ac7321d760061d1a9837929
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 22:39:43 2023 +0200
gnu: texlive-babel: Refresh package definition.
* gnu/packages/tex.scm (texlive-babel): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 72 ++++++++++++++++++++++++++--------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a96ab32b3a..fbfbd87c4a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4619,48 +4619,48 @@ distribution.")
(define-deprecated-package texlive-latex-amscls texlive-amscls)
(define-public texlive-babel
- (let ((template (simple-texlive-package
- "texlive-babel"
- (list "/doc/latex/babel/"
- "/source/latex/babel/"
- "/makeindex/babel/")
- (base32
- "0qr5vjp79g1c1l6k173qhfdfabgbky73wymzhm56pazx4a8r08wz"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t)
- "generic/babel")
- ((#:phases phases)
- `(modify-phases ,phases
- ;; This package tries to produce babel.aux twice but refuses to
- ;; overwrite the first one.
- (add-before 'build 'fix-ins
- (lambda _
- (substitute* "source/latex/babel/babel.ins"
- (("askonceonly") "askforoverwritefalse"))))
- (add-after 'install 'install-locales
- (lambda* (#:key outputs #:allow-other-keys)
- (let ((locale-directory
- (string-append (assoc-ref outputs "out")
-
"/share/texmf-dist/tex/generic/babel/locale/")))
- (mkdir-p locale-directory)
- (invoke "unzip" "locale.zip" "-d"
- locale-directory))))))))
- (native-inputs
- (list unzip))
- (home-page "https://www.ctan.org/pkg/babel")
- (synopsis "Multilingual support for Plain TeX or LaTeX")
- (description
- "The package manages culturally-determined typographical (and other)
+ (package
+ (name "texlive-babel")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/babel/"
+ "makeindex/babel/"
+ "source/latex/babel/"
+ "tex/generic/babel/")
+ (base32
+ "00gl0b55hg912bmrqkpzn5rfyds7hcbsfwdlsmqishq5gjp6pnr0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; This package tries to produce babel.aux twice but refuses to
+ ;; overwrite the first one.
+ (add-before 'build 'fix-ins
+ (lambda _
+ (substitute* "source/latex/babel/babel.ins"
+ (("askonceonly") "askforoverwritefalse"))))
+ (add-before 'build 'generate-locales
+ (lambda _
+ (let ((locale-directory (string-append (getcwd)
"/build/locale")))
+ (mkdir-p locale-directory)
+ (with-directory-excursion "source/latex/babel/"
+ (invoke "unzip" "locale.zip" "-d" locale-directory))))))))
+ (native-inputs
+ (list unzip))
+ (home-page "https://www.ctan.org/pkg/babel")
+ (synopsis "Multilingual support for Plain TeX or LaTeX")
+ (description
+ "The package manages culturally-determined typographical (and other)
rules, and hyphenation patterns for a wide range of languages. A document may
select a single language to be supported, or it may select several, in which
case the document may switch from one language to another in a variety of
ways. Babel uses contributed configuration files that provide the detail of
what has to be done for each language. Users of XeTeX are advised to use the
polyglossia package rather than Babel.")
- (license license:lppl1.3+))))
+ (license license:lppl1.3+)))
(define-deprecated-package texlive-latex-babel texlive-babel)
- 440/458: gnu: Add texlive-xdvi., (continued)
- 440/458: gnu: Add texlive-xdvi., guix-commits, 2023/06/14
- 448/458: gnu: Add texlive-pslatex., guix-commits, 2023/06/14
- 449/458: gnu: Add texlive-pspicture., guix-commits, 2023/06/14
- 451/458: gnu: Add texlive-scheme-basic., guix-commits, 2023/06/14
- 455/458: gnu: Deprecate texlive-base in favor of texlive-scheme-basic., guix-commits, 2023/06/14
- 145/458: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/06/14
- 147/458: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/14
- 213/458: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/06/14
- 225/458: gnu: Add texlive-xmltexconfig., guix-commits, 2023/06/14
- 228/458: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/06/14
- 232/458: gnu: texlive-babel: Refresh package definition.,
guix-commits <=
- 244/458: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/06/14
- 279/458: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/06/14
- 283/458: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/06/14
- 303/458: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/06/14
- 318/458: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/06/14
- 336/458: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/06/14
- 369/458: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 345/458: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/06/14
- 372/458: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 370/458: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14