unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52582] [PATCH] Add texlive-generic-babel-french.
@ 2021-12-17 18:20 Nicolas Goaziou
  2021-12-26 17:46 ` Mathieu Othacehe
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2021-12-17 18:20 UTC (permalink / raw)
  To: 52582

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

Hello,

The following package adds "french" option to babel.

Regards,
-- 
Nicolas Goaziou

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Add texlive-generic-babel-french --]
[-- Type: text/x-diff, Size: 1622 bytes --]

From ad5f1ce0a88473bea5876a2b3814fd70da452b8d Mon Sep 17 00:00:00 2001
Message-Id: <ad5f1ce0a88473bea5876a2b3814fd70da452b8d.1639765109.git.mail@nicolasgoaziou.fr>
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Date: Fri, 17 Dec 2021 19:17:37 +0100
Subject: [PATCH] gnu: Add texlive-generic-babel-french.

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ebb7f86552..c48832ed48 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3920,6 +3920,26 @@ (define-public texlive-generic-babel-english
 for Canadian and USA text.")
     (license license:lppl1.3+)))
 
+(define-public texlive-generic-babel-french
+  (package
+    (name "texlive-generic-babel-french")
+    (version (number->string %texlive-revision))
+    (source
+     (origin
+       (method svn-fetch)
+       (uri (texlive-ref "generic" "babel-french"))
+       (file-name (string-append name "-" version "-checkout"))
+       (sha256
+        (base32 "0ww8bkbccacdyp2y3p2m1y49zxx5pyh7dyyyyfmlzfm6w9rz0g1g"))))
+    (build-system texlive-build-system)
+    (arguments '(#:tex-directory "generic/babel-french"))
+    (home-page "https://www.ctan.org/pkg/babel-french")
+    (synopsis "Babel support for French")
+    (description
+     "This package provides support for the French language for the
+babel multilingual system.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-generic-babel-german
   (package
     (name "texlive-generic-babel-german")
-- 
2.34.0


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

* [bug#52582] [PATCH] Add texlive-generic-babel-french.
  2021-12-17 18:20 [bug#52582] [PATCH] Add texlive-generic-babel-french Nicolas Goaziou
@ 2021-12-26 17:46 ` Mathieu Othacehe
  2021-12-26 20:27   ` bug#52582: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Othacehe @ 2021-12-26 17:46 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 52582


Hello Nicolas,

> * gnu/packages/tex.scm (texlive-generic-babel-french): New variable.

Looks fine, thanks!

Mathieu




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

* bug#52582: [PATCH] Add texlive-generic-babel-french.
  2021-12-26 17:46 ` Mathieu Othacehe
@ 2021-12-26 20:27   ` Nicolas Goaziou
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2021-12-26 20:27 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 52582-done

Hello,

Mathieu Othacehe <othacehe@gnu.org> writes:

> Hello Nicolas,
>
>> * gnu/packages/tex.scm (texlive-generic-babel-french): New variable.
>
> Looks fine, thanks!

Great! Applied, thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-12-26 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17 18:20 [bug#52582] [PATCH] Add texlive-generic-babel-french Nicolas Goaziou
2021-12-26 17:46 ` Mathieu Othacehe
2021-12-26 20:27   ` bug#52582: " Nicolas Goaziou

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