forked from pool/sonnet
KDE Frameworks 5.82
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=241
This commit is contained in:
parent
3f1984e683
commit
2edc9c8fcc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4a7c4e4d3da2df50004565c76ce0334697b941bd011be08fed7d91f96c37364e
|
|
||||||
size 293948
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprlkACgkQWNDuZIpI
|
|
||||||
s7tHxQgAiw52rYURzVU1gFcDDoELQz942jZVBB9ggXb/UgfZC8zinb8FLwbDzYsW
|
|
||||||
wX0wLPoQStTKFtG4kdTrE0qkDXUfnJc5jrv/wf6PGBHcn0hkJKkYmr8Ix6LYYaaD
|
|
||||||
uToxoRoeYgpXYZUNJ7HbDfsjQ4IeSgCcRjljQuE/P5lkpm2H3tDOQmqTKu1/wTxB
|
|
||||||
n2MbVtRUwLL67KYfVwfqNvLmXEB062OD6H380hMJEd+UKlDeTSQZELqzIpdK8GBz
|
|
||||||
AZmquFZhJ53cNnxXPlcmqhUUev9O6HvnZKWBDvra6MRMWpazruAxlnitBELi2QRs
|
|
||||||
Oza9uawc+nuQtNgfz1x9suTbzDVNeQ==
|
|
||||||
=QZO+
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
sonnet-5.82.0.tar.xz
Normal file
3
sonnet-5.82.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8e0a9a80a70def5c992c25d50cbeaa38f1655da83e80b6aae8847d77289111c2
|
||||||
|
size 293844
|
11
sonnet-5.82.0.tar.xz.sig
Normal file
11
sonnet-5.82.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNargACgkQWNDuZIpI
|
||||||
|
s7tqhwgAh/BxSwFk8jzZXxd9uOvjOsvPXbIGlWtsQj2rkPo1Nj82wSCEdbcJqrlQ
|
||||||
|
MezI4lAkzTqfa/V8f2TCKvvte0UAdzQudZKUOgnQE88mT0u7ql6hmUTBD8z7/cy/
|
||||||
|
Osri+urn53Hr4/u+0kcVPBW5K+F80S2HXCwBUuUGRvTHaIM3cAemZOYX2SiMuzqO
|
||||||
|
n/XKQQ985V/T0ah+gE5aCC0XEOYTi4plemQ3wdINLKA5CBAaR6Ipm1l1HY5nb7FU
|
||||||
|
ZKNjAsnu7fiM2nvVM6P6B9IiMePDtdAbXpdOvQMefRr0PqGt/6nQP2oFAQtusOJC
|
||||||
|
/5HfBXKI+kRoLxd8rA4cx810Po/73Q==
|
||||||
|
=2tYu
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 1 16:41:26 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.82.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.82.0
|
||||||
|
- Changes since 5.81.0:
|
||||||
|
* Fix assert when bringing up the contextmenu after starting a
|
||||||
|
compose sequence.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 5 07:12:58 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Apr 5 07:12:58 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
26
sonnet.spec
26
sonnet.spec
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define sonum 5
|
%define sonum 5
|
||||||
%define _tar_path 5.81
|
%define _tar_path 5.82
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# Last major and minor KF5 version (e.g. 5.33)
|
||||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: sonnet
|
Name: sonnet
|
||||||
Version: 5.81.0
|
Version: 5.82.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: KDE spell checking library
|
Summary: KDE spell checking library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -44,14 +44,14 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: myspell-dictionaries
|
BuildRequires: myspell-dictionaries
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: cmake(Qt5Core) >= 5.14.0
|
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
||||||
BuildRequires: cmake(Qt5Test) >= 5.14.0
|
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
||||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.14.0
|
BuildRequires: cmake(Qt5UiPlugin) >= 5.15.0
|
||||||
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
|
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||||
BuildRequires: pkgconfig(hunspell)
|
BuildRequires: pkgconfig(hunspell)
|
||||||
BuildRequires: pkgconfig(libvoikko)
|
BuildRequires: pkgconfig(libvoikko)
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.14.0
|
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -92,7 +92,7 @@ Group: Development/Libraries/KDE
|
|||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
Requires: libKF5SonnetCore%{sonum} = %{version}
|
Requires: libKF5SonnetCore%{sonum} = %{version}
|
||||||
Requires: libKF5SonnetUi%{sonum} = %{version}
|
Requires: libKF5SonnetUi%{sonum} = %{version}
|
||||||
Requires: cmake(Qt5Core) >= 5.14.0
|
Requires: cmake(Qt5Core) >= 5.15.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Sonnet is a plugin-based spell checking library for Qt-based
|
Sonnet is a plugin-based spell checking library for Qt-based
|
||||||
@ -112,15 +112,15 @@ to the Sonnet spell checking framework.
|
|||||||
%lang_package -n libKF5SonnetCore%{sonum}
|
%lang_package -n libKF5SonnetCore%{sonum}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
|
%cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%find_lang %{name}5 --with-qt --without-mo
|
%find_lang %{name}5 --with-qt --without-mo
|
||||||
|
Loading…
Reference in New Issue
Block a user