Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New packagew: hunspell-pt_PT and hunspell-pt_PT-preao
@ 2020-10-29 21:52 lumigch
  2020-10-29 22:09 ` New packages: " ericonr
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: lumigch @ 2020-10-29 21:52 UTC (permalink / raw)
  To: ml

[-- 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
+}

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-11-09  3:20 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-29 21:52 [PR PATCH] New packagew: hunspell-pt_PT and hunspell-pt_PT-preao 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 ` [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

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