Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: hunspell-sl_SI-2020.12.31
@ 2022-06-21 15:50 chloris-pale-green
  2022-06-24 20:22 ` classabbyamp
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: chloris-pale-green @ 2022-06-21 15:50 UTC (permalink / raw)
  To: ml

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

There is a new pull request by chloris-pale-green against master on the void-packages repository

https://github.com/chloris-pale-green/void-packages master
https://github.com/void-linux/void-packages/pull/37631

New package: hunspell-sl_SI-2020.12.31
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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
- 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/37631.patch is attached

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

From 239c57d73ff8370d5204b98ff18f80b2863375da Mon Sep 17 00:00:00 2001
From: Chloris <chloris@freedommail.ch>
Date: Tue, 21 Jun 2022 17:38:52 +0200
Subject: [PATCH] New package: hunspell-sl_SI-2020.12.31

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

diff --git a/srcpkgs/hunspell-sl_SI/template b/srcpkgs/hunspell-sl_SI/template
new file mode 100644
index 000000000000..26f2fb319c7e
--- /dev/null
+++ b/srcpkgs/hunspell-sl_SI/template
@@ -0,0 +1,18 @@
+# Template file for 'hunspell-sl_SI'
+pkgname=hunspell-sl_SI
+version=2020.12.31
+revision=1
+create_wrksrc=yes
+hostmakedepends="unzip"
+short_desc="Slovenian dictionary for hunspell"
+maintainer="Chloris <chloris@freedommail.ch>"
+license="MPL-2.0"
+homepage="https://extensions.libreoffice.org/en/extensions/show/slovenian-dictionary-pack"
+distfiles="https://extensions.libreoffice.org/assets/downloads/752/pack-sl.oxt>pack-sl.zip"
+checksum="0183eb7472a7da234be9dab8f89c0eb93b2fdf660b5ff2f80718ab4281189d00"
+
+do_install() {
+	vinstall sl_SI.aff 644 usr/share/hunspell
+	vinstall sl_SI.dic 644 usr/share/hunspell
+	vdoc README_sl_SI.txt
+}

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

* Re: New package: hunspell-sl_SI-2020.12.31
  2022-06-21 15:50 [PR PATCH] New package: hunspell-sl_SI-2020.12.31 chloris-pale-green
@ 2022-06-24 20:22 ` classabbyamp
  2022-06-25  9:07 ` [PR PATCH] [Updated] " chloris-pale-green
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-06-24 20:22 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37631#issuecomment-1165908306

Comment:
it's unfortunate that there's no versioning in the distfile URL, but I don't see a way around that.

to allow for detection of available updates, please add a `srcpkgs/hunspell-sl-SI/update` with the contents `pattern='<span>\K[\d.]+(?=</span>)'`

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

* Re: [PR PATCH] [Updated] New package: hunspell-sl_SI-2020.12.31
  2022-06-21 15:50 [PR PATCH] New package: hunspell-sl_SI-2020.12.31 chloris-pale-green
  2022-06-24 20:22 ` classabbyamp
@ 2022-06-25  9:07 ` chloris-pale-green
  2022-06-25  9:11 ` chloris-pale-green
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: chloris-pale-green @ 2022-06-25  9:07 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by chloris-pale-green against master on the void-packages repository

https://github.com/chloris-pale-green/void-packages master
https://github.com/void-linux/void-packages/pull/37631

New package: hunspell-sl_SI-2020.12.31
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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
- 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/37631.patch is attached

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

From 239c57d73ff8370d5204b98ff18f80b2863375da Mon Sep 17 00:00:00 2001
From: Chloris <chloris@freedommail.ch>
Date: Tue, 21 Jun 2022 17:38:52 +0200
Subject: [PATCH 1/2] New package: hunspell-sl_SI-2020.12.31

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

