Accepting request 810114 from KDE:Frameworks5
OBS-URL: https://build.opensuse.org/request/show/810114 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sonnet?expand=0&rev=81
This commit is contained in:
commit
0f945cc5e9
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 28 21:04:29 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- Support spell checking for Finnish using Voikko in the
|
||||||
|
sonnet-voikko package (boo#1172245)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 3 09:40:21 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun May 3 09:40:21 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
18
sonnet.spec
18
sonnet.spec
@ -50,6 +50,7 @@ BuildRequires: cmake(Qt5Test) >= 5.12.0
|
|||||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.12.0
|
BuildRequires: cmake(Qt5UiPlugin) >= 5.12.0
|
||||||
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
|
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
|
||||||
BuildRequires: pkgconfig(hunspell)
|
BuildRequires: pkgconfig(hunspell)
|
||||||
|
BuildRequires: pkgconfig(libvoikko)
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.12.0
|
BuildRequires: cmake(Qt5LinguistTools) >= 5.12.0
|
||||||
%endif
|
%endif
|
||||||
@ -99,6 +100,16 @@ Sonnet is a plugin-based spell checking library for Qt-based
|
|||||||
applications. It supports several different plugins, including
|
applications. It supports several different plugins, including
|
||||||
HSpell, Enchant, ASpell and HUNSPELL. Development files.
|
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}
|
%lang_package -n libKF5SonnetCore%{sonum}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -130,7 +141,8 @@ HSpell, Enchant, ASpell and HUNSPELL. Development files.
|
|||||||
%doc README*
|
%doc README*
|
||||||
%{_kf5_debugdir}/sonnet.categories
|
%{_kf5_debugdir}/sonnet.categories
|
||||||
%dir %{_kf5_plugindir}/kf5
|
%dir %{_kf5_plugindir}/kf5
|
||||||
%{_kf5_plugindir}/kf5/sonnet/
|
%dir %{_kf5_plugindir}/kf5/sonnet
|
||||||
|
%{_kf5_plugindir}/kf5/sonnet/sonnet_hunspell.so
|
||||||
|
|
||||||
%files -n libKF5SonnetCore%{sonum}
|
%files -n libKF5SonnetCore%{sonum}
|
||||||
%license COPYING*
|
%license COPYING*
|
||||||
@ -151,4 +163,8 @@ HSpell, Enchant, ASpell and HUNSPELL. Development files.
|
|||||||
%{_kf5_mkspecsdir}/qt_Sonnet*.pri
|
%{_kf5_mkspecsdir}/qt_Sonnet*.pri
|
||||||
%{_kf5_plugindir}/designer/sonnetui5widgets.so
|
%{_kf5_plugindir}/designer/sonnetui5widgets.so
|
||||||
|
|
||||||
|
%files voikko
|
||||||
|
%license COPYING*
|
||||||
|
%{_kf5_plugindir}/kf5/sonnet/sonnet_voikko.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user