From patchwork Tue Jul 12 10:13:45 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: 40630 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 9ADDD27BBEA; Tue, 12 Jul 2022 11:21:37 +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 4FD6927BBE9 for ; Tue, 12 Jul 2022 11:21:37 +0100 (BST) Received: from localhost ([::1]:38712 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oBD1M-0004hL-Gp for patchwork@mira.cbaines.net; Tue, 12 Jul 2022 06:21:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44376) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oBCv2-0007IR-TP for guix-patches@gnu.org; Tue, 12 Jul 2022 06:15:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47822) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oBCv0-0000W4-Fc 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-0000pa-BK for guix-patches@gnu.org; Tue, 12 Jul 2022 06:15:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56517] [PATCH 1/2] gnu: Add texlive-generic-babel-norsk. References: <20220712100859.10543-1-wz@freeshell.de> In-Reply-To: <20220712100859.10543-1-wz@freeshell.de> 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.16576208463076 (code B ref 56517); Tue, 12 Jul 2022 10:15:02 +0000 Received: (at 56517) by debbugs.gnu.org; 12 Jul 2022 10:14:06 +0000 Received: from localhost ([127.0.0.1]:41712 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBCu6-0000nX-9O for submit@debbugs.gnu.org; Tue, 12 Jul 2022 06:14:06 -0400 Received: from freeshell.de ([116.202.128.144]:36042) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBCu2-0000mr-GF for 56517@debbugs.gnu.org; Tue, 12 Jul 2022 06:14:05 -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 BE49AB3621FC; Tue, 12 Jul 2022 12:13:54 +0200 (CEST) From: Wiktor =?utf-8?q?=C5=BBelazny?= Date: Tue, 12 Jul 2022 12:13:45 +0200 Message-Id: <20220712101346.10841-1-wz@freeshell.de> X-Mailer: git-send-email 2.36.1 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 From: Wiktor Żelazny * gnu/packages/tex.scm (texlive-generic-babel-norsk): New variable. --- gnu/packages/tex.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 47e015da71..8ef9e1cb6e 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -11034,3 +11034,24 @@ (define-public texlive-babel-finnish Finnish in @code{babel}. It provides all the necessary macros, definitions and settings to typeset Finnish documents.") (license license:lppl1.3c+)))) + +(define-public texlive-generic-babel-norsk + (package + (name "texlive-generic-babel-norsk") + (version (number->string %texlive-revision)) + (source (origin + (method svn-fetch) + (uri (texlive-ref "generic" "babel-norsk")) + (file-name (string-append name "-" version "-checkout")) + (sha256 + (base32 + "1yf538l2isxgmab8jslxxx5fbdk4njf147n4raf5vyw3l4slxm6m")))) + (build-system texlive-build-system) + (arguments '(#:tex-directory "generic/babel-norsk")) + (home-page "https://www.ctan.org/pkg/babel-norsk") + (synopsis "Babel support for Norwegian") + (description + "The package provides the language definition file for support of +Norwegian in @code{babel}. Some shortcuts are defined, as well as translations +to Norsk of standard “LaTeX names”.") + (license license:lppl1.3+)))