diff --git a/srcpkgs/hunspell-sl_SI/template b/srcpkgs/hunspell-sl_SI/template
new file mode 100644
index 000000000000..26f2fb319c7e
--- /dev/null
+++ b/srcpkgs/hunspell-sl_SI/template
@@ -0,0 +1,18 @@
+# Template file for 'hunspell-sl_SI'
+pkgname=hunspell-sl_SI
+version=2020.12.31
+revision=1
+create_wrksrc=yes
+hostmakedepends="unzip"
+short_desc="Slovenian dictionary for hunspell"
+maintainer="Chloris <chloris@freedommail.ch>"
+license="MPL-2.0"
+homepage="https://extensions.libreoffice.org/en/extensions/show/slovenian-dictionary-pack"
+distfiles="https://extensions.libreoffice.org/assets/downloads/752/pack-sl.oxt>pack-sl.zip"
+checksum="0183eb7472a7da234be9dab8f89c0eb93b2fdf660b5ff2f80718ab4281189d00"
+
+do_install() {
+	vinstall sl_SI.aff 644 usr/share/hunspell
+	vinstall sl_SI.dic 644 usr/share/hunspell
+	vdoc README_sl_SI.txt
+}

From 0a8e32edc9faa9d1cd386cb29f1f2f87710de794 Mon Sep 17 00:00:00 2001
From: Chloris <chloris@freedommail.ch>
Date: Sat, 25 Jun 2022 11:07:25 +0200
Subject: [PATCH 2/2] hunspell-sl_SI: update to 2020.12.31.

---
 srcpkgs/hunspell-sl_SI/template | 2 +-
 srcpkgs/hunspell-sl_SI/update   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/hunspell-sl_SI/update

diff --git a/srcpkgs/hunspell-sl_SI/template b/srcpkgs/hunspell-sl_SI/template
index 26f2fb319c7e..09c717c06233 100644
--- a/srcpkgs/hunspell-sl_SI/template
+++ b/srcpkgs/hunspell-sl_SI/template
@@ -1,7 +1,7 @@
 # Template file for 'hunspell-sl_SI'
 pkgname=hunspell-sl_SI
 version=2020.12.31
-revision=1
+revision=2
 create_wrksrc=yes
 hostmakedepends="unzip"
 short_desc="Slovenian dictionary for hunspell"
diff --git a/srcpkgs/hunspell-sl_SI/update b/srcpkgs/hunspell-sl_SI/update
new file mode 100644
index 000000000000..2f02bd37cbe7
--- /dev/null
+++ b/srcpkgs/hunspell-sl_SI/update
@@ -0,0 +1 @@
+pattern='<span>\K[\d.]+(?=</span>)'

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

* Re: New package: hunspell-sl_SI-2020.12.31
  2022-06-21 15:50 [PR PATCH] New package: hunspell-sl_SI-2020.12.31 chloris-pale-green
  2022-06-24 20:22 ` classabbyamp
  2022-06-25  9:07 ` [PR PATCH] [Updated] " chloris-pale-green
@ 2022-06-25  9:11 ` chloris-pale-green
  2022-06-25 10:08 ` paper42
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: chloris-pale-green @ 2022-06-25  9:11 UTC (permalink / raw)
  To: ml

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

New comment by chloris-pale-green on void-packages repository

https://github.com/void-linux/void-packages/pull/37631#issuecomment-1166235789

Comment:
> to allow for detection of available updates, please add a `srcpkgs/hunspell-sl-SI/update` with the contents `pattern='<span>\K[\d.]+(?=</span>)'`

Thank you for the improvement suggestion. I have added the `update` file and incremented the package revision number.


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

* Re: New package: hunspell-sl_SI-2020.12.31
  2022-06-21 15:50 [PR PATCH] New package: hunspell-sl_SI-2020.12.31 chloris-pale-green
                   ` (2 preceding siblings ...)
  2022-06-25  9:11 ` chloris-pale-green
@ 2022-06-25 10:08 ` paper42
  2022-06-25 11:16 ` [PR PATCH] [Updated] " chloris-pale-green
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: paper42 @ 2022-06-25 10:08 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37631#issuecomment-1166247395

Comment:
> and incremented the package revision number.

Don't do that and squash the commits.


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

* Re: [PR PATCH] [Updated] New package: hunspell-sl_SI-2020.12.31
  2022-06-21 15:50 [PR PATCH] New package: hunspell-sl_SI-2020.12.31 chloris-pale-green
                   ` (3 preceding siblings ...)
  2022-06-25 10:08 ` paper42
@ 2022-06-25 11:16 ` chloris-pale-green
  2022-06-25 11:20 ` chloris-pale-green
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: chloris-pale-green @ 2022-06-25 11:16 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by chloris-pale-green against master on the void-packages repository

https://github.com/chloris-pale-green/void-packages master
https://github.com/void-linux/void-packages/pull/37631

New package: hunspell-sl_SI-2020.12.31
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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
- 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/37631.patch is attached

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

From 239c57d73ff8370d5204b98ff18f80b2863375da Mon Sep 17 00:00:00 2001
From: Chloris <chloris@freedommail.ch>
Date: Tue, 21 Jun 2022 17:38:52 +0200
Subject: [PATCH 1/3] New package: hunspell-sl_SI-2020.12.31

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

diff --git a/srcpkgs/hunspell-sl_SI/template b/srcpkgs/hunspell-sl_SI/template
new file mode 100644
index 000000000000..26f2fb319c7e
--- /dev/null
+++ b/srcpkgs/hunspell-sl_SI/template
@@ -0,0 +1,18 @@
+# Template file for 'hunspell-sl_SI'
+pkgname=hunspell-sl_SI
+version=2020.12.31
+revision=1
+create_wrksrc=yes
+hostmakedepends="unzip"
+short_desc="Slovenian dictionary for hunspell"
+maintainer="Chloris <chloris@freedommail.ch>"
+license="MPL-2.0"
+homepage="https://extensions.libreoffice.org/en/extensions/show/slovenian-dictionary-pack"
+distfiles="https://extensions.libreoffice.org/assets/downloads/752/pack-sl.oxt>pack-sl.zip"
+checksum="0183eb7472a7da234be9dab8f89c0eb93b2fdf660b5ff2f80718ab4281189d00"
+
+do_install() {
+	vinstall sl_SI.aff 644 usr/share/hunspell
+	vinstall sl_SI.dic 644 usr/share/hunspell
+	vdoc README_sl_SI.txt
+}

From 0a8e32edc9faa9d1cd386cb29f1f2f87710de794 Mon Sep 17 00:00:00 2001
From: Chloris <chloris@freedommail.ch>
Date: Sat, 25 Jun 2022 11:07:25 +0200
Subject: [PATCH 2/3] hunspell-sl_SI: update to 2020.12.31.

---
 srcpkgs/hunspell-sl_SI/template | 2 +-
 srcpkgs/hunspell-sl_SI/update   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/hunspell-sl_SI/update

diff --git a/srcpkgs/hunspell-sl_SI/template b/srcpkgs/hunspell-sl_SI/template
index 26f2fb319c7e..09c717c06233 100644
--- a/srcpkgs/hunspell-sl_SI/template
+++ b/srcpkgs/hunspell-sl_SI/template
@@ -1,7 +1,7 @@
 # Template file for 'hunspell-sl_SI'
 pkgname=hunspell-sl_SI
 version=2020.12.31
-revision=1
+revision=2
 create_wrksrc=yes
 hostmakedepends="unzip"
 short_desc="Slovenian dictionary for hunspell"
diff --git a/srcpkgs/hunspell-sl_SI/update b/srcpkgs/hunspell-sl_SI/update
new file mode 100644
index 000000000000..2f02bd37cbe7
--- /dev/null
+++ b/srcpkgs/hunspell-sl_SI/update
@@ -0,0 +1 @@
+pattern='<span>\K[\d.]+(?=</span>)'

From af63044082dfd39139f18608163f62299c11265e Mon Sep 17 00:00:00 2001
From: Chloris <chloris@freedommail.ch>
Date: Tue, 21 Jun 2022 17:38:52 +0200
Subject: [PATCH 3/3] New package: hunspell-sl_SI-2020.12.31

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

