Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: hunspell-ca_ES-3.0.6
@ 2022-06-28  6:55 AdRuCo
  2022-06-28  7:00 ` [PR REVIEW] " classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: AdRuCo @ 2022-06-28  6:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AdRuCo/void-packages hunspell-ca_ES
https://github.com/void-linux/void-packages/pull/37719

New package: hunspell-ca_ES-3.0.6
Add a new language dictionary for hunspell.

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

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

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From 4a7b94b55e7b6533cfe532d383608a88021be1a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adri=C3=A0=20Rubio?= <engolianth@protonmail.com>
Date: Tue, 28 Jun 2022 08:51:18 +0200
Subject: [PATCH] New package: hunspell-ca_ES-3.0.6

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

diff --git a/srcpkgs/hunspell-ca_ES/template b/srcpkgs/hunspell-ca_ES/template
new file mode 100644
index 000000000000..99f0d72281cb
--- /dev/null
+++ b/srcpkgs/hunspell-ca_ES/template
@@ -0,0 +1,18 @@
+# Template file for 'hunspell-ca_ES'
+pkgname=hunspell-ca_ES
+version=3.0.6
+revision=1
+create_wrksrc=yes
+hostmakedepends="unzip"
+short_desc="Catalan dictionary for hunspell"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later, LGPL-2.1-or-later"
+homepage="https://www.softcatala.org/projectes/corrector-ortografic/"
+distfiles="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${version}/ca-hunspell.zip"
+checksum=1652bd89c43a17f576470b467da2d4fbe128683d6054d1c6a31f9967ae067fcd
+
+do_install() {
+	vinstall catalan.aff 644 /usr/share/hunspell ca_ES.aff
+	vinstall catalan.dic 644 /usr/share/hunspell ca_ES.dic
+	vdoc README.txt
+}

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

* Re: [PR REVIEW] New package: hunspell-ca_ES-3.0.6
  2022-06-28  6:55 [PR PATCH] New package: hunspell-ca_ES-3.0.6 AdRuCo
@ 2022-06-28  7:00 ` classabbyamp
  2022-06-28  7:14 ` [PR PATCH] [Updated] " AdRuCo
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-06-28  7:00 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37719#discussion_r908108285

Comment:
this should be set to your name or username and a valid email that you can be reached at

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

* Re: [PR PATCH] [Updated] New package: hunspell-ca_ES-3.0.6
  2022-06-28  6:55 [PR PATCH] New package: hunspell-ca_ES-3.0.6 AdRuCo
  2022-06-28  7:00 ` [PR REVIEW] " classabbyamp
@ 2022-06-28  7:14 ` AdRuCo
  2022-06-28  7:39 ` [PR REVIEW] " AdRuCo
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: AdRuCo @ 2022-06-28  7:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AdRuCo/void-packages hunspell-ca_ES
https://github.com/void-linux/void-packages/pull/37719

New package: hunspell-ca_ES-3.0.6
Add a new language dictionary for hunspell.

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

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

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From 4a7b94b55e7b6533cfe532d383608a88021be1a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adri=C3=A0=20Rubio?= <engolianth@protonmail.com>
Date: Tue, 28 Jun 2022 08:51:18 +0200
Subject: [PATCH] New package: hunspell-ca_ES-3.0.6

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

diff --git a/srcpkgs/hunspell-ca_ES/template b/srcpkgs/hunspell-ca_ES/template
new file mode 100644
index 000000000000..99f0d72281cb
--- /dev/null
+++ b/srcpkgs/hunspell-ca_ES/template
@@ -0,0 +1,18 @@
+# Template file for 'hunspell-ca_ES'
+pkgname=hunspell-ca_ES
+version=3.0.6
+revision=1
+create_wrksrc=yes
+hostmakedepends="unzip"
+short_desc="Catalan dictionary for hunspell"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later, LGPL-2.1-or-later"
+homepage="https://www.softcatala.org/projectes/corrector-ortografic/"
+distfiles="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${version}/ca-hunspell.zip"
+checksum=1652bd89c43a17f576470b467da2d4fbe128683d6054d1c6a31f9967ae067fcd
+
+do_install() {
+	vinstall catalan.aff 644 /usr/share/hunspell ca_ES.aff
+	vinstall catalan.dic 644 /usr/share/hunspell ca_ES.dic
+	vdoc README.txt
+}

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

* Re: [PR REVIEW] New package: hunspell-ca_ES-3.0.6
  2022-06-28  6:55 [PR PATCH] New package: hunspell-ca_ES-3.0.6 AdRuCo
  2022-06-28  7:00 ` [PR REVIEW] " classabbyamp
  2022-06-28  7:14 ` [PR PATCH] [Updated] " AdRuCo
@ 2022-06-28  7:39 ` AdRuCo
  2022-06-28 12:27 ` [PR PATCH] [Updated] " AdRuCo
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: AdRuCo @ 2022-06-28  7:39 UTC (permalink / raw)
  To: ml

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

New review comment by AdRuCo on void-packages repository

https://github.com/void-linux/void-packages/pull/37719#discussion_r908143209

Comment:
I'm on it. Once I clean up the mess I made by clicking on github's "fetch upstream" I'll --force commit.
Sorry for the spam.

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

