From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36093) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iyGTl-0004Z5-Kb for guix-patches@gnu.org; Sun, 02 Feb 2020 09:44:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iyGTj-0007Gm-Sc for guix-patches@gnu.org; Sun, 02 Feb 2020 09:44:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:33724) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iyGTi-0007FQ-6m for guix-patches@gnu.org; Sun, 02 Feb 2020 09:44:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iyGTi-0003Ih-4Y for guix-patches@gnu.org; Sun, 02 Feb 2020 09:44:02 -0500 Subject: [bug#39388] [PATCH] gnu: Add Slovenian Aspell dictionary. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:36039) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iyGTO-0004WP-G2 for guix-patches@gnu.org; Sun, 02 Feb 2020 09:43:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iyGTN-0006h9-1T for guix-patches@gnu.org; Sun, 02 Feb 2020 09:43:42 -0500 Received: from araneo.si ([90.157.193.204]:59846) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iyGTM-0006c1-Fg for guix-patches@gnu.org; Sun, 02 Feb 2020 09:43:40 -0500 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id 3aa35bc4 for ; Sun, 2 Feb 2020 14:43:36 +0000 (UTC) From: Timotej Lazar Date: Sun, 2 Feb 2020 15:43:05 +0100 Message-Id: <20200202144305.9837-1-timotej.lazar@araneo.si> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39388@debbugs.gnu.org Cc: Timotej Lazar * gnu/packages/aspell.scm (aspell-dict-sl): New variable. --- gnu/packages/aspell.scm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index af38c149c2..c88b8a25a2 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2016 Theodoros Foradis ;;; Copyright © 2016, 2017, 2019 Tobias Geerinckx-Rice ;;; Copyright © 2019 Jens Mølgaard +;;; Copyright © 2020 Timotej Lazar ;;; ;;; This file is part of GNU Guix. ;;; @@ -319,6 +320,14 @@ dictionaries, including personal ones.") (base32 "0ip6nq43hcr7vvzbv4lwwmlwgfa60hrhsldh9xy3zg2prv6bcaaw"))) +(define-public aspell-dict-sl + (aspell-dictionary "sl" "Slovenian" + #:version "0.50-0" + #:prefix "aspell-" + #:sha256 + (base32 + "1l9kc5g35flq8kw9jhn2n0bjb4sipjs4qkqzgggs438kywkx2rp5"))) + (define-public aspell-dict-sv (aspell-dictionary "sv" "Swedish" #:version "0.51-0" -- 2.25.0