unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Yovan Naumovski via Guix-patches via <guix-patches@gnu.org>
To: 61687@debbugs.gnu.org
Subject: [bug#61687] [PATCH] gnu: Add aspell-dict-bg.
Date: Tue, 21 Feb 2023 22:31:31 +0200	[thread overview]
Message-ID: <23a7e5c2-9dc9-c0b2-8ca7-e09dfce6128c@gorski.stream> (raw)

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

Hi,

this patch adds a package for a Bulgarian Aspell dictionary.

Best regards,

Yovan.

[-- Attachment #2: 0001-gnu-Add-aspell-dict-bg.patch --]
[-- Type: text/x-patch, Size: 1320 bytes --]

From c6a09d176dcfc11954ddb3df169fcbe6e4b9b98c Mon Sep 17 00:00:00 2001
From: Yovan Naumovski <yovan@gorski.stream>
Date: Tue, 21 Feb 2023 22:12:24 +0200
Subject: [PATCH] gnu: Add aspell-dict-bg.

---
 gnu/packages/aspell.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 8978b4e087..18d19027a4 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
 ;;; Copyright © 2020 Noah Landis <noahlandis@posteo.net>
 ;;; Copyright © 2021 Sergiu Ivanov <sivanov@colimite.fr>
+;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -171,6 +172,14 @@ (define-public aspell-dict-be
                      (base32
                       "1svls9p7rsfi3hs0afh0cssj006qb4v1ik2yzqgj8hm10c6as2sm")))
 
+(define-public aspell-dict-bg
+  (aspell-dictionary "bg" "Bulgarian"
+                     #:version "4.1-0"
+                     #:prefix "aspell6-"
+                     #:sha256
+                     (base32
+                      "1alacmgpfk0yrgq83y23d16fhav1bxmb98kg8d2a5r9bvh2h0mvl")))
+
 (define-public aspell-dict-bn
   (aspell-dictionary "bn" "Bengali"
                      #:version "0.01.1-1"
-- 
2.39.1


             reply	other threads:[~2023-02-21 20:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-21 20:31 Yovan Naumovski via Guix-patches via [this message]
2023-02-23 15:21 ` bug#61687: [PATCH] gnu: Add aspell-dict-bg Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=23a7e5c2-9dc9-c0b2-8ca7-e09dfce6128c@gorski.stream \
    --to=guix-patches@gnu.org \
    --cc=61687@debbugs.gnu.org \
    --cc=yovan@gorski.stream \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).