hunspell-fr_FR: update to 7.0.
This commit is contained in:
parent
14b4846289
commit
b5436b6e39
2 changed files with 3 additions and 16 deletions
|
@ -1 +0,0 @@
|
|||
hunspell-fr_FR
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'hunspell-fr_FR'
|
||||
pkgname=hunspell-fr_FR
|
||||
version=6.4.1
|
||||
revision=2
|
||||
version=7.0
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
hostmakedepends="unzip"
|
||||
short_desc="French dictionary for hunspell"
|
||||
|
@ -9,7 +9,7 @@ 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"
|
||||
checksum=744e77a3bd115144fa3131485231638d41c21e65ed757bfc576ccec1dcc9c6cc
|
||||
checksum=eb7ac36dc14b9c3e3c0cabae0f90304a137da8e6ae607bcaf56d65720fbd097f
|
||||
|
||||
do_install() {
|
||||
_variant="classique"
|
||||
|
@ -18,18 +18,6 @@ do_install() {
|
|||
vdoc README_dict_fr.txt
|
||||
}
|
||||
|
||||
hunspell-fr_FR-moderne_package() {
|
||||
_variant="moderne"
|
||||
short_desc+=" - Moderne Variant"
|
||||
provides="${sourcepkg}-${version}_${revision}"
|
||||
replaces="${sourcepkg}>=0"
|
||||
pkg_install() {
|
||||
vinstall ${wrksrc}/fr-${_variant}.aff 644 /usr/share/hunspell fr_FR.aff
|
||||
vinstall ${wrksrc}/fr-${_variant}.dic 644 /usr/share/hunspell fr_FR.dic
|
||||
vdoc ${wrksrc}/README_dict_fr.txt
|
||||
}
|
||||
}
|
||||
|
||||
hunspell-fr_FR-reforme1990_package() {
|
||||
_variant="reforme1990"
|
||||
short_desc+=" - Reforme 1990 Variant"
|
||||
|
|
Loading…
Reference in a new issue