Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hunspell-fr_FR: fix distfiles location
@ 2024-04-18  8:19 oreo639
  2024-04-18  8:22 ` [PR PATCH] [Updated] " oreo639
  2024-04-18  8:58 ` [PR PATCH] [Merged]: hunspell-fr_FR: fix homepage and " oreo639
  0 siblings, 2 replies; 3+ messages in thread
From: oreo639 @ 2024-04-18  8:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages hunspell-fr
https://github.com/void-linux/void-packages/pull/49894

hunspell-fr_FR: fix distfiles location
discollete.org used to be the domain for Grammalecte, they moved to the grammalecte.net domain in 2019, and discollete.org became a redirect. Currently the domain is just spam.

The dictionary files in the 7.0 libreoffice plugin are identical to the ones in the old zip.

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

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

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

<!-- 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/49894.patch is attached

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

From d8879cf41a2fdc5c70c0424ed44418ec1a784715 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 18 Apr 2024 01:13:49 -0700
Subject: [PATCH] hunspell-fr_FR: fix distfiles location

discollete.org used to be the domain for Grammalecte, they moved to the
grammalecte.net domain in 2019, and discollete.org became a redirect. Currently
the domain is just spam.

The dictionary files in the 7.0 libreoffice plugin are identical to the ones
in the old zip.
---
 srcpkgs/hunspell-fr_FR/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/hunspell-fr_FR/template b/srcpkgs/hunspell-fr_FR/template
index b539c60bfb3197..cfeb5001395993 100644
--- a/srcpkgs/hunspell-fr_FR/template
+++ b/srcpkgs/hunspell-fr_FR/template
@@ -1,14 +1,14 @@
 # Template file for 'hunspell-fr_FR'
 pkgname=hunspell-fr_FR
 version=7.0
-revision=6
+revision=7
+build_wrksrc="dictionaries"
 short_desc="French dictionary for hunspell"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MPL-1.1"
-homepage="http://www.dicollecte.org/home.php?prj=fr"
-distfiles="http://www.dicollecte.org/download/fr/hunspell-french-dictionaries-v${version}.zip"
-distfiles="https://sources.voidlinux.org/hunspell-fr_FR-${version}/hunspell-french-dictionaries-v${version}.zip"
-checksum=eb7ac36dc14b9c3e3c0cabae0f90304a137da8e6ae607bcaf56d65720fbd097f
+homepage="https://grammalecte.net/"
+distfiles="https://grammalecte.net/oxt/lo-oo-ressources-linguistiques-fr-v${version}.oxt>linguistiques-fr-v${version}.zip"
+checksum=e8a352abd550bfd773b09d6631e96af3dbcfefecc9b50d3b7bb6094e429cc64b
 provides="hunspell-fr-libreoffice-24.2.2.2_2"
 replaces="hunspell-fr-libreoffice>=0"
 
@@ -77,7 +77,7 @@ hunspell-fr_FR-reforme1990_package() {
 	replaces="${sourcepkg}>=0"
 	pkg_install() {
 		_vinstall_variant reforme1990
-		vdoc ${wrksrc}/README_dict_fr.txt
+		vdoc README_dict_fr.txt
 	}
 }
 
@@ -90,6 +90,6 @@ hunspell-fr_FR-toutesvariantes_package() {
 	replaces="${sourcepkg}>=0"
 	pkg_install() {
 		_vinstall_variant toutesvariantes
-		vdoc ${wrksrc}/README_dict_fr.txt
+		vdoc README_dict_fr.txt
 	}
 }

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

* Re: [PR PATCH] [Updated] hunspell-fr_FR: fix distfiles location
  2024-04-18  8:19 [PR PATCH] hunspell-fr_FR: fix distfiles location oreo639
@ 2024-04-18  8:22 ` oreo639
  2024-04-18  8:58 ` [PR PATCH] [Merged]: hunspell-fr_FR: fix homepage and " oreo639
  1 sibling, 0 replies; 3+ messages in thread
From: oreo639 @ 2024-04-18  8:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages hunspell-fr
https://github.com/void-linux/void-packages/pull/49894

hunspell-fr_FR: fix distfiles location
discollete.org used to be the domain for Grammalecte, they moved to the grammalecte.net domain in 2019, and discollete.org became a redirect. Currently the domain is just spam.

The dictionary files in the 7.0 libreoffice plugin are identical to the ones in the old zip.

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

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

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

<!-- 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/49894.patch is attached

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

From 3395b7d92326027c8a648be6ae7653aeac272146 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 18 Apr 2024 01:13:49 -0700
Subject: [PATCH] hunspell-fr_FR: fix homepage and distfiles location

discollete.org used to be the domain for Grammalecte, they moved to the
grammalecte.net domain in 2019, and discollete.org became a redirect. Currently
the domain is just spam.

The dictionary files in the 7.0 libreoffice plugin are identical to the ones
in the old zip.
---
 srcpkgs/hunspell-fr_FR/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/hunspell-fr_FR/template b/srcpkgs/hunspell-fr_FR/template
index b539c60bfb3197..cfeb5001395993 100644
--- a/srcpkgs/hunspell-fr_FR/template
+++ b/srcpkgs/hunspell-fr_FR/template
@@ -1,14 +1,14 @@
 # Template file for 'hunspell-fr_FR'
 pkgname=hunspell-fr_FR
 version=7.0
-revision=6
+revision=7
+build_wrksrc="dictionaries"
 short_desc="French dictionary for hunspell"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MPL-1.1"
-homepage="http://www.dicollecte.org/home.php?prj=fr"
-distfiles="http://www.dicollecte.org/download/fr/hunspell-french-dictionaries-v${version}.zip"
-distfiles="https://sources.voidlinux.org/hunspell-fr_FR-${version}/hunspell-french-dictionaries-v${version}.zip"
-checksum=eb7ac36dc14b9c3e3c0cabae0f90304a137da8e6ae607bcaf56d65720fbd097f
+homepage="https://grammalecte.net/"
+distfiles="https://grammalecte.net/oxt/lo-oo-ressources-linguistiques-fr-v${version}.oxt>linguistiques-fr-v${version}.zip"
+checksum=e8a352abd550bfd773b09d6631e96af3dbcfefecc9b50d3b7bb6094e429cc64b
 provides="hunspell-fr-libreoffice-24.2.2.2_2"
 replaces="hunspell-fr-libreoffice>=0"
 
@@ -77,7 +77,7 @@ hunspell-fr_FR-reforme1990_package() {
 	replaces="${sourcepkg}>=0"
 	pkg_install() {
 		_vinstall_variant reforme1990
-		vdoc ${wrksrc}/README_dict_fr.txt
+		vdoc README_dict_fr.txt
 	}
 }
 
@@ -90,6 +90,6 @@ hunspell-fr_FR-toutesvariantes_package() {
 	replaces="${sourcepkg}>=0"
 	pkg_install() {
 		_vinstall_variant toutesvariantes
-		vdoc ${wrksrc}/README_dict_fr.txt
+		vdoc README_dict_fr.txt
 	}
 }

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

* Re: [PR PATCH] [Merged]: hunspell-fr_FR: fix homepage and distfiles location
  2024-04-18  8:19 [PR PATCH] hunspell-fr_FR: fix distfiles location oreo639
  2024-04-18  8:22 ` [PR PATCH] [Updated] " oreo639
@ 2024-04-18  8:58 ` oreo639
  1 sibling, 0 replies; 3+ messages in thread
From: oreo639 @ 2024-04-18  8:58 UTC (permalink / raw)
  To: ml

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

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

hunspell-fr_FR: fix homepage and distfiles location
https://github.com/void-linux/void-packages/pull/49894

Description:
discollete.org used to be the domain for Grammalecte, they moved to the grammalecte.net domain in 2019, and discollete.org became a redirect. Currently the domain is just spam.

The dictionary files in the 7.0 libreoffice plugin are identical to the ones in the old zip.

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

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

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

<!-- 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] 3+ messages in thread

end of thread, other threads:[~2024-04-18  8:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-18  8:19 [PR PATCH] hunspell-fr_FR: fix distfiles location oreo639
2024-04-18  8:22 ` [PR PATCH] [Updated] " oreo639
2024-04-18  8:58 ` [PR PATCH] [Merged]: hunspell-fr_FR: fix homepage and " oreo639

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