From unknown Sat Aug 09 22:10:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48101] [PATCH] gnu: Add aspell-dict-ro. Resent-From: Sergiu Ivanov Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 29 Apr 2021 13:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 48101 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48101@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161970264125176 (code B ref -1); Thu, 29 Apr 2021 13:24:02 +0000 Received: (at submit) by debbugs.gnu.org; 29 Apr 2021 13:24:01 +0000 Received: from localhost ([127.0.0.1]:55116 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lc6e7-0006Xt-PK for submit@debbugs.gnu.org; Thu, 29 Apr 2021 09:24:00 -0400 Received: from lists.gnu.org ([209.51.188.17]:53854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lc1rB-0004oP-WA for submit@debbugs.gnu.org; Thu, 29 Apr 2021 04:17:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47620) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lc1rB-0004pM-Qb for guix-patches@gnu.org; Thu, 29 Apr 2021 04:17:09 -0400 Received: from marvid.fr ([163.172.81.107]:40960 helo=courriel.marvid.fr) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lc1rA-0000jI-1g for guix-patches@gnu.org; Thu, 29 Apr 2021 04:17:09 -0400 Received: from localhost (schwifty.marvid.fr [51.159.4.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by sahkopoika (Postfix) with ESMTPSA id 5293151BE6B7 for ; Thu, 29 Apr 2021 10:17:05 +0200 (CEST) User-agent: mu4e 1.4.15; emacs 27.2 From: Sergiu Ivanov Date: Thu, 29 Apr 2021 10:17:05 +0200 Message-ID: <87czudzeri.fsf@colimite.fr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: none client-ip=163.172.81.107; envelope-from=sivanov@colimite.fr; helo=courriel.marvid.fr X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 5.0 requ) BAYES_00=-1.9, FORGED_SPF_HELO=1, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Mailman-Approved-At: Thu, 29 Apr 2021 09:23:58 -0400 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 Dear Guix, Please find attached my first ever patch adding the Romanian aspell dictionary. The addition seems very simple and I tested building and installing it in my custom channel and building within a Git checkout of Guix. Do tell me if there are any improvement opportunities, I am here to learn :-) - Sergiu --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-Add-aspell-dict-ro.patch >From 2188a7e01a024fafadfa62b9bd37803fa73b9a98 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Tue, 27 Apr 2021 21:33:11 +0200 Subject: [PATCH] gnu: Add aspell-dict-ro. --- gnu/packages/aspell.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index 26c0cf4332..99e878e08a 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -356,6 +356,14 @@ dictionaries, including personal ones.") (base32 "137i4njvnslab6l4s291s11xijr5jsy75lbdph32f9y183lagy9m"))) +(define-public aspell-dict-ro + (aspell-dictionary "ro" "Romanian" + #:version "3.3-2" + #:prefix "aspell5-" + #:sha256 + (base32 + "0gb8j9iy1acdl11jq76idgc2lbc1rq3w04favn8cyh55d1v8phsk"))) + ;;; ;;; Hunspell packages made from the Aspell word lists. -- 2.31.1 --=-=-=-- From unknown Sat Aug 09 22:10:45 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: Sergiu Ivanov Subject: bug#48101: closed (Re: [bug#48101] [PATCH] gnu: Add aspell-dict-ro.) Message-ID: References: <20210430125416.1cec31e1@tachikoma.lepiller.eu> <87czudzeri.fsf@colimite.fr> X-Gnu-PR-Message: they-closed 48101 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 48101@debbugs.gnu.org Date: Fri, 30 Apr 2021 10:55:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1619780102-2967-1" This is a multi-part message in MIME format... ------------=_1619780102-2967-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #48101: [PATCH] gnu: Add aspell-dict-ro. 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 48101@debbugs.gnu.org. --=20 48101: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D48101 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1619780102-2967-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 48101-done) by debbugs.gnu.org; 30 Apr 2021 10:54:29 +0000 Received: from localhost ([127.0.0.1]:57577 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcQmz-0000kn-AA for submit@debbugs.gnu.org; Fri, 30 Apr 2021 06:54:29 -0400 Received: from lepiller.eu ([89.234.186.109]:35806) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcQmw-0000ka-Ll for 48101-done@debbugs.gnu.org; Fri, 30 Apr 2021 06:54:27 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 29d7b7fa; Fri, 30 Apr 2021 10:54:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=2Jt5aLx4k3pE jObPvZBoZqHn/XPAX2g9m5pvkNYt9c4=; b=Ubcv7m0co2yq/HgaCPbwJKOVvugh YNRKVC/8lpeNYY48BBHZrB/eXR3MDAY0Z/3pOU4oywQfbT7h3yJSbbf1TQnBfCyH AYPyf3YuM+RCa8OavUncrG9wV7XPTCr1JxlT1Jd1Yp5cu4bbg9clB3auAJCOHPQ2 lfqagnAn86oBlbvbNKg7d5W2sB056vEuJaIpZw1SlRNxhEMRAYbb6EX0WbLa4Tyt qOBQwvXKdcXNov4AZZBZGJtbTiH/OKGaB+qzxVgKZVaqmpuqjJgQT1hdtAsiz1Km PaNc+Ap8w2gCseOR7jtSCZU10PHsZmEHtuagkZs4kQXuWSA7ZWJISjkAOQ== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id d0c52f76 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Fri, 30 Apr 2021 10:54:23 +0000 (UTC) Date: Fri, 30 Apr 2021 12:54:16 +0200 From: Julien Lepiller To: Sergiu Ivanov Subject: Re: [bug#48101] [PATCH] gnu: Add aspell-dict-ro. Message-ID: <20210430125416.1cec31e1@tachikoma.lepiller.eu> In-Reply-To: <87czudzeri.fsf@colimite.fr> References: <87czudzeri.fsf@colimite.fr> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 48101-done Cc: 48101-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 (-) Le Thu, 29 Apr 2021 10:17:05 +0200, Sergiu Ivanov a =C3=A9crit : > Dear Guix, >=20 > Please find attached my first ever patch adding the Romanian > aspell dictionary. >=20 > The addition seems very simple and I tested building and installing it > in my custom channel and building within a Git checkout of Guix. >=20 > Do tell me if there are any improvement opportunities, I am here to > learn :-) >=20 > - > Sergiu Pushed as 847f523381f79e46d151257bf5f9a636a85db8ac with some small changes: I added a copyright line for you at the top of the file. There was an alignment issue, caused by tabulations. I replaced them with spaces (please don't use tabs). You should be able to use the package after running "guix pull". Thanks for your contribution! ------------=_1619780102-2967-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 Apr 2021 13:24:01 +0000 Received: from localhost ([127.0.0.1]:55116 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lc6e7-0006Xt-PK for submit@debbugs.gnu.org; Thu, 29 Apr 2021 09:24:00 -0400 Received: from lists.gnu.org ([209.51.188.17]:53854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lc1rB-0004oP-WA for submit@debbugs.gnu.org; Thu, 29 Apr 2021 04:17:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47620) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lc1rB-0004pM-Qb for guix-patches@gnu.org; Thu, 29 Apr 2021 04:17:09 -0400 Received: from marvid.fr ([163.172.81.107]:40960 helo=courriel.marvid.fr) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lc1rA-0000jI-1g for guix-patches@gnu.org; Thu, 29 Apr 2021 04:17:09 -0400 Received: from localhost (schwifty.marvid.fr [51.159.4.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by sahkopoika (Postfix) with ESMTPSA id 5293151BE6B7 for ; Thu, 29 Apr 2021 10:17:05 +0200 (CEST) User-agent: mu4e 1.4.15; emacs 27.2 From: Sergiu Ivanov To: guix-patches@gnu.org Subject: [PATCH] gnu: Add aspell-dict-ro. Date: Thu, 29 Apr 2021 10:17:05 +0200 Message-ID: <87czudzeri.fsf@colimite.fr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: none client-ip=163.172.81.107; envelope-from=sivanov@colimite.fr; helo=courriel.marvid.fr X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 5.0 requ) BAYES_00=-1.9, FORGED_SPF_HELO=1, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 29 Apr 2021 09:23:58 -0400 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 Dear Guix, Please find attached my first ever patch adding the Romanian aspell dictionary. The addition seems very simple and I tested building and installing it in my custom channel and building within a Git checkout of Guix. Do tell me if there are any improvement opportunities, I am here to learn :-) - Sergiu --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-Add-aspell-dict-ro.patch >From 2188a7e01a024fafadfa62b9bd37803fa73b9a98 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Tue, 27 Apr 2021 21:33:11 +0200 Subject: [PATCH] gnu: Add aspell-dict-ro. --- gnu/packages/aspell.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index 26c0cf4332..99e878e08a 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -356,6 +356,14 @@ dictionaries, including personal ones.") (base32 "137i4njvnslab6l4s291s11xijr5jsy75lbdph32f9y183lagy9m"))) +(define-public aspell-dict-ro + (aspell-dictionary "ro" "Romanian" + #:version "3.3-2" + #:prefix "aspell5-" + #:sha256 + (base32 + "0gb8j9iy1acdl11jq76idgc2lbc1rq3w04favn8cyh55d1v8phsk"))) + ;;; ;;; Hunspell packages made from the Aspell word lists. -- 2.31.1 --=-=-=-- ------------=_1619780102-2967-1-- From unknown Sat Aug 09 22:10:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48101] [PATCH] gnu: Add aspell-dict-ro. Resent-From: Sergiu Ivanov Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 30 Apr 2021 14:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48101 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Julien Lepiller Cc: 48101-done@debbugs.gnu.org Received: via spool by 48101-done@debbugs.gnu.org id=D48101.161979454813061 (code D ref 48101); Fri, 30 Apr 2021 14:56:02 +0000 Received: (at 48101-done) by debbugs.gnu.org; 30 Apr 2021 14:55:48 +0000 Received: from localhost ([127.0.0.1]:59518 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcUYW-0003Oa-4G for submit@debbugs.gnu.org; Fri, 30 Apr 2021 10:55:48 -0400 Received: from marvid.fr ([163.172.81.107]:40974 helo=courriel.marvid.fr) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcT1h-0000Qv-Q0 for 48101-done@debbugs.gnu.org; Fri, 30 Apr 2021 09:17:50 -0400 Received: from localhost (schwifty.marvid.fr [51.159.4.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by sahkopoika (Postfix) with ESMTPSA id 8424251DD79C; Fri, 30 Apr 2021 15:17:43 +0200 (CEST) References: <87czudzeri.fsf@colimite.fr> <20210430125416.1cec31e1@tachikoma.lepiller.eu> User-agent: mu4e 1.4.15; emacs 27.2 From: Sergiu Ivanov In-reply-to: <20210430125416.1cec31e1@tachikoma.lepiller.eu> Date: Fri, 30 Apr 2021 15:17:43 +0200 Message-ID: <87o8dvx66g.fsf@colimite.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Mailman-Approved-At: Fri, 30 Apr 2021 10:55:46 -0400 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: 0.0 (/) Thus quoth Julien Lepiller on Fri Apr 30 2021 at 12:54 (+0200): > Le Thu, 29 Apr 2021 10:17:05 +0200, > Sergiu Ivanov a =C3=A9crit : > >> Dear Guix, >>=20 >> Please find attached my first ever patch adding the Romanian >> aspell dictionary. >>=20 >> The addition seems very simple and I tested building and installing it >> in my custom channel and building within a Git checkout of Guix. >>=20 >> Do tell me if there are any improvement opportunities, I am here to >> learn :-) >>=20 >> - >> Sergiu > > Pushed as 847f523381f79e46d151257bf5f9a636a85db8ac with some small > changes: > > I added a copyright line for you at the top of the file. Oh, thank you, I completely forgot about that! > There was an alignment issue, caused by tabulations. I replaced them > with spaces (please don't use tabs). Ooops, sorry, I've just disabled tabs in my Emacs configuration. Not sure why I kept them enabled anyway. > You should be able to use the package after running "guix pull". Thanks > for your contribution! Thank you for your time!