Github messages for voidlinux
 help / color / mirror / Atom feed
From: numerys <numerys@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Dutchhunspell
Date: Mon, 06 Feb 2023 15:29:36 +0100	[thread overview]
Message-ID: <20230206142936.8Slvs58owdykNv6V2dv_3k__S3b1PSbHmhl36IQuook@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42103@inbox.vuxu.org>

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

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

https://github.com/numerys/void-packages dutchhunspell
https://github.com/void-linux/void-packages/pull/42103

Dutchhunspell
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
No architecture dependency

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

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

From fcc73f871ac4266caf31978ec28907235ba1a6c1 Mon Sep 17 00:00:00 2001
From: Goran Vukoman <g@numerys.net>
Date: Sun, 5 Feb 2023 22:48:39 +0100
Subject: [PATCH 1/6] New package: hunspell-nl_NL-2.20.19.

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

diff --git a/srcpkgs/hunspell-nl_NL/template b/srcpkgs/hunspell-nl_NL/template
new file mode 100644
index 000000000000..b5f34ce205b8
--- /dev/null
+++ b/srcpkgs/hunspell-nl_NL/template
@@ -0,0 +1,15 @@
+# Template file for 'hunspell-nl_NL'
+pkgname=hunspell-nl_NL
+version=2.20.19
+revision=2
+short_desc="Dutch nl_NL dictionary for hunspell"
+maintainer="Goran Vukoman <g@numerys.net>"
+license="Revised BSD License and/or CC BY 3.0"
+homepage="https://www.opentaal.org/"
+distfiles="https://github.com/OpenTaal/opentaal-hunspell/archive/refs/tags/2.20.19.tar.gz"
+checksum=0a86ec393450d7070bd69ee83f69c37ff27dbbc5fe684803375f113d7128bd87
+
+do_install() {
+	vinstall opentaal-hunspell-2.20.19/nl.aff 644 /usr/share/hunspell/nl_NL.aff
+	vinstall opentaal-hunspell-2.20.19/nl.dic 644 /usr/share/hunspell/nl_NL.dic
+}

From b64c715dedf3e47c4efc5744c5f747ef583ac3f3 Mon Sep 17 00:00:00 2001
From: Goran Vukoman <g@numerys.net>
Date: Mon, 6 Feb 2023 14:23:53 +0100
Subject: [PATCH 2/6] New package: hunspell-nl_NL-2.20.19.

---
 srcpkgs/hunspell-nl_NL/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/hunspell-nl_NL/template b/srcpkgs/hunspell-nl_NL/template
index b5f34ce205b8..142b8891fc95 100644
--- a/srcpkgs/hunspell-nl_NL/template
+++ b/srcpkgs/hunspell-nl_NL/template
@@ -1,15 +1,15 @@
 # Template file for 'hunspell-nl_NL'
 pkgname=hunspell-nl_NL
 version=2.20.19
-revision=2
+revision=1
 short_desc="Dutch nl_NL dictionary for hunspell"
 maintainer="Goran Vukoman <g@numerys.net>"
-license="Revised BSD License and/or CC BY 3.0"
+license="BSD-3-Clause, CC-BY-3.0"
 homepage="https://www.opentaal.org/"
-distfiles="https://github.com/OpenTaal/opentaal-hunspell/archive/refs/tags/2.20.19.tar.gz"
+distfiles="https://github.com/OpenTaal/opentaal-hunspell/archive/refs/tags/${version}tar.gz"
 checksum=0a86ec393450d7070bd69ee83f69c37ff27dbbc5fe684803375f113d7128bd87
 
 do_install() {
-	vinstall opentaal-hunspell-2.20.19/nl.aff 644 /usr/share/hunspell/nl_NL.aff
-	vinstall opentaal-hunspell-2.20.19/nl.dic 644 /usr/share/hunspell/nl_NL.dic
+	vinstall opentaal-hunspell-${version}/nl.aff 644 /usr/share/hunspell/nl_NL.aff
+	vinstall opentaal-hunspell-${version}/nl.dic 644 /usr/share/hunspell/nl_NL.dic
 }

From dd75c4522ae1a2a51cea91b5da77a78ddacb34b2 Mon Sep 17 00:00:00 2001
From: Goran Vukoman <g@numerys.net>
Date: Mon, 6 Feb 2023 14:50:56 +0100
Subject: [PATCH 3/6] New package: hunspell-nl_NL-2.20.19.

---
 srcpkgs/hunspell-nl_NL/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/hunspell-nl_NL/template b/srcpkgs/hunspell-nl_NL/template
index 142b8891fc95..c16169eab2e2 100644
--- a/srcpkgs/hunspell-nl_NL/template
+++ b/srcpkgs/hunspell-nl_NL/template
@@ -12,4 +12,5 @@ checksum=0a86ec393450d7070bd69ee83f69c37ff27dbbc5fe684803375f113d7128bd87
 do_install() {
 	vinstall opentaal-hunspell-${version}/nl.aff 644 /usr/share/hunspell/nl_NL.aff
 	vinstall opentaal-hunspell-${version}/nl.dic 644 /usr/share/hunspell/nl_NL.dic
+	vlicense opentaal-hunspell-${version}/LICENSE.txt
 }

From 0a81d91f8de4c6e58792b0b77d7086395babbada Mon Sep 17 00:00:00 2001
From: Goran Vukoman <g@numerys.net>
Date: Mon, 6 Feb 2023 14:52:35 +0100
Subject: [PATCH 4/6] New package: hunspell-nl_NL-2.20.19.

---
 srcpkgs/hunspell-nl_NL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hunspell-nl_NL/template b/srcpkgs/hunspell-nl_NL/template
