[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
118/435: gnu: texlive-generic-babel-german -> texlive-babel-german.
From: |
guix-commits |
Subject: |
118/435: gnu: texlive-generic-babel-german -> texlive-babel-german. |
Date: |
Tue, 6 Jun 2023 11:39:28 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b4fc420ab3bade89771cb7f9dd7bdf4b2411a8ea
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 21:29:55 2023 +0200
gnu: texlive-generic-babel-german -> texlive-babel-german.
* gnu/packages/tex.scm (texlive-babel-german): New variable.
(texlive-generic-babel-german): Deprecate variable.
---
gnu/packages/tex.scm | 38 ++++++++++++++++++++------------------
1 file changed, 20 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d1848fb347..db582f0496 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4674,29 +4674,31 @@ language of the document).")
(define-deprecated-package texlive-generic-babel-french texlive-babel-french)
-(define-public texlive-generic-babel-german
+(define-public texlive-babel-german
(package
- (name "texlive-generic-babel-german")
+ (name "texlive-babel-german")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "generic" "babel-german"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1x9hnr9gz5mqdb97cinivn9xjnfr4qi996aa4cnr2sm2dsbhqxnp"))))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-german/"
+ "source/generic/babel-german/"
+ "tex/generic/babel-german/")
+ (base32
+ "0iwnn35xnpczi2gxrzrgyilh30qbnj6w05p3q0gvcmnisawfva9q")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "generic/babel-german"))
- (home-page "https://www.ctan.org/pkg/babel-german")
- (synopsis "Babel support for German")
- (description
- "This package provides the language definition file for support of German
-in @code{babel}. It provides all the necessary macros, definitions and
-settings to typeset German documents. The bundle includes support for the
-traditional and reformed German orthography as well as for the Austrian and
-Swiss varieties of German.")
+ (home-page "https://ctan.org/pkg/babel-german")
+ (synopsis "Babel support for documents written in German")
+ (description
+ "This bundle is an extension to the babel package for multilingual
typesetting.
+It provides all the necessary macros, definitions and settings to typeset
+German documents. The bundle includes support for the traditional and
+reformed German orthography as well as for the Austrian and Swiss varieties of
+German.")
(license license:lppl1.3+)))
+(define-deprecated-package texlive-generic-babel-german texlive-babel-german)
+
(define-public texlive-babel-swedish
(let ((template (simple-texlive-package
"texlive-babel-swedish"
- 115/435: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., (continued)
- 115/435: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/06/06
- 77/435: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/06/06
- 78/435: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/06/06
- 80/435: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/06/06
- 83/435: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/06
- 87/435: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/06
- 89/435: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/06/06
- 91/435: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/06
- 95/435: gnu: Add texlive-luatexbase., guix-commits, 2023/06/06
- 122/435: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/06
- 118/435: gnu: texlive-generic-babel-german -> texlive-babel-german.,
guix-commits <=
- 102/435: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/06/06
- 123/435: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/06/06
- 119/435: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/06/06
- 125/435: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/06/06
- 128/435: gnu: Add texlive-svn-prov., guix-commits, 2023/06/06
- 129/435: gnu: Add texlive-gincltex., guix-commits, 2023/06/06
- 131/435: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/06/06
- 130/435: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/06/06
- 133/435: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/06/06
- 134/435: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/06/06