mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
hunspell-fr_FR: move INSTALL.msg to README.voidlinux.
This commit is contained in:
parent
6c3766deb8
commit
eff906a169
3 changed files with 16 additions and 21 deletions
|
@ -1,20 +0,0 @@
|
||||||
NOTICE:
|
|
||||||
-----------------------------------------------------------------------
|
|
||||||
This Package install the "classique" variant of the french dictionary:
|
|
||||||
|
|
||||||
If you don't like this variant select the package with your desidered
|
|
||||||
variant of the dictionary following this table:
|
|
||||||
|
|
||||||
|
|
||||||
hunspell-fr_FR_moderne ==> Dictionnaire “Moderne”
|
|
||||||
|
|
||||||
hunspell-fr_FR_reforme1990 ==> Dictionnaire “Réforme 1990”
|
|
||||||
|
|
||||||
hunspell-fr_FR_toutesvariantes ==> Dictionnaire “Toutes variantes”
|
|
||||||
|
|
||||||
See the README_dict_fr.txt in the doc directory for the explanation of
|
|
||||||
the variants.
|
|
||||||
|
|
||||||
|
|
||||||
-----------------------------------------------------------------------
|
|
||||||
Void Mantainers
|
|
14
srcpkgs/hunspell-fr_FR/files/README.voidlinux
Normal file
14
srcpkgs/hunspell-fr_FR/files/README.voidlinux
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
The hunspell-fr-FR package installs the "classique" variant of the
|
||||||
|
french dictionary.
|
||||||
|
|
||||||
|
If you don't like this variant, select the package with your desidered
|
||||||
|
variant of the dictionary following this table:
|
||||||
|
|
||||||
|
hunspell-fr_FR_moderne ==> Dictionnaire “Moderne”
|
||||||
|
|
||||||
|
hunspell-fr_FR_reforme1990 ==> Dictionnaire “Réforme 1990”
|
||||||
|
|
||||||
|
hunspell-fr_FR_toutesvariantes ==> Dictionnaire “Toutes variantes”
|
||||||
|
|
||||||
|
See the README_dict_fr.txt file in this directory for the explanation of
|
||||||
|
the variants.
|
|
@ -1,7 +1,7 @@
|
||||||
# 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=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="unzip"
|
||||||
short_desc="French dictionary for hunspell"
|
short_desc="French dictionary for hunspell"
|
||||||
|
@ -16,6 +16,7 @@ do_install() {
|
||||||
vinstall fr-${_variant}.aff 644 /usr/share/hunspell fr_FR.aff
|
vinstall fr-${_variant}.aff 644 /usr/share/hunspell fr_FR.aff
|
||||||
vinstall fr-${_variant}.dic 644 /usr/share/hunspell fr_FR.dic
|
vinstall fr-${_variant}.dic 644 /usr/share/hunspell fr_FR.dic
|
||||||
vdoc README_dict_fr.txt
|
vdoc README_dict_fr.txt
|
||||||
|
vdoc $FILESDIR/README.voidlinux
|
||||||
}
|
}
|
||||||
|
|
||||||
hunspell-fr_FR-reforme1990_package() {
|
hunspell-fr_FR-reforme1990_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue