unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* New package request: aspell-dict-bn
@ 2022-12-31 17:41 Akib Azmain Turja
  2023-01-03  1:35 ` 宋文武
  0 siblings, 1 reply; 4+ messages in thread
From: Akib Azmain Turja @ 2022-12-31 17:41 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: Type: text/plain, Size: 666 bytes --]


I need Bangla (Bengali) dictionary for GNU Aspell.  So I searched and
found one on GNU FTP, and I tried to pack it, here's my attempt, works
for me:

--8<---------------cut here---------------start------------->8---
(define-public aspell-dict-bn
  (aspell-dictionary
   "bn" "Bengali"
   #:version "0.01.1-1"
   #:sha256
   (base32 "1nc02jd67iggirwxnhdvlvaqm0xfyks35c4psszzj3dhzv29qgxh")))
--8<---------------cut here---------------end--------------->8---

-- 
Akib Azmain Turja, GPG key: 70018CE5819F17A3BBA666AFE74F0EFA922AE7F5
Fediverse: akib@hostux.social
Codeberg: akib
emailselfdefense.fsf.org | "Nothing can be secure without encryption."

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: New package request: aspell-dict-bn
  2022-12-31 17:41 New package request: aspell-dict-bn Akib Azmain Turja
@ 2023-01-03  1:35 ` 宋文武
  2023-01-03  5:08   ` Akib Azmain Turja
  0 siblings, 1 reply; 4+ messages in thread
From: 宋文武 @ 2023-01-03  1:35 UTC (permalink / raw)
  To: Akib Azmain Turja; +Cc: help-guix

Akib Azmain Turja <akib@disroot.org> writes:

> I need Bangla (Bengali) dictionary for GNU Aspell.  So I searched and
> found one on GNU FTP, and I tried to pack it, here's my attempt, works
> for me:
>
> (define-public aspell-dict-bn
>   (aspell-dictionary
>    "bn" "Bengali"
>    #:version "0.01.1-1"
>    #:sha256
>    (base32 "1nc02jd67iggirwxnhdvlvaqm0xfyks35c4psszzj3dhzv29qgxh")))

Pushed, thank you!  Well, next time you should submit a git patch to
guix-patches for better workflow...


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: New package request: aspell-dict-bn
  2023-01-03  1:35 ` 宋文武
@ 2023-01-03  5:08   ` Akib Azmain Turja
  2023-01-05  1:49     ` 宋文武
  0 siblings, 1 reply; 4+ messages in thread
From: Akib Azmain Turja @ 2023-01-03  5:08 UTC (permalink / raw)
  To: 宋文武; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 990 bytes --]

宋文武 <iyzsong@envs.net> writes:

> Akib Azmain Turja <akib@disroot.org> writes:
>
>> I need Bangla (Bengali) dictionary for GNU Aspell.  So I searched and
>> found one on GNU FTP, and I tried to pack it, here's my attempt, works
>> for me:
>>
>> (define-public aspell-dict-bn
>>   (aspell-dictionary
>>    "bn" "Bengali"
>>    #:version "0.01.1-1"
>>    #:sha256
>>    (base32 "1nc02jd67iggirwxnhdvlvaqm0xfyks35c4psszzj3dhzv29qgxh")))
>
> Pushed, thank you!  Well, next time you should submit a git patch to
> guix-patches for better workflow...

Thanks!

I didn't modify any Guix files.  I put that in a file (along with
supporting forms) and passed the file to "guix package".

I have the Guix repository (as left by "guix pull"), but how can I test
my changes?

-- 
Akib Azmain Turja, GPG key: 70018CE5819F17A3BBA666AFE74F0EFA922AE7F5
Fediverse: akib@hostux.social
Codeberg: akib
emailselfdefense.fsf.org | "Nothing can be secure without encryption."

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: New package request: aspell-dict-bn
  2023-01-03  5:08   ` Akib Azmain Turja
@ 2023-01-05  1:49     ` 宋文武
  0 siblings, 0 replies; 4+ messages in thread
From: 宋文武 @ 2023-01-05  1:49 UTC (permalink / raw)
  To: Akib Azmain Turja; +Cc: help-guix

Akib Azmain Turja <akib@disroot.org> writes:

> I didn't modify any Guix files.  I put that in a file (along with
> supporting forms) and passed the file to "guix package".
>
> I have the Guix repository (as left by "guix pull"), but how can I test
> my changes?

Hello, The guix manual (info guix or better viewed in emacs) has
a "Contributing" section talk about how to do this.  Basically:

1. git clone the guix repository.
2. run bootstrap, configure and make
3. modify the correct source file
4. test it with ./pre-inst-env guix
5. git commit and git format-patch
6. send the patch to guix-patches mailing list

I think the checkout from "guix pull" can be used with "git worktree"
with some care, but I usually use a seperated git clone for contributing.

Hope this helps!


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-05  1:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-31 17:41 New package request: aspell-dict-bn Akib Azmain Turja
2023-01-03  1:35 ` 宋文武
2023-01-03  5:08   ` Akib Azmain Turja
2023-01-05  1:49     ` 宋文武

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).