unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: 52582@debbugs.gnu.org
Subject: [bug#52582] [PATCH] Add texlive-generic-babel-french.
Date: Fri, 17 Dec 2021 19:20:23 +0100	[thread overview]
Message-ID: <87mtkz9jq0.fsf@nicolasgoaziou.fr> (raw)

[-- 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


             reply	other threads:[~2021-12-17 18:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-17 18:20 Nicolas Goaziou [this message]
2021-12-26 17:46 ` [bug#52582] [PATCH] Add texlive-generic-babel-french Mathieu Othacehe
2021-12-26 20:27   ` bug#52582: " Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mtkz9jq0.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=52582@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).