diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-January/011129.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-January/011129.html | 195 |
1 files changed, 195 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-January/011129.html b/zarb-ml/mageia-dev/2012-January/011129.html new file mode 100644 index 000000000..bf969a1f8 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-January/011129.html @@ -0,0 +1,195 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] [Mageia-Private] Consolidation of the spelling tools in Mageia + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5BMageia-Private%5D%20Consolidation%20of%20the%20spelling%0A%09tools%20in%20Mageia&In-Reply-To=%3C4F09FA12.2010106%40gmx.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="011369.html"> + <LINK REL="Next" HREF="011130.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [Mageia-Private] Consolidation of the spelling tools in Mageia</H1> + <B>Kamil Rytarowski</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5BMageia-Private%5D%20Consolidation%20of%20the%20spelling%0A%09tools%20in%20Mageia&In-Reply-To=%3C4F09FA12.2010106%40gmx.com%3E" + TITLE="[Mageia-dev] [Mageia-Private] Consolidation of the spelling tools in Mageia">n54 at gmx.com + </A><BR> + <I>Sun Jan 8 21:18:26 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="011369.html">[Mageia-dev] [Mageia-Private] Consolidation of the spelling tools in Mageia +</A></li> + <LI>Next message: <A HREF="011130.html">[Mageia-dev] [Mageia-Private] Consolidation of the spelling tools in Mageia +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#11129">[ date ]</a> + <a href="thread.html#11129">[ thread ]</a> + <a href="subject.html#11129">[ subject ]</a> + <a href="author.html#11129">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>W dniu 08.01.2012 15:19, Luc Menut pisze: +><i> Hello, +</I>Hello Luc, thank you for you mail. +><i> +</I>><i> first, sorry to reply so late, and when you have started to update +</I>><i> hunspell dictionaries packages. +</I>><i> +</I>><i> Le 21/12/2011 08:15, Kamil Rytarowski a écrit : +</I>>><i> Hello! +</I>><i> [...] +</I>>><i> +</I>>><i> There was a discuss on +</I>>><i> 1) preparing policies on hunspell-dictionaries +</I>>><i> 2) deprecate and kill myspell in Mga2 +</I>>><i> 3) changing the default path of dictionaries, from /usr/share/myspell to +</I>>><i> /usr/share/hunspell (and to keep backward compatibility links in myspell +</I>>><i> directory) +</I>>><i> 4) to provide "enchant-dictionary" and "hunspell-dictionary" by every +</I>>><i> hunspell-dictionary +</I>>><i> +</I>>><i> So finally, I've prepared a first version of the policy +</I>>><i> <A HREF="https://wiki.mageia.org/en/Hunspell-dictionary_policy">https://wiki.mageia.org/en/Hunspell-dictionary_policy</A> +</I>>><i> If you like, please tell me your comments of it. Is it right? (Also: is +</I>>><i> the .spec correct?) When everything will be accepted then every +</I>>><i> hunspell-dictionary will be updated according to the policy. +</I>><i> +</I>><i> some comments about the policy: +</I>><i> +</I>><i> Version: 1.0 +</I>><i> Release: %mkrel %{upstream_release}.%{rel} +</I>><i> +</I>><i> I don't think it will be possible to use Version 1.0 and upstream +</I>><i> version only in the release; most hunspell dictionaries already use +</I>><i> upstream version as version and have a version > 1.0. +</I>upstream version != upstream release + +We will keep Fedora versioning. +><i> +</I>><i> -- +</I>><i> +</I>><i> #Mageia values: 1 - aspell, 2 - hunspell, 3 - language specific +</I>><i> Provides: enchant-dictionary = 2 +</I>><i> Provides: hunspell-dictionary +</I>><i> Provides: dictionary-%{languagecode} +</I>><i> +</I>><i> about the version value of the provides: is the meaning (1 - aspell, 2 +</I>><i> - hunspell, 3 - language specific) really needed? is it currently used? +</I>><i> Because I think that it could be usefull that the versionned provides +</I>><i> indicates the location of the dictionary: +</I>><i> - current enchant-dictionary = 2 ->> /usr/share/dict/mozilla +</I>><i> - enchant-dictionary from hunspell ->> enchant-dictionary = 4 ->> +</I>><i> /usr/share/hunspell and /usr/share/myspell, +</I>><i> - enchant-dictionary from future hunspell without compatibility link +</I>><i> in /usr/share/myspell ->> enchant-dictionary = 5 ->> +</I>><i> /usr/share/hunspell only, +</I>><i> - ... +</I>><i> +</I>><i> (it seems weird for me to use the same "enchant-dictionary = 2" +</I>><i> versionned provide, both for "deprecated" myspell dictionaries, and +</I>><i> new hunspell dictionaries.) +</I>><i> if the versionned provides indicates the location, we can use it if +</I>><i> necessary in Conflicts or Requires in others packages. +</I>><i> e.g. currently Firefox searches dictionnaries in +</I>><i> /usr/share/dict/mozilla (myspell dictionaries). when we change this +</I>><i> location, we could add a Requires enchant-dictionary = 4. +</I>><i> +</I>><i> same for hunspell-dictionary and dictionary-%{languagecode}, a +</I>><i> versionned provides could indicate the location of the dictionary. +</I>><i> if we want to be able to remove easily all the compatibility link in +</I>><i> the future, we should really consider this. +</I>><i> +</I>If a package requires enchant-dictionary, then language specific will be +chosen before Aspell. This is the whole idea behind it. (eg. Voikko is +chosen before hunspell-fi and aspell-fi too). And I'm against some +special versioning for directories, we don't really need it. +><i> +</I>>><i> +</I>>><i> PS. The changes of enchant will be proposed or accepted later, Funda has +</I>>><i> already prepared the package. +</I>><i> +</I>><i> new hunspell dictionaries provides enchant-dictionary and obsoletes +</I>><i> myspell dictionaries, but enchant still can't use the new hunspell +</I>><i> dictionaries. I think that it should be fixed ASAP, or we will release +</I>><i> an alpha 3 with broken spelling for lot of languages. +</I>><i> I propose the attached patches for enchant, so that enchant can use +</I>><i> dictionaries from /usr/share/hunspell, /usr/share/myspell, and +</I>><i> /usr/share/dict/ooo. +</I>><i> Anssi, Kamil, WDYT ? +</I>Yes feel free to fix it. As far as I saw Funda was already working with +enchant disabling Aspell and Myspell. +><i> +</I>><i> same problem with firefox and thunderbird, they use dictionaries from +</I>><i> /usr/share/dict/mozilla = myspell dictionaries, that are obsoleted. +</I>This must be fixed too - as soon as possible. +><i> (Will we wait for the complete migration, to release alpha 3 ? ) +</I>I won't wait now, we are short on time. I want to finish everything +before the general version freeze. +><i> +</I>><i> CC: Anssi, enchant and thunderbird maintainer +</I>><i> dmorgan, firefox maintainer +</I>><i> +</I>><i> +</I>><i> regards, +</I>><i> Luc +</I>><i> +</I>So finally - I'm focusing right now just on the Hunspell dictionaries +and this is my painstaking job. And then after it or in the same time +there is need to fix the last remaining packages to use Hunspell/Enchant +correctly. + +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="011369.html">[Mageia-dev] [Mageia-Private] Consolidation of the spelling tools in Mageia +</A></li> + <LI>Next message: <A HREF="011130.html">[Mageia-dev] [Mageia-Private] Consolidation of the spelling tools in Mageia +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#11129">[ date ]</a> + <a href="thread.html#11129">[ thread ]</a> + <a href="subject.html#11129">[ subject ]</a> + <a href="author.html#11129">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |