From 931dfdd50eb237c60b5e39c8cdb221290534f7231bcc71e5552faa5c6ef432e6 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 29 May 2020 07:09:18 +0000 Subject: [PATCH] Accepting request 810038 from home:AndreasStieger:branches:KDE:Frameworks5 - Support spell checking for Finnish using Voikko in the sonnet-voikko package (boo#1172245) OBS-URL: https://build.opensuse.org/request/show/810038 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=217 --- sonnet.changes | 5 +++-- sonnet.spec | 17 ++++++++++++++++- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/sonnet.changes b/sonnet.changes index 53afb25..6c524f1 100644 --- a/sonnet.changes +++ b/sonnet.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Thu May 28 18:21:14 UTC 2020 - Andreas Stieger +Thu May 28 21:04:29 UTC 2020 - Andreas Stieger -- Support spell checking for Finnish using Voikko (boo#1172245) +- Support spell checking for Finnish using Voikko in the + sonnet-voikko package (boo#1172245) ------------------------------------------------------------------- Sun May 3 09:40:21 UTC 2020 - Christophe Giboudeaux diff --git a/sonnet.spec b/sonnet.spec index c5659b8..928c2a2 100644 --- a/sonnet.spec +++ b/sonnet.spec @@ -100,6 +100,16 @@ Sonnet is a plugin-based spell checking library for Qt-based applications. It supports several different plugins, including HSpell, Enchant, ASpell and HUNSPELL. Development files. +%package voikko +Summary: KDE spell checking library: Support for Voikko +Group: System/GUI/KDE +Requires: %{name} = %{version} +Provides: locale(sonnet:fi) + +%description voikko +Plug-in adding Voikko based spell checking for the Finnish language +to the Sonnet spell checking framework. + %lang_package -n libKF5SonnetCore%{sonum} %prep @@ -131,7 +141,8 @@ HSpell, Enchant, ASpell and HUNSPELL. Development files. %doc README* %{_kf5_debugdir}/sonnet.categories %dir %{_kf5_plugindir}/kf5 -%{_kf5_plugindir}/kf5/sonnet/ +%dir %{_kf5_plugindir}/kf5/sonnet +%{_kf5_plugindir}/kf5/sonnet/sonnet_hunspell.so %files -n libKF5SonnetCore%{sonum} %license COPYING* @@ -152,4 +163,8 @@ HSpell, Enchant, ASpell and HUNSPELL. Development files. %{_kf5_mkspecsdir}/qt_Sonnet*.pri %{_kf5_plugindir}/designer/sonnetui5widgets.so +%files voikko +%license COPYING* +%{_kf5_plugindir}/kf5/sonnet/sonnet_voikko.so + %changelog