* Re: [PR PATCH] [Updated] New package: hunspell-ca_ES-3.0.6
  2022-06-28  6:55 [PR PATCH] New package: hunspell-ca_ES-3.0.6 AdRuCo
                   ` (2 preceding siblings ...)
  2022-06-28  7:39 ` [PR REVIEW] " AdRuCo
@ 2022-06-28 12:27 ` AdRuCo
  2022-06-28 12:29 ` AdRuCo
  2022-06-28 14:38 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: AdRuCo @ 2022-06-28 12:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AdRuCo/void-packages hunspell-ca_ES
https://github.com/void-linux/void-packages/pull/37719

New package: hunspell-ca_ES-3.0.6
Add a new language dictionary for hunspell.

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

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

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From 1bc97cb111c6971bcdd36ee8c414b3d4f979ee75 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adri=C3=A0=20Rubio?= <engolianth@protonmail.com>
Date: Tue, 28 Jun 2022 08:51:18 +0200
Subject: [PATCH] New package: hunspell-ca_ES-3.0.6

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

diff --git a/srcpkgs/hunspell-ca_ES/template b/srcpkgs/hunspell-ca_ES/template
new file mode 100644
index 000000000000..99f0d72281cb
--- /dev/null
+++ b/srcpkgs/hunspell-ca_ES/template
@@ -0,0 +1,18 @@
+# Template file for 'hunspell-ca_ES'
+pkgname=hunspell-ca_ES
+version=3.0.6
+revision=1
+create_wrksrc=yes
+hostmakedepends="unzip"
+short_desc="Catalan dictionary for hunspell"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later, LGPL-2.1-or-later"
+homepage="https://www.softcatala.org/projectes/corrector-ortografic/"
+distfiles="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${version}/ca-hunspell.zip"
+checksum=1652bd89c43a17f576470b467da2d4fbe128683d6054d1c6a31f9967ae067fcd
+
+do_install() {
+	vinstall catalan.aff 644 /usr/share/hunspell ca_ES.aff
+	vinstall catalan.dic 644 /usr/share/hunspell ca_ES.dic
+	vdoc README.txt
+}

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

* Re: [PR PATCH] [Updated] New package: hunspell-ca_ES-3.0.6
  2022-06-28  6:55 [PR PATCH] New package: hunspell-ca_ES-3.0.6 AdRuCo
                   ` (3 preceding siblings ...)
  2022-06-28 12:27 ` [PR PATCH] [Updated] " AdRuCo
@ 2022-06-28 12:29 ` AdRuCo
  2022-06-28 14:38 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: AdRuCo @ 2022-06-28 12:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AdRuCo/void-packages hunspell-ca_ES
https://github.com/void-linux/void-packages/pull/37719

New package: hunspell-ca_ES-3.0.6
Add a new language dictionary for hunspell.

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

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

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From f517515fa35c56a77cd316094eb5fecde827a3c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adri=C3=A0=20Rubio?= <engolianth@protonmail.com>
Date: Tue, 28 Jun 2022 08:51:18 +0200
Subject: [PATCH] New package: hunspell-ca_ES-3.0.6

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

diff --git a/srcpkgs/hunspell-ca_ES/template b/srcpkgs/hunspell-ca_ES/template
new file mode 100644
index 000000000000..b9aa920b50e1
--- /dev/null
+++ b/srcpkgs/hunspell-ca_ES/template
@@ -0,0 +1,18 @@
+# Template file for 'hunspell-ca_ES'
+pkgname=hunspell-ca_ES
+version=3.0.6
+revision=1
+create_wrksrc=yes
+hostmakedepends="unzip"
+short_desc="Catalan dictionary for hunspell"
+maintainer="Adrià Rubio <engolianth@protonmail.com>"
+license="GPL-2.0-or-later, LGPL-2.1-or-later"
+homepage="https://www.softcatala.org/projectes/corrector-ortografic/"
+distfiles="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${version}/ca-hunspell.zip"
+checksum=1652bd89c43a17f576470b467da2d4fbe128683d6054d1c6a31f9967ae067fcd
+
+do_install() {
+	vinstall catalan.aff 644 /usr/share/hunspell ca_ES.aff
+	vinstall catalan.dic 644 /usr/share/hunspell ca_ES.dic
+	vdoc README.txt
+}

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

* Re: [PR PATCH] [Merged]: New package: hunspell-ca_ES-3.0.6
  2022-06-28  6:55 [PR PATCH] New package: hunspell-ca_ES-3.0.6 AdRuCo
                   ` (4 preceding siblings ...)
  2022-06-28 12:29 ` AdRuCo
@ 2022-06-28 14:38 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-06-28 14:38 UTC (permalink / raw)
  To: ml

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

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

New package: hunspell-ca_ES-3.0.6
https://github.com/void-linux/void-packages/pull/37719

Description:
Add a new language dictionary for hunspell.

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

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

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

end of thread, other threads:[~2022-06-28 14:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-28  6:55 [PR PATCH] New package: hunspell-ca_ES-3.0.6 AdRuCo
2022-06-28  7:00 ` [PR REVIEW] " classabbyamp
2022-06-28  7:14 ` [PR PATCH] [Updated] " AdRuCo
2022-06-28  7:39 ` [PR REVIEW] " AdRuCo
2022-06-28 12:27 ` [PR PATCH] [Updated] " AdRuCo
2022-06-28 12:29 ` AdRuCo
2022-06-28 14:38 ` [PR PATCH] [Merged]: " classabbyamp

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