Github messages for voidlinux
 help / color / mirror / Atom feed
From: lumigch <lumigch@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New packages: hunspell-pt_PT and hunspell-pt_PT-preao
Date: Fri, 30 Oct 2020 22:35:51 +0100	[thread overview]
Message-ID: <20201030213551.jSC0rjrcM0mD4xqgyadmFZPC2UTvMco7YZO1hbVaCBE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25973@inbox.vuxu.org>

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

There is an updated pull request by lumigch against master on the void-packages repository

https://github.com/lumigch/void-packages hunspell-pt_PT
https://github.com/void-linux/void-packages/pull/25973

New packages: hunspell-pt_PT and hunspell-pt_PT-preao
Two new packages containing the dictionaries for pt_PT.  These are the pre- (hunspell-pt_PT-preao) and post- (hunspell-pt_PT) 1990 Orthographic Agreement.
Since these two packages I related, I decided to create a single pull-request.  This is my 1st pull-request for the project, so maybe you prefer two separate requests.  Please let me know any problems with these packages.

A patch file from https://github.com/void-linux/void-packages/pull/25973.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hunspell-pt_PT-25973.patch --]
[-- Type: text/x-diff, Size: 2474 bytes --]

From 1e3616b7424b19d0ac7f2c45677778c2e3487889 Mon Sep 17 00:00:00 2001
From: Luis Henriques <lhenriques@suse.de>
Date: Thu, 29 Oct 2020 21:34:13 +0000
Subject: [PATCH 1/2] New package: hunspell-pt_PT-20201029

---
 srcpkgs/hunspell-pt_PT/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/hunspell-pt_PT/template

diff --git a/srcpkgs/hunspell-pt_PT/template b/srcpkgs/hunspell-pt_PT/template
new file mode 100644
index 00000000000..96317685854
--- /dev/null
+++ b/srcpkgs/hunspell-pt_PT/template
@@ -0,0 +1,16 @@
+# Template file for 'hunspell-pt_PT'
+pkgname=hunspell-pt_PT
+version=20201029
+revision=1
+short_desc="Portuguese dictionary for hunspell"
+maintainer="Luis Henriques <henrix@camandro.org>"
+license="GPL-2.0-only, LGPL-2.1-only, MPL-1.1"
+homepage="https://natura.di.uminho.pt/wiki/doku.php?id=dicionarios:main"
+distfiles="https://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/${pkgname}-${version}.tar.gz"
+checksum=711b2a2c755546cb341e5cf8ed70157fc4adaacc74b84e132c85b174d791c8db
+
+do_install() {
+	vinstall pt_PT.aff 644 usr/share/hunspell
+	vinstall pt_PT.dic 644 usr/share/hunspell
+	vdoc README_pt_PT.txt
+}

From 7c5fcea1e3819d4b793277af450bdf29e55d2dfd Mon Sep 17 00:00:00 2001
From: Luis Henriques <lhenriques@suse.de>
Date: Thu, 29 Oct 2020 21:34:38 +0000
Subject: [PATCH 2/2] New package: hunspell-pt_PT-preao-20201029

---
 srcpkgs/hunspell-pt_PT-preao/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/hunspell-pt_PT-preao/template

diff --git a/srcpkgs/hunspell-pt_PT-preao/template b/srcpkgs/hunspell-pt_PT-preao/template
new file mode 100644
index 00000000000..db8f65fc027
--- /dev/null
+++ b/srcpkgs/hunspell-pt_PT-preao/template
@@ -0,0 +1,16 @@
+# Template file for 'hunspell-pt_PT-preao'
+pkgname=hunspell-pt_PT-preao
+version=20201029
+revision=1
+short_desc="Portuguese dictionary for hunspell (prior to 1990 Orthographic Agreement)"
+maintainer="Luis Henriques <henrix@camandro.org>"
+license="GPL-2.0-only, LGPL-2.1-only, MPL-1.1"
+homepage="https://natura.di.uminho.pt/wiki/doku.php?id=dicionarios:main"
+distfiles="https://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/${pkgname}-${version}.tar.gz"
+checksum=9427f1b21b9a3e8126fce62d008e6215b0b631498232ae567859d363351fbac4
+
+do_install() {
+	vinstall pt_PT-preao.aff 644 usr/share/hunspell
+	vinstall pt_PT-preao.dic 644 usr/share/hunspell
+	vdoc README_pt_PT.txt
+}

  parent reply	other threads:[~2020-10-30 21:35 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-29 21:52 [PR PATCH] New packagew: " lumigch
2020-10-29 22:09 ` New packages: " ericonr
2020-10-29 23:54 ` sgn
2020-10-30  0:16 ` [PR REVIEW] " ericonr
2020-10-30  0:18 ` ericonr
2020-10-30  0:19 ` ericonr
2020-10-30  0:19 ` ericonr
2020-10-30  9:28 ` lumigch
2020-10-30  9:29 ` lumigch
2020-10-30 21:35 ` lumigch [this message]
2020-10-30 21:38 ` lumigch
2020-10-31 18:58 ` lumigch
2020-10-31 19:04 ` ericonr
2020-10-31 19:44 ` lumigch
2020-11-05 22:06 ` lumigch
2020-11-05 22:19 ` ericonr
2020-11-05 23:14 ` lumigch
2020-11-05 23:37 ` ericonr
2020-11-09  3:20 ` [PR PATCH] [Merged]: " ericonr

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

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

  git send-email \
    --in-reply-to=20201030213551.jSC0rjrcM0mD4xqgyadmFZPC2UTvMco7YZO1hbVaCBE@z \
    --to=lumigch@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /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.
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 NNTP newsgroup(s).