From unknown Sun Aug 10 16:49:41 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#75272 <75272@debbugs.gnu.org> To: bug#75272 <75272@debbugs.gnu.org> Subject: Status: [PATCH 1/2] gnu: Add hunspell-dict-pt-br. Reply-To: bug#75272 <75272@debbugs.gnu.org> Date: Sun, 10 Aug 2025 23:49:41 +0000 retitle 75272 [PATCH 1/2] gnu: Add hunspell-dict-pt-br. reassign 75272 guix-patches submitter 75272 Ale Abdo severity 75272 normal tag 75272 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 01 18:47:58 2025 Received: (at submit) by debbugs.gnu.org; 1 Jan 2025 23:47:59 +0000 Received: from localhost ([127.0.0.1]:40871 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tT8RS-0004KM-AG for submit@debbugs.gnu.org; Wed, 01 Jan 2025 18:47:58 -0500 Received: from lists.gnu.org ([2001:470:142::17]:59048) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tT8RP-0004K4-Df for submit@debbugs.gnu.org; Wed, 01 Jan 2025 18:47:57 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tT8RJ-000856-CG for guix-patches@gnu.org; Wed, 01 Jan 2025 18:47:49 -0500 Received: from msg-3.mailo.com ([213.182.54.8] helo=mailo.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tT8RH-0001xS-Hz for guix-patches@gnu.org; Wed, 01 Jan 2025 18:47:49 -0500 Received: by b221-6.in.mailobj.net [192.168.90.26] with ESMTP via ip-20.mailobj.net [213.182.54.20] Thu, 2 Jan 2025 00:47:44 +0100 (CET) X-EA-Auth: rotQKwcP7dVjGbM8LMu9OvunR+Ec2FGJbrjiUuj8ghVOZjKf50M6GtUcWcMcUTfmyj+5g8V+IrInB7LuUsT9mAD6UDS7b7vw From: Ale Abdo To: guix-patches@gnu.org Subject: [PATCH 1/2] gnu: Add hunspell-dict-pt-br. Date: Thu, 2 Jan 2025 00:46:31 +0100 Message-ID: X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=213.182.54.8; envelope-from=abdo@member.fsf.org; helo=mailo.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit Cc: Ale Abdo 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 (-) * gnu/packages/hunspell.scm (hunspell-dict-pt-br): New variable. Change-Id: I60f81bb664201851544246e8327e2bf8613b07ae --- gnu/packages/hunspell.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm index eed10b16bb..fb16d71ce2 100644 --- a/gnu/packages/hunspell.scm +++ b/gnu/packages/hunspell.scm @@ -360,6 +360,14 @@ (define-public hunspell-dict-it-it #:home-page "https://www.libreitalia.org/" #:license license:gpl3))) +(define-public hunspell-dict-pt-br + (let ((synopsis identity)) + (hunspell-dictionary "pt_BR" "Portuguese (Brazil)" + #:synopsis (synopsis "Hunspell dictionary for Portuguese (Brazil)") + #:home-page "https://cgit.freedesktop.org/libreoffice/dictionaries/tree/pt_BR" + #:license (list license:lgpl3+)))) + + ;;; ;;; Hunspell packages made from the Aspell word lists. ;;; base-commit: ce44a0922979d2ade902638afb9b0d28b160def0 -- 2.47.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 01 18:48:12 2025 Received: (at submit) by debbugs.gnu.org; 1 Jan 2025 23:48:12 +0000 Received: from localhost ([127.0.0.1]:40876 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tT8Rg-0004Lb-0p for submit@debbugs.gnu.org; Wed, 01 Jan 2025 18:48:12 -0500 Received: from lists.gnu.org ([2001:470:142::17]:49302) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tT8Rd-0004LL-Pt for submit@debbugs.gnu.org; Wed, 01 Jan 2025 18:48:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tT8RY-00085k-8R for guix-patches@gnu.org; Wed, 01 Jan 2025 18:48:04 -0500 Received: from msg-3.mailo.com ([213.182.54.8] helo=mailo.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tT8RW-0001yy-I6 for guix-patches@gnu.org; Wed, 01 Jan 2025 18:48:04 -0500 Received: by b221-6.in.mailobj.net [192.168.90.26] with ESMTP via ip-20.mailobj.net [213.182.54.20] Thu, 2 Jan 2025 00:48:01 +0100 (CET) X-EA-Auth: 1bJ+NlWWaWtyb/8+3uudkhVXlR/P0wMyaPujDSq1l2Vts9SewAGN7hjPB/b/8hCuffGT3A/82mi0ZwF0SU+LA7kTunuiTMLi From: Ale Abdo To: guix-patches@gnu.org Subject: [PATCH 2/2] gnu: Add hunspell-dict-pt-pt. Date: Thu, 2 Jan 2025 00:46:32 +0100 Message-ID: X-Mailer: git-send-email 2.47.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=213.182.54.8; envelope-from=abdo@member.fsf.org; helo=mailo.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit Cc: Ale Abdo 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 (-) * gnu/packages/hunspell.scm (hunspell-dict-pt-pt): New variable. Change-Id: I68e4bc15af66648d06acd4ca822a9be8484220fe --- gnu/packages/hunspell.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm index fb16d71ce2..1e40cbfb2b 100644 --- a/gnu/packages/hunspell.scm +++ b/gnu/packages/hunspell.scm @@ -368,6 +368,13 @@ (define-public hunspell-dict-pt-br #:license (list license:lgpl3+)))) +(define-public hunspell-dict-pt-pt + (let ((synopsis identity)) + (hunspell-dictionary "pt_PT" "Portuguese (Portugal)" + #:synopsis (synopsis "Hunspell dictionary for Portuguese (Portugal)") + #:home-page "https://cgit.freedesktop.org/libreoffice/dictionaries/tree/pt_PT" + #:license (list license:gpl2+)))) + ;;; ;;; Hunspell packages made from the Aspell word lists. ;;; -- 2.47.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 23 19:18:04 2025 Received: (at 75272) by debbugs.gnu.org; 24 Jan 2025 00:18:05 +0000 Received: from localhost ([127.0.0.1]:42876 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tb7Oe-00054u-LU for submit@debbugs.gnu.org; Thu, 23 Jan 2025 19:18:04 -0500 Received: from mail-wm1-f46.google.com ([209.85.128.46]:44273) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tb7Ob-00054J-2e for 75272@debbugs.gnu.org; Thu, 23 Jan 2025 19:18:02 -0500 Received: by mail-wm1-f46.google.com with SMTP id 5b1f17b1804b1-436345cc17bso11154445e9.0 for <75272@debbugs.gnu.org>; Thu, 23 Jan 2025 16:18:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737677875; x=1738282675; h=content-transfer-encoding:subject:from:to:content-language :user-agent:mime-version:date:message-id:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=1IQiSxWwZUa//WxQVqkjyBkhtsL0Z5KdKnJeN0tMylU=; b=kJad8QMaM8pwYyNPX6A+Pf71Pz2uRuoWQpZJKQQjPC77h96o5mdwK9SUSz3e263VXl ciE3kaR205nIsQTyNrtoU4G8t8riZjDC+064a9vULk/KGS4lqrQEsABOiEKmK61ggetE Ttmb2uzzgLoBFH3WhyIWj+ydsdI3U6Q1xIXe5SK/w+3f8NHt3Dx1q3r3M9dv5hWeLrGx f54dpLy8uo+KpExNlF3SdGGgepS6AMklltMIJ3cHiapk61NSOoiaDVPz8nri1UXXAmBt 5wI0BcMK8h3mxehlJlYr1GLGP4Vy4fhFYmCsKwK+1U7X4mik51kMy0Iokrxf/DqbFqv3 jmjA== X-Gm-Message-State: AOJu0YzNDspZDuG1Q+jJ+Bt5ZaE4daTdDNQe1KWwdj3PR6uXHYfMd1Kz nFsntzRtPzwZewhBgD994i2/CD6ho2bAmzw0g14PHY/AygxCFknDn2hQ4A== X-Gm-Gg: ASbGncuzQvmxumRef9G3gQdigIiq8rkUOskavIrnFhTw3phXLMnDjWn6pbggUciPdUy FqgMCHCmbjv1DPRiA6+rZpUDOfRPqAw16r2U0Cdf4VHka/J+Rh3oNpERHyDuGOWUm++7Vn1p+gQ XzSNRUT0LSUeJUT+EKjQ9UkBAtZQbDJsX5JS+Pz1p2ZsY8J2xL978oRrAuRvUdtpVncNZo1xD2q sWjT/CpMvv4vneZn1jBB5cfGIQMNV4zGmwpGmcCGGj6xenXxFRVpCJmcP8R1H9oKlgLhWrD+VJh EdS1GDpqFMsvd6+WuPYb6o/nUPfEcYLqgqicgwfHz5Ic8k+uexOiQk9JKLGRgr+cmhavAPfHXsH 8WK2WrJy93sE3IVUfElCUpOQjL2t2wRj7Zw== X-Google-Smtp-Source: AGHT+IEkbwDNbfGb1SP8yh5hpjlMrpSMuZQR4m8xmA9j9x8ce+9nQwwIs9L1V4LkUmelqTayf6ERcA== X-Received: by 2002:a05:600c:4c24:b0:434:f3a1:b214 with SMTP id 5b1f17b1804b1-4389da1e6c7mr235244295e9.28.1737677874940; Thu, 23 Jan 2025 16:17:54 -0800 (PST) Received: from ?IPV6:2a02:8428:78a:1701:4494:f6f:71e6:d294? (2a02-8428-078a-1701-4494-0f6f-71e6-d294.rev.sfr.net. [2a02:8428:78a:1701:4494:f6f:71e6:d294]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-438bd48b11esm7758475e9.19.2025.01.23.16.17.53 for <75272@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 23 Jan 2025 16:17:54 -0800 (PST) Message-ID: <45931dcd-8f23-4e3e-973f-c957cbabae34@member.fsf.org> Date: Fri, 24 Jan 2025 01:17:53 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: fr To: 75272@debbugs.gnu.org From: Alexandre Hannud Abdo Subject: any issue? Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 75272 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 (-) Ni! Is there an issue with these patches? Otherwise, I'd appreciate if they got merged. Cheers, ale .~ยด From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 27 08:38:59 2025 Received: (at 75272-done) by debbugs.gnu.org; 27 Jan 2025 13:38:59 +0000 Received: from localhost ([127.0.0.1]:60004 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tcPKM-0006PC-PF for submit@debbugs.gnu.org; Mon, 27 Jan 2025 08:38:59 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:34296) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tcPKK-0006Ou-LZ for 75272-done@debbugs.gnu.org; Mon, 27 Jan 2025 08:38:57 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tcPKF-0005Su-76; Mon, 27 Jan 2025 08:38:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=WvWHGHcIBxrlVRJ6fONfJZR79S+b9ihD+lf7R7nAXTg=; b=Ke6PIX6RfQnBE4A+QTaW ybVHZMb2ZqdGQslb7WB8DpQkeyAwzx3Iz83YN2MKfHCD+BRWnCvXP2hw2/RF+zBDWWGgvEJjf5eeb RQXtCanM94fOggsFqajBxw1pMgJ2Q9li7ldCnMIVJXGdDupbBid6Jec7TBVrej8P/vW1l9XITUt/b jr2tcfyjzPVyf2Rt8VWxwSVrTVTGCggan8Ef33cIFM0TLDw1Y1TFusIk+PNqw1Aj51sHydsW9tkeQ aA1wK/LyTc01AIA10xCy4YBRPouvYVj7uMhXnC/PgE08Q2TIbgXqL0uTjoxTGEv4FKF+YsBZlPqoH ROjsIUbqOI6WgQ==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Ale Abdo Subject: Re: [bug#75272] [PATCH 1/2] gnu: Add hunspell-dict-pt-br. In-Reply-To: (Ale Abdo's message of "Thu, 2 Jan 2025 00:46:31 +0100") References: Date: Mon, 27 Jan 2025 14:38:35 +0100 Message-ID: <875xm0nzqc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 75272-done Cc: 75272-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: -3.3 (---) Ale Abdo skribis: > * gnu/packages/hunspell.scm (hunspell-dict-pt-br): New variable. > > Change-Id: I60f81bb664201851544246e8327e2bf8613b07ae [...] > * gnu/packages/hunspell.scm (hunspell-dict-pt-pt): New variable. > > Change-Id: I68e4bc15af66648d06acd4ca822a9be8484220fe Applied, thanks! From unknown Sun Aug 10 16:49:41 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 25 Feb 2025 12:24:13 +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