[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
229/418: gnu: texlive-babel-swedish: Refresh package definition.
From: |
guix-commits |
Subject: |
229/418: gnu: texlive-babel-swedish: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:19 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ab7f10cda906ee28e8cf7af142b911df848e9070
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 22:34:13 2023 +0200
gnu: texlive-babel-swedish: Refresh package definition.
* gnu/packages/tex.scm (texlive-babel-swedish): Remove
SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 36 +++++++++++++++++-------------------
1 file changed, 17 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 97129c1b6b..6d4e9cd8b8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4809,25 +4809,23 @@ German.")
(define-deprecated-package texlive-generic-babel-german texlive-babel-german)
(define-public texlive-babel-swedish
- (let ((template (simple-texlive-package
- "texlive-babel-swedish"
- (list "/source/generic/babel-swedish/")
- (base32
- "03rp4n9wkqyckman765r8v8j2pg5fg9frbfxsnhq0i2mr0yhbr6v"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "generic/babel-swedish")
- ((#:build-targets _ '())
- ''("swedish.ins"))))
- (home-page "https://www.ctan.org/pkg/babel-swedish")
- (synopsis "Babel support for Swedish")
- (description "This package provides the language definition file for
-support of Swedish in @code{babel}. It provides all the necessary macros,
-definitions and settings to typeset Swedish documents.")
- (license license:lppl1.3c+))))
+ (package
+ (name "texlive-babel-swedish")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-swedish/"
+ "source/generic/babel-swedish/"
+ "tex/generic/babel-swedish/")
+ (base32
+ "0qi2rzhlxikabrk9n0096inbczgp5hwghvy5zn0mph8zmsxlfbdf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-swedish")
+ (synopsis "Babel support for typesetting Swedish")
+ (description
+ "The package provides the language definition file for Swedish.")
+ (license license:lppl1.3+)))
(define-public texlive-cyrillic
(package
- 402/418: gnu: texlive-wasy: Fix build., (continued)
- 402/418: gnu: texlive-wasy: Fix build., guix-commits, 2023/05/29
- 418/418: gnu: texlive: Improve package style., guix-commits, 2023/05/29
- 368/418: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 395/418: gnu: texlive-ec: Fix build., guix-commits, 2023/05/29
- 415/418: gnu: Add texlive-mfware., guix-commits, 2023/05/29
- 398/418: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/29
- 363/418: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 387/418: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 216/418: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/05/29
- 220/418: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/05/29
- 229/418: gnu: texlive-babel-swedish: Refresh package definition.,
guix-commits <=
- 226/418: gnu: texlive-xmltex: Fix build., guix-commits, 2023/05/29
- 212/418: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/05/29
- 221/418: gnu: texlive-libertine: Refresh package definition., guix-commits, 2023/05/29
- 237/418: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/05/29
- 239/418: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/05/29
- 241/418: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/05/29
- 245/418: gnu: texlive-polyglossia: Refresh package definition., guix-commits, 2023/05/29
- 246/418: gnu: texlive-letltxmacro: Refresh package definition., guix-commits, 2023/05/29
- 249/418: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/05/29
- 250/418: gnu: texlive-pdfpages: Refresh package definition., guix-commits, 2023/05/29