From unknown Sun Jul 27 05:16:08 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#56396 <56396@debbugs.gnu.org> To: bug#56396 <56396@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add texlive-babel-finnish. Reply-To: bug#56396 <56396@debbugs.gnu.org> Date: Sun, 27 Jul 2025 12:16:08 +0000 retitle 56396 [PATCH] gnu: Add texlive-babel-finnish. reassign 56396 guix-patches submitter 56396 Wiktor =C5=BBelazny severity 56396 normal tag 56396 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 05 07:09:12 2022 Received: (at submit) by debbugs.gnu.org; 5 Jul 2022 11:09:12 +0000 Received: from localhost ([127.0.0.1]:49401 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8gQa-00011i-JK for submit@debbugs.gnu.org; Tue, 05 Jul 2022 07:09:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:46894) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8gQY-00011a-4b for submit@debbugs.gnu.org; Tue, 05 Jul 2022 07:09:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42228) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o8gQW-0007V5-Bj for guix-patches@gnu.org; Tue, 05 Jul 2022 07:09:09 -0400 Received: from freeshell.de ([116.202.128.144]:44462) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o8gQT-0002bq-0f for guix-patches@gnu.org; Tue, 05 Jul 2022 07:09:08 -0400 Received: from localhost.localdomain (unknown [158.38.1.187]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id 5BEE1B360BF7; Tue, 5 Jul 2022 13:09:00 +0200 (CEST) From: =?UTF-8?q?Wiktor=20=C5=BBelazny?= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add texlive-babel-finnish. Date: Tue, 5 Jul 2022 13:08:49 +0200 Message-Id: <20220705110849.9451-1-wz@freeshell.de> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=116.202.128.144; envelope-from=wz@freeshell.de; helo=freeshell.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Wiktor=20=C5=BBelazny?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) From: Wiktor Żelazny * gnu/packages/tex.scm (texlive-babel-finnish): 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 f6b4c25595..d8f415ad9a 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -10981,3 +10981,30 @@ (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-finnish + (let ((template (simple-texlive-package + "texlive-babel-finnish" + (list "/source/generic/babel-finnish/") + (base32 + "1930zxk4l6k5q4wcbvpvijv4s0gxp2mkxvblczn4gcbar10vfd4x")))) + (package + (inherit template) + (arguments + (substitute-keyword-arguments (package-arguments template) + ((#:tex-directory _ '()) + "generic/babel-finnish") + ((#:build-targets _ '()) + ''("finnish.ins")) ; TODO: use dtx and build documentation + ((#:phases phases) + `(modify-phases ,phases + (add-after 'unpack 'chdir + (lambda _ + (chdir "source/generic/babel-finnish"))))))) + (home-page "https://www.ctan.org/pkg/babel-finnish") + (synopsis "Babel support for finnish") + (description + "This package provides the language definition file for support of +finnish in @code{babel}. It provides all the necessary macros, definitions and +settings to typeset finnish documents.") + (license license:lppl1.3c+)))) base-commit: 06493e738825598447f5b45d7100ca7eff8b669d -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 08 17:40:04 2022 Received: (at 56396-done) by debbugs.gnu.org; 8 Jul 2022 21:40:04 +0000 Received: from localhost ([127.0.0.1]:33305 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9vhj-00066s-Qv for submit@debbugs.gnu.org; Fri, 08 Jul 2022 17:40:04 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43546) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9vhh-00066H-BM for 56396-done@debbugs.gnu.org; Fri, 08 Jul 2022 17:40:02 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53498) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o9vhZ-000544-NH; Fri, 08 Jul 2022 17:39:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=Xc7V3WobOHmsOwVuwmNA4IUaO2s7spmoJsWk1OrUxjo=; b=SrVmnnUzlLoNAiqCMmQu pRCvFEzyUK1EL+NGkBoga0B9/anLwZXc35nV9qcOwoyiGqvaY/DirGFpRPXlkBMpIvNDYmmIt8XjO benvmdY+9KCTk0kAmFLo6Ow3wGUXL0y6AE8cfl9dBS2XJ1Pv7fsqqhb083Lke9aQi8qgoVUbLvhu+ AfdofCttzXV0aybWZThrkhflbdxdd0KxPNMYYR1mLbFP1B9vnWsBNq4GvHPM49ROo1bO9nE+bXEPa zAhkmCTyshX8eMr37s8o+yxfIdCcDCJJSqbPJXSQ8H+oFw8DqOepqFpyMRnbF/T25XQiPCO+UnPBi IKROBchEiTIMSQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:58568 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o9vhZ-0006hj-4c; Fri, 08 Jul 2022 17:39:53 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Wiktor =?utf-8?Q?=C5=BBelazny?= Subject: Re: bug#56396: [PATCH] gnu: Add texlive-babel-finnish. References: <20220705110849.9451-1-wz@freeshell.de> Date: Fri, 08 Jul 2022 23:39:51 +0200 In-Reply-To: <20220705110849.9451-1-wz@freeshell.de> ("Wiktor =?utf-8?Q?=C5=BBelazny=22's?= message of "Tue, 5 Jul 2022 13:08:49 +0200") Message-ID: <87o7xzs2qg.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 56396-done Cc: 56396-done@debbugs.gnu.org, Wiktor =?utf-8?Q?=C5=BBelazny?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Wiktor =C5=BBelazny skribis: > From: Wiktor =C5=BBelazny > > * gnu/packages/tex.scm (texlive-babel-finnish): New variable. Applied with the change below, thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index d8f415ad9a..08e506bf1c 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -11002,9 +11002,9 @@ (define-public texlive-babel-finnish (lambda _ (chdir "source/generic/babel-finnish"))))))) (home-page "https://www.ctan.org/pkg/babel-finnish") - (synopsis "Babel support for finnish") + (synopsis "Babel support for Finnish") (description "This package provides the language definition file for support of -finnish in @code{babel}. It provides all the necessary macros, definitions and -settings to typeset finnish documents.") +Finnish in @code{babel}. It provides all the necessary macros, definitions and +settings to typeset Finnish documents.") (license license:lppl1.3c+)))) --=-=-=-- From unknown Sun Jul 27 05:16:08 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 06 Aug 2022 11:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator