Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: hunspell-en_CA-2020.12.07
@ 2021-10-22  5:04 0x5c
  2021-10-27 17:52 ` [PR REVIEW] " paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: 0x5c @ 2021-10-22  5:04 UTC (permalink / raw)
  To: ml

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

There is a new pull request by 0x5c against master on the void-packages repository

https://github.com/0x5c/void-packages hunspell-en_CA
https://github.com/void-linux/void-packages/pull/33686

New package: hunspell-en_CA-2020.12.07
- Taken from the same source as the en_US one

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From e92532c841a47d46b57b44d494b13ecaa76911e0 Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Fri, 22 Oct 2021 00:54:06 -0400
Subject: [PATCH] New package: hunspell-en_CA-2020.12.07

- Taken from the same source as the en_US one
---
 srcpkgs/hunspell-en_CA/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/hunspell-en_CA/template

diff --git a/srcpkgs/hunspell-en_CA/template b/srcpkgs/hunspell-en_CA/template
new file mode 100644
index 000000000000..ebd51391a6c0
--- /dev/null
+++ b/srcpkgs/hunspell-en_CA/template
@@ -0,0 +1,18 @@
+# Template file for 'hunspell-en_CA'
+pkgname=hunspell-en_CA
+version=2020.12.07
+revision=1
+create_wrksrc=yes
+hostmakedepends="unzip"
+short_desc="Canadian English en_CA dictionary for hunspell"
+maintainer="0x5c <dev@0x5c.io>"
+license="SCOWL" # not in SPDX
+homepage="http://wordlist.aspell.net/dicts"
+distfiles="${SOURCEFORGE_SITE}/wordlist/speller/${version}/${pkgname}-${version}.zip"
+checksum=ff6b91e4ed768348c61ae7c326e848059810fa43a5d601df6b3f45ad9c0ef5bf
+
+do_install() {
+	vinstall en_CA.aff 644 /usr/share/hunspell
+	vinstall en_CA.dic 644 /usr/share/hunspell
+	vlicense README_en_CA.txt SCOWL
+}

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

* Re: [PR REVIEW] New package: hunspell-en_CA-2020.12.07
  2021-10-22  5:04 [PR PATCH] New package: hunspell-en_CA-2020.12.07 0x5c
@ 2021-10-27 17:52 ` paper42
  2021-10-27 20:04 ` 0x5c
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2021-10-27 17:52 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33686#discussion_r737711294

Comment:
> `license` A string matching the license's [SPDX Short identifier](https://spdx.org/licenses),
> `Public Domain`, or string prefixed with `custom:` for other licenses.

```suggestion
license="custom:SCOWL"
```

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

* Re: [PR REVIEW] New package: hunspell-en_CA-2020.12.07
  2021-10-22  5:04 [PR PATCH] New package: hunspell-en_CA-2020.12.07 0x5c
  2021-10-27 17:52 ` [PR REVIEW] " paper42
@ 2021-10-27 20:04 ` 0x5c
  2021-10-27 20:07 ` [PR PATCH] [Updated] " 0x5c
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: 0x5c @ 2021-10-27 20:04 UTC (permalink / raw)
  To: ml

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

New review comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/pull/33686#discussion_r737804330

Comment:
It's interesting that the other hunspell packages (including the one this is based on) also have that oddity
```shell
$ rg 'license="SCOWL"'                                             
srcpkgs/hunspell-en_US/template
9:license="SCOWL" # not in SPDX

srcpkgs/hunspell-en_CA/template
9:license="SCOWL" # not in SPDX

srcpkgs/hunspell-en_GB-ize/template
11:license="SCOWL" # not in SPDX

srcpkgs/hunspell-en_AU/template
9:license="SCOWL" # not in SPDX

$ rg 'license="custom:SCOWL"'

```

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

* Re: [PR PATCH] [Updated] New package: hunspell-en_CA-2020.12.07
  2021-10-22  5:04 [PR PATCH] New package: hunspell-en_CA-2020.12.07 0x5c
  2021-10-27 17:52 ` [PR REVIEW] " paper42
  2021-10-27 20:04 ` 0x5c
@ 2021-10-27 20:07 ` 0x5c
  2021-10-27 20:10 ` 0x5c
  2021-10-29 16:24 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: 0x5c @ 2021-10-27 20:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x5c/void-packages hunspell-en_CA
https://github.com/void-linux/void-packages/pull/33686

New package: hunspell-en_CA-2020.12.07
- Taken from the same source as the en_US one

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 9122a8f724e1be5e54fc3fe1884fc654607a1af9 Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Wed, 27 Oct 2021 16:06:10 -0400
Subject: [PATCH] New package: hunspell-en_CA-2020.12.07

