From patchwork Tue Jul 12 10:13:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Wiktor_=C5=BBelazny?= X-Patchwork-Id: 40631 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 2B2FB27BBEA; Tue, 12 Jul 2022 11:22:09 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id DC79227BBE9 for ; Tue, 12 Jul 2022 11:22:08 +0100 (BST) Received: from localhost ([::1]:39452 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oBD1s-0005Ez-0h for patchwork@mira.cbaines.net; Tue, 12 Jul 2022 06:22:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44374) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oBCv2-0007IQ-SR for guix-patches@gnu.org; Tue, 12 Jul 2022 06:15:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47823) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oBCv0-0000WC-U2 for guix-patches@gnu.org; Tue, 12 Jul 2022 06:15:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oBCv0-0000pj-Pk for guix-patches@gnu.org; Tue, 12 Jul 2022 06:15:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56517] [PATCH 2/2] gnu: Add texlive-babel-danish. Resent-From: Wiktor =?utf-8?q?=C5=BBelazny?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 12 Jul 2022 10:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56517 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56517@debbugs.gnu.org Cc: Wiktor =?utf-8?q?=C5=BBelazny?= Received: via spool by 56517-submit@debbugs.gnu.org id=B56517.16576208553110 (code B ref 56517); Tue, 12 Jul 2022 10:15:02 +0000 Received: (at 56517) by debbugs.gnu.org; 12 Jul 2022 10:14:15 +0000 Received: from localhost ([127.0.0.1]:41718 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBCuF-0000o0-4R for submit@debbugs.gnu.org; Tue, 12 Jul 2022 06:14:15 -0400 Received: from freeshell.de ([116.202.128.144]:36124) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBCuE-0000nh-3R for 56517@debbugs.gnu.org; Tue, 12 Jul 2022 06:14:14 -0400 Received: from localhost.localdomain (cst-prg-66-125.cust.vodafone.cz [46.135.66.125]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id C7937B36224A; Tue, 12 Jul 2022 12:13:56 +0200 (CEST) From: Wiktor =?utf-8?q?=C5=BBelazny?= Date: Tue, 12 Jul 2022 12:13:46 +0200 Message-Id: <20220712101346.10841-2-wz@freeshell.de> X-Mailer: git-send-email 2.36.1 In-Reply-To: <20220712101346.10841-1-wz@freeshell.de> References: <20220712101346.10841-1-wz@freeshell.de> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/tex.scm (texlive-babel-danish): 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 8ef9e1cb6e..ddcd0043c4 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -11055,3 +11055,30 @@ (define-public texlive-generic-babel-norsk Norwegian in @code{babel}. Some shortcuts are defined, as well as translations to Norsk of standard “LaTeX names”.") (license license:lppl1.3+))) + +(define-public texlive-babel-danish + (let ((template (simple-texlive-package + "texlive-babel-danish" + (list "/source/generic/babel-danish/") + (base32 + "00dryb078fqckqjnxa2riq478j6d5i28j5cclv4bw7dn5naa3lz7")))) + (package + (inherit template) + (arguments + (substitute-keyword-arguments (package-arguments template) + ((#:tex-directory _ '()) + "generic/babel-danish") + ((#:build-targets _ '()) + ''("danish.ins")) ; TODO: use dtx and build documentation + ((#:phases phases) + `(modify-phases ,phases + (add-after 'unpack 'chdir + (lambda _ + (chdir "source/generic/babel-danish"))))))) + (home-page "https://www.ctan.org/pkg/babel-danish") + (synopsis "Babel support for Danish") + (description + "This package provides the language definition file for support of +Danish in @code{babel}. It provides all the necessary macros, definitions and +settings to typeset Danish documents.") + (license license:lppl1.3c+))))