From unknown Tue Jun 17 20:08:15 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#57768 <57768@debbugs.gnu.org> To: bug#57768 <57768@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add texlive-babel-polish. Reply-To: bug#57768 <57768@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:08:15 +0000 retitle 57768 [PATCH] gnu: Add texlive-babel-polish. reassign 57768 guix-patches submitter 57768 Wiktor =C5=BBelazny severity 57768 normal tag 57768 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 13 08:33:28 2022 Received: (at submit) by debbugs.gnu.org; 13 Sep 2022 12:33:28 +0000 Received: from localhost ([127.0.0.1]:49204 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oY56W-0000F3-BL for submit@debbugs.gnu.org; Tue, 13 Sep 2022 08:33:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:37662) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oY56R-0000Eu-Ey for submit@debbugs.gnu.org; Tue, 13 Sep 2022 08:33:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47152) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oY56N-0008J5-Kp for guix-patches@gnu.org; Tue, 13 Sep 2022 08:33:23 -0400 Received: from freeshell.de ([116.202.128.144]:44946) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oY56L-0003RS-EJ for guix-patches@gnu.org; Tue, 13 Sep 2022 08:33:19 -0400 Received: from localhost.localdomain (cst-prg-21-248.cust.vodafone.cz [46.135.21.248]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id 22EB7B39107C; Tue, 13 Sep 2022 14:33:09 +0200 (CEST) From: =?UTF-8?q?Wiktor=20=C5=BBelazny?= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add texlive-babel-polish. Date: Tue, 13 Sep 2022 14:32:51 +0200 Message-Id: <20220913123251.20284-1-wz@freeshell.de> X-Mailer: git-send-email 2.37.2 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-polish): 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 c96887300f..82a0340df2 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -11240,6 +11240,33 @@ (define-public texlive-babel-danish settings to typeset Danish documents.") (license license:lppl1.3c+)))) +(define-public texlive-babel-polish + (let ((template (simple-texlive-package + "texlive-babel-polish" + (list "/source/generic/babel-polish/") + (base32 + "1jymxl98mwxmq0yq90mhrr7bq7c613rh1rnhl7l3bih36af55rwr")))) + (package + (inherit template) + (arguments + (substitute-keyword-arguments (package-arguments template) + ((#:tex-directory _ '()) + "generic/babel-polish") + ((#:build-targets _ '()) + ''("polish.ins")) ; TODO: use dtx and build documentation + ((#:phases phases) + `(modify-phases ,phases + (add-after 'unpack 'chdir + (lambda _ + (chdir "source/generic/babel-polish"))))))) + (home-page "https://www.ctan.org/pkg/babel-polish") + (synopsis "Babel support for Polish") + (description + "This package provides the language definition file for support of +Polish in @code{babel}. Some shortcuts are defined, as well as translations to +Polish of standard ``LaTeX names''.") + (license license:lppl1.3+)))) + (define-public texlive-mdframed (package (inherit base-commit: c2f9064f9b65ff71a6c0f19579501ddde03aa902 -- 2.37.2 From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 26 16:53:29 2022 Received: (at control) by debbugs.gnu.org; 26 Sep 2022 20:53:29 +0000 Received: from localhost ([127.0.0.1]:51883 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ocv6X-0007RP-9m for submit@debbugs.gnu.org; Mon, 26 Sep 2022 16:53:29 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51404) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ocv6U-0007R8-4W for control@debbugs.gnu.org; Mon, 26 Sep 2022 16:53:27 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60622) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ocv6O-0006oz-UT for control@debbugs.gnu.org; Mon, 26 Sep 2022 16:53:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:Subject:From:To:Date:in-reply-to: references; bh=xivjtMNXE8fhu/FNH1d7SBswdnSNtgZvDtGO/FKYViA=; b=nHl1DLct1IyVHq +KxTN4b+CId/UDemvD43JdbxYOdyKkKwp578u5IqVQSQUV3NEC57R7ejk2E+AQ19J2Jg0dqIppshV 4K4GLlIKL/0rfyHipcGcGlKLNvEvHJRYtBtjQmynbw+8VD+nfvekdUmKER32FMOSw6lpZDvoWknji wR9ph//VYNQAWuwr/N1b9CXfAxZoLSCDr/z9fSmZL8EqVCYwQlyY+ZzyVbhdCUQ8bYhneLBMbljv/ hZ1xlmaE7HlOovrInV3uSNAQSAArS3oopyP2o9dChRCLpUO/iPUZRLsGA3OR4joNdxB2tJj1WK2Pt QdUajXml0TVFtbrTzHcQ==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=52292 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ocv6O-0001PX-DM for control@debbugs.gnu.org; Mon, 26 Sep 2022 16:53:20 -0400 Date: Mon, 26 Sep 2022 22:53:19 +0200 Message-Id: <877d1pkgcg.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #57768 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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 (---) close 57768 quit From unknown Tue Jun 17 20:08:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 25 Oct 2022 11:24:14 +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