From unknown Sun Jun 22 15:24:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#40963] [PATCH] gnu: add aspell-pl package Resent-From: Marcin Karpezo Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 29 Apr 2020 14:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 40963 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 40963@debbugs.gnu.org Cc: Marcin Karpezo X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.158817184832079 (code B ref -1); Wed, 29 Apr 2020 14:51:02 +0000 Received: (at submit) by debbugs.gnu.org; 29 Apr 2020 14:50:48 +0000 Received: from localhost ([127.0.0.1]:44239 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jTo2y-0008LL-AE for submit@debbugs.gnu.org; Wed, 29 Apr 2020 10:50:48 -0400 Received: from lists.gnu.org ([209.51.188.17]:58270) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jTo2w-0008LD-3h for submit@debbugs.gnu.org; Wed, 29 Apr 2020 10:50:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51382) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTo2v-0006CA-Ea for guix-patches@gnu.org; Wed, 29 Apr 2020 10:50:45 -0400 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jTo2t-0004AC-VY for guix-patches@gnu.org; Wed, 29 Apr 2020 10:50:45 -0400 Received: from mail.freearts.agency ([51.68.137.137]:42364) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jTo2t-00048D-7E for guix-patches@gnu.org; Wed, 29 Apr 2020 10:50:43 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id BCED3401A2; Wed, 29 Apr 2020 16:50:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wioo.waw.pl; s=dkim; t=1588171832; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=lBolJ/gJ4biY45eLVp5mJPNzDRAWHoAPX9s+Y7L3s+c=; b=Q0hxRgzHjKegXW6NABuear6fXIE1hdE2/44ZCCQVt1WiDIbsMVA0iA+HDSntsPzi9AHVgd qcmaaXxwYT6pvrgJR2IFxR0LvJgQBRdG3zX8YzrSleo91gKyZng1OH8Q4+gaP2FLCp3OUB giCEqbfMfqlvdB1oQCgaxsepISgcqylDUTQLpo0fVKMIRNXAAWDcR6qICtEp5AD4quNgot 9ycevIHRnWQ+6J7RXvfpk9WXIjTF2QjaGMvTMuesLERQS4b7WBgatIXGU2cYoVKCfPTtXn 28s2xhxshYyGLKvdT1Sh+gv+Qct7nOOCPZjkqURfkBSE11IjwZL3G3im6Aw2zA== From: Marcin Karpezo Date: Wed, 29 Apr 2020 16:49:36 +0200 Message-Id: <20200429144934.7816-1-sirmacik@wioo.waw.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 Received-SPF: pass client-ip=51.68.137.137; envelope-from=sirmacik@wioo.waw.pl; helo=mail.freearts.agency X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/29 08:52:48 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Received-From: 51.68.137.137 X-Spam-Score: -1.3 (-) 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.3 (--) --- gnu/packages/aspell.scm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index b11a2dbe6b..912638004c 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -8,6 +8,7 @@ ;;; Copyright © 2016, 2017, 2019 Tobias Geerinckx-Rice ;;; Copyright © 2019 Jens Mølgaard ;;; Copyright © 2020 Timotej Lazar +;;; Copyright © 2020 Marcin Karpezo ;;; ;;; This file is part of GNU Guix. ;;; @@ -298,6 +299,14 @@ dictionaries, including personal ones.") (base32 "0w2k5l5rbqpliripgqwiqixz5ghnjf7i9ggbrc4ly4vy1ia10rmc"))) +(define-public aspell-dict-pl + (aspell-dictionary "pl" "Polish" + #:version "0.51-0" + #:sha256 + (base32 + "1a3ccji6k5gys7l3ilr2lh5pzxgzb7ipc5vb737svl6nqgdy8757"))) + + (define-public aspell-dict-pt-br (aspell-dictionary "pt_BR" "Brazilian Portuguese" #:version "20131030-12-0" -- 2.26.2 From unknown Sun Jun 22 15:24:59 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Marcin Karpezo Subject: bug#40963: closed (Re: [bug#40963] [PATCH] gnu: add aspell-pl package) Message-ID: References: <20200429195446.GY5243@E5400> <20200429144934.7816-1-sirmacik@wioo.waw.pl> X-Gnu-PR-Message: they-closed 40963 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 40963@debbugs.gnu.org Date: Wed, 29 Apr 2020 19:56:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1588190161-21431-1" This is a multi-part message in MIME format... ------------=_1588190161-21431-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #40963: [PATCH] gnu: add aspell-pl package which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 40963@debbugs.gnu.org. --=20 40963: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D40963 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1588190161-21431-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 40963-done) by debbugs.gnu.org; 29 Apr 2020 19:55:27 +0000 Received: from localhost ([127.0.0.1]:44764 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jTsnn-0005Yt-14 for submit@debbugs.gnu.org; Wed, 29 Apr 2020 15:55:27 -0400 Received: from flashner.co.il ([178.62.234.194]:56782) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jTsnl-0005Ye-DQ for 40963-done@debbugs.gnu.org; Wed, 29 Apr 2020 15:55:25 -0400 Received: from localhost (unknown [31.210.177.209]) by flashner.co.il (Postfix) with ESMTPSA id 4B87240049; Wed, 29 Apr 2020 19:55:19 +0000 (UTC) Date: Wed, 29 Apr 2020 22:54:46 +0300 From: Efraim Flashner To: Marcin Karpezo Subject: Re: [bug#40963] [PATCH] gnu: add aspell-pl package Message-ID: <20200429195446.GY5243@E5400> References: <20200429144934.7816-1-sirmacik@wioo.waw.pl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Ca0/yK2c6QcOc1Rp" Content-Disposition: inline In-Reply-To: <20200429144934.7816-1-sirmacik@wioo.waw.pl> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 40963-done Cc: 40963-done@debbugs.gnu.org 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: -1.0 (-) --Ca0/yK2c6QcOc1Rp Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I reworded the commit message a bit to better fit with the regular commit messages. Patch pushed! Thanks. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --Ca0/yK2c6QcOc1Rp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl6p24YACgkQQarn3Mo9 g1HOMA//ZZb+xNO+j4KHwK9hUh2tSIP4uaQVNxsyJNAJgivrDuC78byf+0MMnFun DTk4e4Ef6lPBTMHOBtqcDknNnMa/oNTdF2OFoqCzZHuVF+K2s048eWLtZkEmAQev 1IX+77dD39NHeBdgXo26yht0csHJWoYO1Z7fU5EE5eITbZzeEEFPNOpJsqIeNtO4 yFppcsyZMxNi7zJzBN+idw35LoPWdUkmOPGMzCgFmEgD1SoDlzZYmx++XE+/7LP+ ubcyJnwn6b/xlUCgMVW6r6h/nUZ+CzjUdWAzUYqsBOwjcH3HRl5KSB3KG4LWWbUG bxSLHy5twuAsLZv4Y2tiGs5K78o10LFka9Vk4WB83Pasc5L0Yn06nygcSOMW8ADR zDJ/acboqV6Z10cATQz+oFAyiG2HcnmBaPNlknfMJP2XzqAGEyHUnYDQRG/5eMo4 +OmYm1XgaqOCziRs34PvMbwa4FZ+ScgQZBGCf7+h2iSrQ2aWtMlE0eUsIh/FA14u V/xt+N+gndrelisVD72vBGdZx54iuSVPajZzsCAupCe6cvNifsEYVXdfXZrosH/p ny+ghwnHK6bBkKY9h/G1C+cCngzCkk3Ny6bG8WRnQY08iFKy360P9FReaWrDMDhK faTvtAEUNNpfURgRuPo8U0YDYYsDGTw5qjzVynvx3/BSqrAtnJk= =Ffbm -----END PGP SIGNATURE----- --Ca0/yK2c6QcOc1Rp-- ------------=_1588190161-21431-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 Apr 2020 14:50:48 +0000 Received: from localhost ([127.0.0.1]:44239 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jTo2y-0008LL-AE for submit@debbugs.gnu.org; Wed, 29 Apr 2020 10:50:48 -0400 Received: from lists.gnu.org ([209.51.188.17]:58270) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jTo2w-0008LD-3h for submit@debbugs.gnu.org; Wed, 29 Apr 2020 10:50:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51382) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTo2v-0006CA-Ea for guix-patches@gnu.org; Wed, 29 Apr 2020 10:50:45 -0400 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jTo2t-0004AC-VY for guix-patches@gnu.org; Wed, 29 Apr 2020 10:50:45 -0400 Received: from mail.freearts.agency ([51.68.137.137]:42364) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jTo2t-00048D-7E for guix-patches@gnu.org; Wed, 29 Apr 2020 10:50:43 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id BCED3401A2; Wed, 29 Apr 2020 16:50:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wioo.waw.pl; s=dkim; t=1588171832; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=lBolJ/gJ4biY45eLVp5mJPNzDRAWHoAPX9s+Y7L3s+c=; b=Q0hxRgzHjKegXW6NABuear6fXIE1hdE2/44ZCCQVt1WiDIbsMVA0iA+HDSntsPzi9AHVgd qcmaaXxwYT6pvrgJR2IFxR0LvJgQBRdG3zX8YzrSleo91gKyZng1OH8Q4+gaP2FLCp3OUB giCEqbfMfqlvdB1oQCgaxsepISgcqylDUTQLpo0fVKMIRNXAAWDcR6qICtEp5AD4quNgot 9ycevIHRnWQ+6J7RXvfpk9WXIjTF2QjaGMvTMuesLERQS4b7WBgatIXGU2cYoVKCfPTtXn 28s2xhxshYyGLKvdT1Sh+gv+Qct7nOOCPZjkqURfkBSE11IjwZL3G3im6Aw2zA== From: Marcin Karpezo To: guix-patches@gnu.org Subject: [PATCH] gnu: add aspell-pl package Date: Wed, 29 Apr 2020 16:49:36 +0200 Message-Id: <20200429144934.7816-1-sirmacik@wioo.waw.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 Received-SPF: pass client-ip=51.68.137.137; envelope-from=sirmacik@wioo.waw.pl; helo=mail.freearts.agency X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/29 08:52:48 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Received-From: 51.68.137.137 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Marcin Karpezo 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.3 (--) --- gnu/packages/aspell.scm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index b11a2dbe6b..912638004c 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -8,6 +8,7 @@ ;;; Copyright © 2016, 2017, 2019 Tobias Geerinckx-Rice ;;; Copyright © 2019 Jens Mølgaard ;;; Copyright © 2020 Timotej Lazar +;;; Copyright © 2020 Marcin Karpezo ;;; ;;; This file is part of GNU Guix. ;;; @@ -298,6 +299,14 @@ dictionaries, including personal ones.") (base32 "0w2k5l5rbqpliripgqwiqixz5ghnjf7i9ggbrc4ly4vy1ia10rmc"))) +(define-public aspell-dict-pl + (aspell-dictionary "pl" "Polish" + #:version "0.51-0" + #:sha256 + (base32 + "1a3ccji6k5gys7l3ilr2lh5pzxgzb7ipc5vb737svl6nqgdy8757"))) + + (define-public aspell-dict-pt-br (aspell-dictionary "pt_BR" "Brazilian Portuguese" #:version "20131030-12-0" -- 2.26.2 ------------=_1588190161-21431-1--