[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
119/452: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk.
From: |
guix-commits |
Subject: |
119/452: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk. |
Date: |
Fri, 9 Jun 2023 13:43:07 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit fc419ae940b85f604f394844c98569c5a7c2c88e
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 ed04ef8e42..4d5d230f37 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12135,27 +12135,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"
- 361/452: gnu: simple-texlive-package: Turn it into a stub., (continued)
- 361/452: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/06/09
- 359/452: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 19/452: gnu: Add texlive-xfor., guix-commits, 2023/06/09
- 53/452: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/06/09
- 59/452: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/06/09
- 62/452: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/06/09
- 71/452: gnu: texlive-zref: Fix build., guix-commits, 2023/06/09
- 89/452: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/06/09
- 104/452: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/06/09
- 107/452: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/06/09
- 119/452: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk.,
guix-commits <=
- 132/452: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/06/09
- 136/452: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/09
- 149/452: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/06/09
- 156/452: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/09
- 159/452: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/09
- 158/452: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/06/09
- 172/452: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/09
- 181/452: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/09
- 168/452: gnu: texlive-was: Refresh package definition., guix-commits, 2023/06/09
- 13/452: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/06/09