index c16169eab2e2..540a67a2bf9e 100644
--- a/srcpkgs/hunspell-nl_NL/template
+++ b/srcpkgs/hunspell-nl_NL/template
@@ -6,7 +6,7 @@ short_desc="Dutch nl_NL dictionary for hunspell"
 maintainer="Goran Vukoman <g@numerys.net>"
 license="BSD-3-Clause, CC-BY-3.0"
 homepage="https://www.opentaal.org/"
-distfiles="https://github.com/OpenTaal/opentaal-hunspell/archive/refs/tags/${version}tar.gz"
+distfiles="https://github.com/OpenTaal/opentaal-hunspell/archive/refs/tags/${version}.tar.gz"
 checksum=0a86ec393450d7070bd69ee83f69c37ff27dbbc5fe684803375f113d7128bd87
 
 do_install() {

From edfe038f6d3469f57da9143710b436ba9cd1ac98 Mon Sep 17 00:00:00 2001
From: Goran Vukoman <g@numerys.net>
Date: Mon, 6 Feb 2023 14:56:16 +0100
Subject: [PATCH 5/6] New package: hunspell-nl_NL-2.20.19.

---
 srcpkgs/hunspell-nl_NL/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/hunspell-nl_NL/template b/srcpkgs/hunspell-nl_NL/template
index 540a67a2bf9e..8bed0ecf30c4 100644
--- a/srcpkgs/hunspell-nl_NL/template
+++ b/srcpkgs/hunspell-nl_NL/template
@@ -10,7 +10,7 @@ distfiles="https://github.com/OpenTaal/opentaal-hunspell/archive/refs/tags/${ver
 checksum=0a86ec393450d7070bd69ee83f69c37ff27dbbc5fe684803375f113d7128bd87
 
 do_install() {
-	vinstall opentaal-hunspell-${version}/nl.aff 644 /usr/share/hunspell/nl_NL.aff
-	vinstall opentaal-hunspell-${version}/nl.dic 644 /usr/share/hunspell/nl_NL.dic
-	vlicense opentaal-hunspell-${version}/LICENSE.txt
+	vinstall ${pkgname}-${version}/nl.aff 644 /usr/share/hunspell/nl_NL.aff
+	vinstall ${pkgname}-${version}/nl.dic 644 /usr/share/hunspell/nl_NL.dic
+	vlicense ${pkgname}-${version}/LICENSE.txt
 }

From d5f8914575cfbaf3d0189d6b495763d7e2c34a3a Mon Sep 17 00:00:00 2001
From: Goran Vukoman <g@numerys.net>
Date: Mon, 6 Feb 2023 15:31:23 +0100
Subject: [PATCH 6/6] New package: hunspell-nl_NL-2.20.19.

---
 srcpkgs/hunspell-nl_NL/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/hunspell-nl_NL/template b/srcpkgs/hunspell-nl_NL/template
index 8bed0ecf30c4..4dfe04804032 100644
--- a/srcpkgs/hunspell-nl_NL/template
+++ b/srcpkgs/hunspell-nl_NL/template
@@ -10,7 +10,7 @@ distfiles="https://github.com/OpenTaal/opentaal-hunspell/archive/refs/tags/${ver
 checksum=0a86ec393450d7070bd69ee83f69c37ff27dbbc5fe684803375f113d7128bd87
 
 do_install() {
-	vinstall ${pkgname}-${version}/nl.aff 644 /usr/share/hunspell/nl_NL.aff
-	vinstall ${pkgname}-${version}/nl.dic 644 /usr/share/hunspell/nl_NL.dic
-	vlicense ${pkgname}-${version}/LICENSE.txt
+	vinstall nl.aff 644 /usr/share/hunspell/nl_NL.aff
+	vinstall nl.dic 644 /usr/share/hunspell/nl_NL.dic
+	vlicense LICENSE.txt
 }

  parent reply	other threads:[~2023-02-06 14:29 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-06  0:44 [PR PATCH] Dutchhunspell numerys
2023-02-06  0:48 ` Dutchhunspell abenson
2023-02-06  0:54 ` [PR REVIEW] Dutchhunspell classabbyamp
2023-02-06  0:54 ` classabbyamp
2023-02-06  0:54 ` classabbyamp
2023-02-06  0:54 ` classabbyamp
2023-02-06  0:54 ` classabbyamp
2023-02-06  1:10 ` [PR PATCH] [Updated] Dutchhunspell numerys
2023-02-06  1:11 ` numerys
2023-02-06  1:11 ` numerys
2023-02-06  1:11 ` numerys
2023-02-06  1:12 ` numerys
2023-02-06  1:39 ` numerys
2023-02-06  1:53 ` numerys
2023-02-06  2:02 ` numerys
2023-02-06  2:09 ` numerys
2023-02-06 13:22 ` numerys
2023-02-06 13:49 ` numerys
2023-02-06 13:50 ` numerys
2023-02-06 13:54 ` numerys
2023-02-06 14:29 ` numerys [this message]
2023-02-06 14:35 ` numerys
2023-02-06 14:46 ` numerys
2023-02-06 15:18 ` [PR REVIEW] Dutchhunspell classabbyamp
2023-02-06 16:51 ` [PR PATCH] [Updated] Dutchhunspell numerys
2023-02-06 16:53 ` numerys
2023-02-06 17:07 ` [PR REVIEW] Dutchhunspell numerys
2023-02-07  3:38 ` [PR PATCH] [Merged]: Dutchhunspell classabbyamp

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=20230206142936.8Slvs58owdykNv6V2dv_3k__S3b1PSbHmhl36IQuook@z \
    --to=numerys@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).