[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
119/409: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk.
From: |
guix-commits |
Subject: |
119/409: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk. |
Date: |
Sat, 20 May 2023 04:02:33 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f9b9a33a8927eea78afaaa2002709a32672d1fcc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 21:32:37 2023 +0200
gnu: texlive-generic-babel-norsk -> texlive-babel-norsk.
* gnu/packages/tex.scm (texlive-babel-norsk): New variable.
(texlive-generic-babel-norsk): Deprecate variable.
---
gnu/packages/tex.scm | 30 ++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 50859ae97e..d68fc217ce 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12143,27 +12143,29 @@ Finnish in @code{babel}. It provides all the
necessary macros, definitions and
settings to typeset Finnish documents.")
(license license:lppl1.3c+))))
-(define-public texlive-generic-babel-norsk
+(define-public texlive-babel-norsk
(package
- (name "texlive-generic-babel-norsk")
+ (name "texlive-babel-norsk")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "generic" "babel-norsk"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1yf538l2isxgmab8jslxxx5fbdk4njf147n4raf5vyw3l4slxm6m"))))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-norsk/"
+ "source/generic/babel-norsk/"
+ "tex/generic/babel-norsk/")
+ (base32
+ "1zsssgcdllhjk7r58k4rv8bh59nmj091syqj45chvp1i667ndryp")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "generic/babel-norsk"))
- (home-page "https://www.ctan.org/pkg/babel-norsk")
+ (home-page "https://ctan.org/pkg/babel-norsk")
(synopsis "Babel support for Norwegian")
(description
- "The package provides the language definition file for support of
-Norwegian in @code{babel}. Some shortcuts are defined, as well as translations
-to Norsk of standard “LaTeX names”.")
+ "The package provides the language definition file for support of
+Norwegian in Babel. Some shortcuts are defined, as well as translations to
+Norsk of standard LaTeX names.")
(license license:lppl1.3+)))
+(define-deprecated-package texlive-generic-babel-norsk texlive-babel-norsk)
+
(define-public texlive-babel-danish
(let ((template (simple-texlive-package
"texlive-babel-danish"
- 61/409: gnu: texlive-latex-marginfix -> texlive-marginfix., (continued)
- 61/409: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/05/20
- 64/409: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/20
- 67/409: gnu: texlive-stringenc: Fix build., guix-commits, 2023/05/20
- 73/409: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/05/20
- 79/409: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/05/20
- 101/409: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/05/20
- 103/409: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/05/20
- 105/409: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/05/20
- 115/409: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/20
- 116/409: gnu: Add texlive-regexpatch., guix-commits, 2023/05/20
- 119/409: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk.,
guix-commits <=
- 129/409: gnu: Add texlive-gincltex., guix-commits, 2023/05/20
- 133/409: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/05/20
- 135/409: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/05/20
- 140/409: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/20
- 143/409: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/20
- 149/409: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/05/20
- 153/409: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/05/20
- 154/409: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/20
- 164/409: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/05/20
- 110/409: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/05/20