unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56390] [PATCH 0/1] gnu: Add texlive-babel-dutch.
@ 2022-07-05  6:30 Wiktor Żelazny
  2022-07-05  6:39 ` [bug#56390] [PATCH 1/1] " Wiktor Żelazny
  0 siblings, 1 reply; 3+ messages in thread
From: Wiktor Żelazny @ 2022-07-05  6:30 UTC (permalink / raw)
  To: 56390; +Cc: Wiktor Żelazny

Adapted from texlive-babel-swedish with some styling changes.

Wiktor Żelazny (1):
  gnu: Add texlive-babel-dutch.

 gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)


base-commit: 4d126e776239cc2e9b2e39718d0a1051f4a9bbc3
-- 
2.36.1





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

* [bug#56390] [PATCH 1/1] gnu: Add texlive-babel-dutch.
  2022-07-05  6:30 [bug#56390] [PATCH 0/1] gnu: Add texlive-babel-dutch Wiktor Żelazny
@ 2022-07-05  6:39 ` Wiktor Żelazny
  2022-07-11 23:14   ` bug#56390: [PATCH 0/1] " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Wiktor Żelazny @ 2022-07-05  6:39 UTC (permalink / raw)
  To: 56390; +Cc: Wiktor Żelazny

From: Wiktor Żelazny <wzelazny@vurv.cz>

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f6b4c25595..88de0774c6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10981,3 +10981,29 @@ (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-dutch
+  (let ((template (simple-texlive-package
+                   "texlive-babel-dutch"
+                   (list "/source/generic/babel-dutch/")
+                   (base32
+                    "1a40rz6rznawgarnhk0wh751sln2x9js4420i0758y2clf4rlhg9"))))
+    (package
+      (inherit template)
+      (arguments
+       (substitute-keyword-arguments (package-arguments template)
+         ((#:tex-directory _ '())
+          "generic/babel-dutch")
+         ((#:build-targets _ '())
+          ''("dutch.ins")) ; TODO: use dtx and build documentation
+         ((#:phases phases) `(modify-phases ,phases
+                               (add-after 'unpack 'chdir
+                                 (lambda _
+                                   (chdir "source/generic/babel-dutch")))))))
+      (home-page "https://www.ctan.org/pkg/babel-dutch")
+      (synopsis "Babel support for Dutch")
+      (description
+       "This package provides the language definition file for support of Dutch
+in @code{babel}.  It provides all the necessary macros, definitions and
+settings to typeset Dutch documents.")
+      (license license:lppl1.3c+))))
-- 
2.36.1





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

* bug#56390: [PATCH 0/1] gnu: Add texlive-babel-dutch.
  2022-07-05  6:39 ` [bug#56390] [PATCH 1/1] " Wiktor Żelazny
@ 2022-07-11 23:14   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2022-07-11 23:14 UTC (permalink / raw)
  To: Wiktor Żelazny; +Cc: Wiktor Żelazny, 56390-done

Hi,

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

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

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2022-07-11 23:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-05  6:30 [bug#56390] [PATCH 0/1] gnu: Add texlive-babel-dutch Wiktor Żelazny
2022-07-05  6:39 ` [bug#56390] [PATCH 1/1] " Wiktor Żelazny
2022-07-11 23:14   ` bug#56390: [PATCH 0/1] " 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).