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.
This commit is contained in:
oreo639 2024-04-18 01:13:49 -07:00 committed by oreo639
parent 95f42230ae
commit 55673a80a6

View file

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