diff --git a/srcpkgs/hunspell-sl_SI/template b/srcpkgs/hunspell-sl_SI/template
index 09c717c06233..26f2fb319c7e 100644
--- a/srcpkgs/hunspell-sl_SI/template
+++ b/srcpkgs/hunspell-sl_SI/template
@@ -1,7 +1,7 @@
 # Template file for 'hunspell-sl_SI'
 pkgname=hunspell-sl_SI
 version=2020.12.31
-revision=2
+revision=1
 create_wrksrc=yes
 hostmakedepends="unzip"
 short_desc="Slovenian dictionary for hunspell"

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

* Re: New package: hunspell-sl_SI-2020.12.31
  2022-06-21 15:50 [PR PATCH] New package: hunspell-sl_SI-2020.12.31 chloris-pale-green
                   ` (4 preceding siblings ...)
  2022-06-25 11:16 ` [PR PATCH] [Updated] " chloris-pale-green
@ 2022-06-25 11:20 ` chloris-pale-green
  2022-06-25 13:38 ` sgn
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: chloris-pale-green @ 2022-06-25 11:20 UTC (permalink / raw)
  To: ml

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

New comment by chloris-pale-green on void-packages repository

https://github.com/void-linux/void-packages/pull/37631#issuecomment-1166260966

Comment:
I've reverted the revision to 1 and squashed the three commits since "New package," but had issues when pushing them back to `origin` (Updates were rejected because the tip of your current branch is behind). I've had to merge and ended up with an ugly commit history.

If desired, I can just fork the repo again, make a "clean" package in a single commit, and issue another pull request.

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

* Re: New package: hunspell-sl_SI-2020.12.31
  2022-06-21 15:50 [PR PATCH] New package: hunspell-sl_SI-2020.12.31 chloris-pale-green
                   ` (5 preceding siblings ...)
  2022-06-25 11:20 ` chloris-pale-green
@ 2022-06-25 13:38 ` sgn
  2022-06-25 14:03 ` [PR PATCH] [Updated] " chloris-pale-green
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sgn @ 2022-06-25 13:38 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/37631#issuecomment-1166288789

Comment:
> I've reverted the revision to 1 and squashed the three commits since "New package," but had issues when pushing them back to `origin` (Updates were rejected because the tip of your current branch is behind).

```
git push -f origin master
```

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

* Re: [PR PATCH] [Updated] New package: hunspell-sl_SI-2020.12.31
  2022-06-21 15:50 [PR PATCH] New package: hunspell-sl_SI-2020.12.31 chloris-pale-green
                   ` (6 preceding siblings ...)
  2022-06-25 13:38 ` sgn
