KDE Frameworks 5.90.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlgui?expand=0&rev=258
This commit is contained in:
Christophe Giboudeaux 2022-01-09 10:15:09 +00:00 committed by Git OBS Bridge
parent 5122056214
commit 910a989368
6 changed files with 34 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a6c8938fa2f75c4b9b8c5badd1192a373e2c0b971db17ae5f85ce7d420784e56
size 887588

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrwDoACgkQWNDuZIpI
s7vaZQf+L6iG9T3StUVNS0Frvx+oazf6EGRHgWnt8QTmZjKY9MAtwLul2BqGD9Sz
6UbuHbi2ljAPFr/kvepZMVXMVjmxDTcFmyyjt2KO5VPdw1VyUEbo0+YdRw7z6W7A
mYy0AwBvI9IkUFaCvCMf8HrFWaEge+MZqUW+PWewPiFKXvEAoXikOMcQH/tNLFrp
+35g0rVp0Xn92U6dxhiqZ3LntA707P9MEtF777EEMHpwSpug3zLPmU2JjAmI+Sut
9vVqqSY3/R2JRFbh4kxHqinK/+D4DacIOtG5BoMft7JtWWc0kQT3efZVxHNi6FzN
Qqs+XVu4RacNpw+24ASimZQ/TNnTAw==
=Pm21
-----END PGP SIGNATURE-----

3
kxmlgui-5.90.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f7bc9b305b49a304379d82037dcfe63ba89e6a4911cd4ac3c831dd3330f1be1
size 888312

11
kxmlgui-5.90.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV7sACgkQWNDuZIpI
s7sF9gf9Hcv3D1h/rMBimcQwlIh2bH2WzSTM/FLnl8JKKhuJXcHYMOaHxZSa7fey
zuavSAwK7+/y6eRBtZeyR1SkW2eRtVKOaArPaEbWcyCpjucyMjKk3jJiU7+erIld
utryVwaJQsT6UGcCDhPHM+vt7syfH4ISAUiz1pGWHyyi/IyXif9jfVyX+yDlqKyz
j43JTkiSHpje9qLsKfojzC+01XecvLZGjJ7fu5c8iO10zI2Fls13iTMRSYz4C3aU
sMwmNQIQUIPF3VKVtv0PfZtF++9UIVSWKaVFOFlIJJ49X95aI/0nqqS1YO/m732s
TACFFLeAubfegSjVxM/Jez+objbu9Q==
=2kOb
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jan 3 12:48:01 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.90.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.90.0
- Changes since 5.89.0:
* Port deprecated method
* Fix nested @ expansion in CMake config file
* [KToolBar] Add actions from delayed toolbutton menus to context menu
* Change the build system to enable building with Qt6
* Do not steal all keys from shortcut
-------------------------------------------------------------------
Sat Dec 4 22:57:02 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,21 +17,21 @@
%define lname libKF5XmlGui5
%define _tar_path 5.89
%define _tar_path 5.90
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# 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}')}
%bcond_without lang
%bcond_without released
Name: kxmlgui
Version: 5.89.0
Version: 5.90.0
Release: 0
Summary: Framework for managing menu and toolbar actions
License: LGPL-2.1-or-later AND GPL-2.0-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: %{name}-%{version}.tar.xz
%if %{with lang}
%if %{with released}
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
@ -71,9 +71,6 @@ description for example for integrating actions from plugins.
Summary: Framework for managing menu and toolbar actions
Group: System/GUI/KDE
Obsoletes: libKF5XmlGui4
%if %{with lang}
Recommends: %{lname}-lang = %{version}
%endif
%description -n %{lname}
libkxmlgui provides a framework for managing menu and toolbar actions in an
@ -113,14 +110,14 @@ description for example for integrating actions from plugins. Development files.
mkdir -p %{buildroot}%{_kf5_sharedir}/kxmlgui5/
%if %{with lang}
%if %{with released}
%find_lang %{name}5
%endif
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%if %{with lang}
%if %{with released}
%files -n %{lname}-lang -f %{name}5.lang
%endif