GNU bug report logs - #56396
[PATCH] gnu: Add texlive-babel-finnish.

Previous Next

Package: guix-patches;

Reported by: Wiktor Żelazny <wz <at> freeshell.de>

Date: Tue, 5 Jul 2022 11:10:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 56396 in the body.
You can then email your comments to 56396 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#56396; Package guix-patches. (Tue, 05 Jul 2022 11:10:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Wiktor Żelazny <wz <at> freeshell.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 05 Jul 2022 11:10:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Wiktor Żelazny <wz <at> freeshell.de>
To: guix-patches <at> gnu.org
Cc: Wiktor Żelazny <wzelazny <at> vurv.cz>
Subject: [PATCH] gnu: Add texlive-babel-finnish.
Date: Tue,  5 Jul 2022 13:08:49 +0200
From: Wiktor Żelazny <wzelazny <at> vurv.cz>

* gnu/packages/tex.scm (texlive-babel-finnish): New variable.
---
 gnu/packages/tex.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f6b4c25595..d8f415ad9a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10981,3 +10981,30 @@ (define-public texlive-lineno
 mechanism.  Line numbering may be extended to footnote lines, using the
 fnlineno package.")
     (license license:lppl1.3a+)))
+
+(define-public texlive-babel-finnish
+  (let ((template (simple-texlive-package
+                   "texlive-babel-finnish"
+                   (list "/source/generic/babel-finnish/")
+                   (base32
+                    "1930zxk4l6k5q4wcbvpvijv4s0gxp2mkxvblczn4gcbar10vfd4x"))))
+    (package
+      (inherit template)
+      (arguments
+       (substitute-keyword-arguments (package-arguments template)
+         ((#:tex-directory _ '())
+          "generic/babel-finnish")
+         ((#:build-targets _ '())
+          ''("finnish.ins")) ; TODO: use dtx and build documentation
+         ((#:phases phases)
+          `(modify-phases ,phases
+             (add-after 'unpack 'chdir
+               (lambda _
+                 (chdir "source/generic/babel-finnish")))))))
+      (home-page "https://www.ctan.org/pkg/babel-finnish")
+      (synopsis "Babel support for finnish")
+      (description
+       "This package provides the language definition file for support of
+finnish in @code{babel}.  It provides all the necessary macros, definitions and
+settings to typeset finnish documents.")
+      (license license:lppl1.3c+))))

base-commit: 06493e738825598447f5b45d7100ca7eff8b669d
-- 
2.36.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 08 Jul 2022 21:41:02 GMT) Full text and rfc822 format available.

Notification sent to Wiktor Żelazny <wz <at> freeshell.de>:
bug acknowledged by developer. (Fri, 08 Jul 2022 21:41:02 GMT) Full text and rfc822 format available.

Message #10 received at 56396-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Wiktor Żelazny <wz <at> freeshell.de>
Cc: 56396-done <at> debbugs.gnu.org,
 Wiktor Żelazny <wzelazny <at> vurv.cz>
Subject: Re: bug#56396: [PATCH] gnu: Add texlive-babel-finnish.
Date: Fri, 08 Jul 2022 23:39:51 +0200
[Message part 1 (text/plain, inline)]
Hi,

Wiktor Żelazny <wz <at> freeshell.de> skribis:

> From: Wiktor Żelazny <wzelazny <at> vurv.cz>
>
> * gnu/packages/tex.scm (texlive-babel-finnish): New variable.

Applied with the change below, thanks!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d8f415ad9a..08e506bf1c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11002,9 +11002,9 @@ (define-public texlive-babel-finnish
                (lambda _
                  (chdir "source/generic/babel-finnish")))))))
       (home-page "https://www.ctan.org/pkg/babel-finnish")
-      (synopsis "Babel support for finnish")
+      (synopsis "Babel support for Finnish")
       (description
        "This package provides the language definition file for support of
-finnish in @code{babel}.  It provides all the necessary macros, definitions and
-settings to typeset finnish documents.")
+Finnish in @code{babel}.  It provides all the necessary macros, definitions and
+settings to typeset Finnish documents.")
       (license license:lppl1.3c+))))

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 06 Aug 2022 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 355 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.