@ 2022-06-25 14:03 ` chloris-pale-green
  2022-06-25 14:05 ` chloris-pale-green
  2022-06-26  1:16 ` [PR PATCH] [Merged]: " sgn
  9 siblings, 0 replies; 11+ messages in thread
From: chloris-pale-green @ 2022-06-25 14:03 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by chloris-pale-green against master on the void-packages repository

https://github.com/chloris-pale-green/void-packages master
https://github.com/void-linux/void-packages/pull/37631

New package: hunspell-sl_SI-2020.12.31
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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
- 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/37631.patch is attached

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

From ea0c68bdffb89af3c4fde170e097029d62bc786d Mon Sep 17 00:00:00 2001
From: Chloris <chloris@freedommail.ch>
Date: Tue, 21 Jun 2022 17:38:52 +0200
Subject: [PATCH] New package: hunspell-sl_SI-2020.12.31

---
 srcpkgs/hunspell-sl_SI/template | 18 ++++++++++++++++++
 srcpkgs/hunspell-sl_SI/update   |  1 +
 2 files changed, 19 insertions(+)
 create mode 100644 srcpkgs/hunspell-sl_SI/template
 create mode 100644 srcpkgs/hunspell-sl_SI/update

diff --git a/srcpkgs/hunspell-sl_SI/template b/srcpkgs/hunspell-sl_SI/template
new file mode 100644
index 000000000000..26f2fb319c7e
--- /dev/null
+++ b/srcpkgs/hunspell-sl_SI/template
@@ -0,0 +1,18 @@
+# Template file for 'hunspell-sl_SI'
+pkgname=hunspell-sl_SI
+version=2020.12.31
+revision=1
+create_wrksrc=yes
+hostmakedepends="unzip"
+short_desc="Slovenian dictionary for hunspell"
+maintainer="Chloris <chloris@freedommail.ch>"
+license="MPL-2.0"
+homepage="https://extensions.libreoffice.org/en/extensions/show/slovenian-dictionary-pack"
+distfiles="https://extensions.libreoffice.org/assets/downloads/752/pack-sl.oxt>pack-sl.zip"
+checksum="0183eb7472a7da234be9dab8f89c0eb93b2fdf660b5ff2f80718ab4281189d00"
+
+do_install() {
+	vinstall sl_SI.aff 644 usr/share/hunspell
+	vinstall sl_SI.dic 644 usr/share/hunspell
+	vdoc README_sl_SI.txt
+}
diff --git a/srcpkgs/hunspell-sl_SI/update b/srcpkgs/hunspell-sl_SI/update
new file mode 100644
index 000000000000..2f02bd37cbe7
--- /dev/null
+++ b/srcpkgs/hunspell-sl_SI/update
@@ -0,0 +1 @@
+pattern='<span>\K[\d.]+(?=</span>)'

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

* Re: New package: hunspell-sl_SI-2020.12.31
  2022-06-21 15:50 [PR PATCH] New package: hunspell-sl_SI-2020.12.31 chloris-pale-green
                   ` (7 preceding siblings ...)
  2022-06-25 14:03 ` [PR PATCH] [Updated] " chloris-pale-green
@ 2022-06-25 14:05 ` chloris-pale-green
  2022-06-26  1:16 ` [PR PATCH] [Merged]: " sgn
  9 siblings, 0 replies; 11+ messages in thread
From: chloris-pale-green @ 2022-06-25 14:05 UTC (permalink / raw)
  To: ml

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

New comment by chloris-pale-green on void-packages repository

https://github.com/void-linux/void-packages/pull/37631#issuecomment-1166294591

Comment:
Thanks for the advice, @sgn! It worked. The package should now be in a single tidy commit.

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

* Re: [PR PATCH] [Merged]: New package: hunspell-sl_SI-2020.12.31
  2022-06-21 15:50 [PR PATCH] New package: hunspell-sl_SI-2020.12.31 chloris-pale-green
                   ` (8 preceding siblings ...)
  2022-06-25 14:05 ` chloris-pale-green
@ 2022-06-26  1:16 ` sgn
  9 siblings, 0 replies; 11+ messages in thread
From: sgn @ 2022-06-26  1:16 UTC (permalink / raw)
  To: ml

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

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

New package: hunspell-sl_SI-2020.12.31
https://github.com/void-linux/void-packages/pull/37631

Description:
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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
- 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] 11+ messages in thread

end of thread, other threads:[~2022-06-26  1:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21 15:50 [PR PATCH] New package: hunspell-sl_SI-2020.12.31 chloris-pale-green
2022-06-24 20:22 ` classabbyamp
2022-06-25  9:07 ` [PR PATCH] [Updated] " chloris-pale-green
2022-06-25  9:11 ` chloris-pale-green
2022-06-25 10:08 ` paper42
2022-06-25 11:16 ` [PR PATCH] [Updated] " chloris-pale-green
2022-06-25 11:20 ` chloris-pale-green
2022-06-25 13:38 ` sgn
2022-06-25 14:03 ` [PR PATCH] [Updated] " chloris-pale-green
2022-06-25 14:05 ` chloris-pale-green
2022-06-26  1:16 ` [PR PATCH] [Merged]: " sgn

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