From unknown Fri Jun 20 07:13:58 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#48101 <48101@debbugs.gnu.org> To: bug#48101 <48101@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add aspell-dict-ro. Reply-To: bug#48101 <48101@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:13:58 +0000 retitle 48101 [PATCH] gnu: Add aspell-dict-ro. reassign 48101 guix-patches submitter 48101 Sergiu Ivanov severity 48101 normal tag 48101 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 29 09:24:00 2021 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 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 30 06:54:29 2021 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! From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 30 10:55:48 2021 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 To: Julien Lepiller Subject: Re: [bug#48101] [PATCH] gnu: Add aspell-dict-ro. 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-Debbugs-Envelope-To: 48101-done X-Mailman-Approved-At: Fri, 30 Apr 2021 10:55:46 -0400 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: 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! From unknown Fri Jun 20 07:13:58 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, 29 May 2021 11:24:04 +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