KDE Frameworks 5.91
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=258
This commit is contained in:
parent
52e3b6be9d
commit
e40a46525d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3e342a4735d40cdfaf3456afb6aac9eae22a827f77a6107f1cd50b7e8df4fffc
|
|
||||||
size 199308
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV0oACgkQWNDuZIpI
|
|
||||||
s7udJwgAj/xY3Ys9tsgLUPYSDsPidQ4RB/iqMBv47RT/2CP59bNuno8KqKIaLK3f
|
|
||||||
7FX0sjUhCxwEHLhmW2YWOsQ4drKPynE6fkxdnqgxmPgxXb027Bita3Wvf8T7PrbS
|
|
||||||
ToYiB+AJN3ByfKP/55HlpMMofelHv78EzqBpDGbZAHwt3IXLAcIYFMJr1sxH0xDy
|
|
||||||
+lEkc80ZeRlo/Oob8jlb2s6GIaaj2bCvGmdO/B2R0SyIUdDYjwXuJnQiH8VKSnAQ
|
|
||||||
v9NjUqtIwJG59JSBPIABFzaHEwoyyXuQAFeoYh0nJ9FBHUpMQr4laZ/ediBMUtnV
|
|
||||||
fefpq/cVGc3Ke2UWeSuvwhjMvGoN9w==
|
|
||||||
=UM7W
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kdeclarative-5.91.0.tar.xz
Normal file
3
kdeclarative-5.91.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ffb8fb0edb1036aa310f1a80344e5a7209cfc9dc1bff086ed458fa0e58716da0
|
||||||
|
size 201884
|
11
kdeclarative-5.91.0.tar.xz.sig
Normal file
11
kdeclarative-5.91.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/kf8ACgkQWNDuZIpI
|
||||||
|
s7sA+wf+JsfDftrofVhnAviJmBNJJjrCFxSbNQG5z3ZtupYekR59vqDvRM7OgTVz
|
||||||
|
mt3rngYHdepLNLgZgsp33pfdSj+YMVJzu6tm4zsaVPaGnAyrGMOMlpXnehsV4sQX
|
||||||
|
juSZwQMD4pEqLeomK004yV7Lx76chZm8K5ZNUgJlvvVv/KhTc3VpNaIQ0q+kmoCw
|
||||||
|
ZrJ8UK9M+lryj3qVdXB3+ChJUuQUyJAc5PyozCbdcWqddILhLG927k8NFw55ihC/
|
||||||
|
r67U/O10wuJixFDgX2y8NTrHroXNkyGJ/+Zm62UIEp5p3AA11gDTFH2atatlSK0H
|
||||||
|
tGa+54/mDIPQkZvABVQb3oxbnr9Bgg==
|
||||||
|
=Mc5z
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 6 10:16:54 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.91.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.91.0
|
||||||
|
- Changes since 5.90.0:
|
||||||
|
* proper position for top separator
|
||||||
|
* [KeySequenceItem] Make keySequence «non-null», «non-undefined» and «non-""»
|
||||||
|
* [KeySequenceItem] Fix code style and bump QML imports
|
||||||
|
* Make QML code depend less on the `kcm` context property
|
||||||
|
* Fix QT_NO_OPENGL build after 66c5bb0efa
|
||||||
|
* kquickcontrols: Improve accessibility in ColorButton.qml (kde#449282)
|
||||||
|
* GridDelegate: Focus on the delegate after a menu is closed
|
||||||
|
* GridDelegate: Open menu when Menu key is pressed
|
||||||
|
* Add CI qt6 support
|
||||||
|
* Exclude epoxy in qt6 => exclude plotter class
|
||||||
|
* Fix some compile error against qt6
|
||||||
|
* Deprecate KDeclarative::ConfigPropertyMap in favor of KConfigPropertyMap
|
||||||
|
* Apply fix from Volker
|
||||||
|
* Prepare build system for building against qt6
|
||||||
|
* fix autotests, avoid clash with bin/data on Windows
|
||||||
|
* Don't use KGlobalAccel on Windows
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 3 12:47:25 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Jan 3 12:47:25 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Declarative5
|
%define lname libKF5Declarative5
|
||||||
%define _tar_path 5.90
|
%define _tar_path 5.91
|
||||||
# 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 released
|
%bcond_without released
|
||||||
Name: kdeclarative
|
Name: kdeclarative
|
||||||
Version: 5.90.0
|
Version: 5.91.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Integration of QML and KDE workspaces
|
Summary: Integration of QML and KDE workspaces
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -165,9 +165,7 @@ Development files.
|
|||||||
%{_kf5_libdir}/libKF5QuickAddons.so
|
%{_kf5_libdir}/libKF5QuickAddons.so
|
||||||
%{_kf5_libdir}/libKF5CalendarEvents.so
|
%{_kf5_libdir}/libKF5CalendarEvents.so
|
||||||
%{_kf5_libdir}/cmake/KF5Declarative/
|
%{_kf5_libdir}/cmake/KF5Declarative/
|
||||||
%{_kf5_includedir}/*.h
|
%{_kf5_includedir}/KDeclarative/
|
||||||
%dir %{_kf5_includedir}/*/
|
|
||||||
%{_kf5_includedir}/*/
|
|
||||||
%{_kf5_mkspecsdir}/qt_KDeclarative.pri
|
%{_kf5_mkspecsdir}/qt_KDeclarative.pri
|
||||||
%{_kf5_mkspecsdir}/qt_QuickAddons.pri
|
%{_kf5_mkspecsdir}/qt_QuickAddons.pri
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user