forked from pool/kirigami2
Accepting request 715888 from KDE:Frameworks5
KDE Frameworks 5.60.0 OBS-URL: https://build.opensuse.org/request/show/715888 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=29
This commit is contained in:
commit
100b0280bb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ff6f1647671b10bfe6abda3e230e480b8d14b612ef614f1cd21d962e78e7a44f
|
|
||||||
size 141076
|
|
3
kirigami2-5.60.0.tar.xz
Normal file
3
kirigami2-5.60.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f016481d393041513dda11345e9ee84723587fa4be9f17391ed1a5868477e153
|
||||||
|
size 142232
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 14 06:41:38 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 5.60.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.60.0.php
|
||||||
|
- Changes since 5.59.0:
|
||||||
|
* [ActionTextField] Make action glow on press
|
||||||
|
* Remove ifdef for Qt 5.11 since that is now the required version
|
||||||
|
* support text mode and position
|
||||||
|
* mouseover effect for breadcrumb on desktop
|
||||||
|
* Fix typo in documentation
|
||||||
|
* enforce a minimum height of 2 gridunits
|
||||||
|
* Set SwipeListItem implicitHeight to be the maximum of content and actions
|
||||||
|
* Hide tooltip when PrivateActionToolButton is pressed
|
||||||
|
* Remove accidentally slipped back traces of cmake code for Plasma style
|
||||||
|
* ColumnView::itemAt
|
||||||
|
* force breeze-internal if no theme is speacified
|
||||||
|
* correct navigation on left pinned page
|
||||||
|
* keep track of the space covered by pinned pages
|
||||||
|
* show a separator when in left sidebar mode
|
||||||
|
* in single column mode, pin has no effect
|
||||||
|
* first semi working prototype of pinning
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 09 07:35:12 UTC 2019 - lbeltrame@kde.org
|
Sun Jun 09 07:35:12 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Kirigami2-5
|
%define lname libKF5Kirigami2-5
|
||||||
%define _tar_path 5.59
|
%define _tar_path 5.60
|
||||||
# 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: kirigami2
|
Name: kirigami2
|
||||||
Version: 5.59.0
|
Version: 5.60.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Set of QtQuick components
|
Summary: Set of QtQuick components
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user