GNU bug report logs -
#56390
[PATCH 0/1] gnu: Add texlive-babel-dutch.
Previous Next
Reported by: Wiktor Żelazny <wz <at> freeshell.de>
Date: Tue, 5 Jul 2022 06:32:01 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 56390 in the body.
You can then email your comments to 56390 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#56390
; Package
guix-patches
.
(Tue, 05 Jul 2022 06:32: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 06:32:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#56390
; Package
guix-patches
.
(Tue, 05 Jul 2022 06:41:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 56390 <at> debbugs.gnu.org (full text, mbox):
From: Wiktor Żelazny <wzelazny <at> 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
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Mon, 11 Jul 2022 23:15:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Wiktor Żelazny <wz <at> freeshell.de>
:
bug acknowledged by developer.
(Mon, 11 Jul 2022 23:15:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 56390-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Wiktor Żelazny <wz <at> freeshell.de> skribis:
> From: Wiktor Żelazny <wzelazny <at> vurv.cz>
>
> * gnu/packages/tex.scm (texlive-babel-dutch): New variable.
Applied, thanks!
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 09 Aug 2022 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 42 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.