- Taken from the same source as the en_US one
---
 srcpkgs/hunspell-en_CA/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/hunspell-en_CA/template

diff --git a/srcpkgs/hunspell-en_CA/template b/srcpkgs/hunspell-en_CA/template
new file mode 100644
index 000000000000..65d7926b2603
--- /dev/null
+++ b/srcpkgs/hunspell-en_CA/template
@@ -0,0 +1,18 @@
+# Template file for 'hunspell-en_CA'
+pkgname=hunspell-en_CA
+version=2020.12.07
+revision=1
+create_wrksrc=yes
+hostmakedepends="unzip"
+short_desc="Canadian English en_CA dictionary for hunspell"
+maintainer="0x5c <dev@0x5c.io>"
+license="custom:SCOWL"
+homepage="http://wordlist.aspell.net/dicts"
+distfiles="${SOURCEFORGE_SITE}/wordlist/speller/${version}/${pkgname}-${version}.zip"
+checksum=ff6b91e4ed768348c61ae7c326e848059810fa43a5d601df6b3f45ad9c0ef5bf
+
+do_install() {
+	vinstall en_CA.aff 644 /usr/share/hunspell
+	vinstall en_CA.dic 644 /usr/share/hunspell
+	vlicense README_en_CA.txt SCOWL
+}

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

* Re: [PR PATCH] [Updated] New package: hunspell-en_CA-2020.12.07
  2021-10-22  5:04 [PR PATCH] New package: hunspell-en_CA-2020.12.07 0x5c
                   ` (2 preceding siblings ...)
  2021-10-27 20:07 ` [PR PATCH] [Updated] " 0x5c
@ 2021-10-27 20:10 ` 0x5c
  2021-10-29 16:24 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: 0x5c @ 2021-10-27 20:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x5c/void-packages hunspell-en_CA
https://github.com/void-linux/void-packages/pull/33686

New package: hunspell-en_CA-2020.12.07
- Taken from the same source as the en_US one

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 04c3db9a2fd10d2914ec965245b24153ea112f15 Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Wed, 27 Oct 2021 16:10:10 -0400
Subject: [PATCH] New package: hunspell-en_CA-2020.12.07

- Taken from the same source as the en_US one
---
 srcpkgs/hunspell-en_CA/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/hunspell-en_CA/template

diff --git a/srcpkgs/hunspell-en_CA/template b/srcpkgs/hunspell-en_CA/template
new file mode 100644
index 000000000000..65d7926b2603
--- /dev/null
+++ b/srcpkgs/hunspell-en_CA/template
@@ -0,0 +1,18 @@
+# Template file for 'hunspell-en_CA'
+pkgname=hunspell-en_CA
+version=2020.12.07
+revision=1
+create_wrksrc=yes
+hostmakedepends="unzip"
+short_desc="Canadian English en_CA dictionary for hunspell"
+maintainer="0x5c <dev@0x5c.io>"
+license="custom:SCOWL"
+homepage="http://wordlist.aspell.net/dicts"
+distfiles="${SOURCEFORGE_SITE}/wordlist/speller/${version}/${pkgname}-${version}.zip"
+checksum=ff6b91e4ed768348c61ae7c326e848059810fa43a5d601df6b3f45ad9c0ef5bf
+
+do_install() {
+	vinstall en_CA.aff 644 /usr/share/hunspell
+	vinstall en_CA.dic 644 /usr/share/hunspell
+	vlicense README_en_CA.txt SCOWL
+}

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

* Re: [PR PATCH] [Merged]: New package: hunspell-en_CA-2020.12.07
  2021-10-22  5:04 [PR PATCH] New package: hunspell-en_CA-2020.12.07 0x5c
                   ` (3 preceding siblings ...)
  2021-10-27 20:10 ` 0x5c
@ 2021-10-29 16:24 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2021-10-29 16:24 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: hunspell-en_CA-2020.12.07
https://github.com/void-linux/void-packages/pull/33686

Description:
- Taken from the same source as the en_US one

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-10-29 16:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-22  5:04 [PR PATCH] New package: hunspell-en_CA-2020.12.07 0x5c
2021-10-27 17:52 ` [PR REVIEW] " paper42
2021-10-27 20:04 ` 0x5c
2021-10-27 20:07 ` [PR PATCH] [Updated] " 0x5c
2021-10-27 20:10 ` 0x5c
2021-10-29 16:24 ` [PR PATCH] [Merged]: " paper42

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