unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56396] [PATCH] gnu: Add texlive-babel-finnish.
@ 2022-07-05 11:08 Wiktor Żelazny
  2022-07-08 21:39 ` bug#56396: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Wiktor Żelazny @ 2022-07-05 11:08 UTC (permalink / raw)
  To: 56396; +Cc: Wiktor Żelazny

From: Wiktor Żelazny <wzelazny@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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#56396: [PATCH] gnu: Add texlive-babel-finnish.
  2022-07-05 11:08 [bug#56396] [PATCH] gnu: Add texlive-babel-finnish Wiktor Żelazny
@ 2022-07-08 21:39 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-07-08 21:39 UTC (permalink / raw)
  To: Wiktor Żelazny; +Cc: 56396-done, Wiktor Żelazny

[-- Attachment #1: Type: text/plain, Size: 221 bytes --]

Hi,

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

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

Applied with the change below, thanks!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 828 bytes --]

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+))))

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-08 21:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-05 11:08 [bug#56396] [PATCH] gnu: Add texlive-babel-finnish Wiktor Żelazny
2022-07-08 21:39 ` bug#56396: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).