forked from pool/kirigami2
Accepting request 730938 from KDE:Frameworks5
Update to 5.62 OBS-URL: https://build.opensuse.org/request/show/730938 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=31
This commit is contained in:
commit
a189a8f34d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:afdbe922f0627330319f22834d6631af13edb0081c687422d36acb8697a88c30
|
||||
size 142904
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1GAPQACgkQWNDuZIpI
|
||||
s7tRKAgAlidhoopbOFCBl/+Uo/EQ9jldKWRxJWefye/QkkcNtb599YATq0X0JjQb
|
||||
nk7yJtt0F79ony7qr31tQHwAIpyrZ9YOONvMsnLe7CE3eisWfpusX5l4xfG7Bnb9
|
||||
UzQyrpGAWyqvAyPu1q5dHikAcgQU8wwQ/m1QwO423iVSW6OOa8GXyIdX13Hvo6gq
|
||||
In0EHl1liFQYB/CrTsOjjneWeUTgEUILzHgzGsBSZlqOSRXqb867eaCTIsBCt64s
|
||||
bAOTHSaJ5PqxxzFzqt9gH2Bxx04w6xWbS1l3CJUbYUXlBP8FOt8hcBDDflD2Hi7k
|
||||
OlCiETyCH0NWW/LkawoEyAClBYltOw==
|
||||
=7yfL
|
||||
-----END PGP SIGNATURE-----
|
3
kirigami2-5.62.0.tar.xz
Normal file
3
kirigami2-5.62.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3cc36bddb5e52617075961b2cbaecbb94492523bcc6801a3ad29a35c43bd912
|
||||
size 143212
|
11
kirigami2-5.62.0.tar.xz.sig
Normal file
11
kirigami2-5.62.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1zz9IACgkQWNDuZIpI
|
||||
s7vZuggAumE0pE4lPCOtrT8V+OLbC6l89hxEZyXgyNtPPAnDAdyakp+p4lWYxjsP
|
||||
J157efClfLSv7itqe4LUOuPBhczIXCT0ddTls5x87kMW7lifDo++H4TeyagAigQk
|
||||
kurWJk/RbwbR4iVZPzMHtTt+XJN2hutepYfxAnEviF/v9wc2WjPyBqU8EWtZbn9Y
|
||||
NmD5O2Bel5zw0MbT809+i7w1rb1IeCtRgatIKJ4B7dzDdwE8huqkLIJVIOJUKDeh
|
||||
LOKehq1kIxqpbpixza0AFAEPpvVHRvcX1uORowMlkwf/PXgnuilnyeR0SdWXq0WU
|
||||
3XGW/oznGG0HNkYsIt34RS7va0jQJA==
|
||||
=tpJf
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 20:36:53 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.62.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.62.0.php
|
||||
- Changes since 5.61.0:
|
||||
* Replace the custom overflow button with PrivateActionToolButton in ActionToolBar
|
||||
* If a submenu action has an icon set, make sure to also display it
|
||||
* [Separator] Match Breeze borders' color
|
||||
* Add Kirigami ListSectionHeader component
|
||||
* Fix context menu button for pages not showing up
|
||||
* Fix PrivateActionToolButton with menu not clearing checked state properly
|
||||
* Use QLatin1String + QString::remove operates on the same object, no need to reassign
|
||||
* Fix supported OS attributes for api.kde.org
|
||||
* remove references from the icon qrc to missing icons.
|
||||
* allow to set custom icon for the left drawer handle
|
||||
* Rework the visibleActions logic in SwipeListItem
|
||||
* Allow usage of QQC2 actions on Kirigami components and now make K.Action based on QQC2.Action
|
||||
* bump import
|
||||
* Add handle icons
|
||||
* Kirigami.Icon: Fix loading bigger images when source is a URL (kde#407409)
|
||||
* Add icon used by Kirigami.AboutPage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 17:51:32 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Kirigami2-5
|
||||
%define _tar_path 5.61
|
||||
%define _tar_path 5.62
|
||||
# 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
|
||||
Name: kirigami2
|
||||
Version: 5.61.0
|
||||
Version: 5.62.0
|
||||
Release: 0
|
||||
Summary: Set of QtQuick components
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user