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

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

There is a new 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 packagew: hunspell-pt_PT and hunspell-pt_PT-preao
Two new packages containing the dictionaries for pt_PT.  These are the pre- (hunspell-pt_PT) and post- (hunspell-pt_PT-preao) 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: 2635 bytes --]

From ed7145917156a12b841af1b72aea052c254fbbcc 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 | 18 ++++++++++++++++++
 1 file changed, 18 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..598de4519bc
--- /dev/null
+++ b/srcpkgs/hunspell-pt_PT/template
@@ -0,0 +1,18 @@
+# Template file for 'hunspell-pt_PT'
+pkgname=hunspell-pt_PT
+version=20201029
+revision=1
+wrksrc=${pkgname}-${version}
+depends="hunspell"
+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 ${wrksrc}/pt_PT.aff 644 usr/share/hunspell
+	vinstall ${wrksrc}/pt_PT.dic 644 usr/share/hunspell
+	vdoc ${wrksrc}/README_pt_PT.txt
+}

From 2d9d7977a5bd841ceb7f05130eedc8f6905699cd 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 | 18 ++++++++++++++++++
 1 file changed, 18 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..c568e86bc35
--- /dev/null
+++ b/srcpkgs/hunspell-pt_PT-preao/template
@@ -0,0 +1,18 @@
+# Template file for 'hunspell-pt_PT-preao'
+pkgname=hunspell-pt_PT-preao
+version=20201029
+revision=1
+wrksrc=${pkgname}-${version}
+depends="hunspell"
+short_desc="Portuguese dictionary for hunspell (prior 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 ${wrksrc}/pt_PT-preao.aff 644 usr/share/hunspell
+	vinstall ${wrksrc}/pt_PT-preao.dic 644 usr/share/hunspell
+	vdoc ${wrksrc}/README_pt_PT.txt
+}

             reply	other threads:[~2020-10-29 21:52 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-29 21:52 lumigch [this message]
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 ` [PR PATCH] [Updated] " lumigch
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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25973@inbox.vuxu.org \
    --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).