forked from pool/kirigami2
KDE Frameworks 5.42
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kirigami2?expand=0&rev=39
This commit is contained in:
parent
44c3ea6b49
commit
f7975bf21f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:50f4bdea13e93cec7e9ede46cd737c175e033f6082d99f5d03481fed0c5a8712
|
|
||||||
size 292460
|
|
3
kirigami2-5.42.0.tar.xz
Normal file
3
kirigami2-5.42.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1b5bbce792db12e19aaa41095c8b9d7f662a98d3f1358ae05b29835bd5b1f885
|
||||||
|
size 297292
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 16 22:51:51 CET 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 5.42.0
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.42.0.php
|
||||||
|
- Changes since 5.41.0:
|
||||||
|
* Add recently added file to .qrc
|
||||||
|
* keep the flickable interactive
|
||||||
|
* proper prefix for icons as well
|
||||||
|
* upgrade version
|
||||||
|
* more docs
|
||||||
|
* fix form sizing
|
||||||
|
* Fixed qmake build
|
||||||
|
* read wheelScrollLines from kdeglobals if existing
|
||||||
|
* add a prefix for kirigami files to avoid conflicts
|
||||||
|
* some static linking fixes
|
||||||
|
* move plasma styles to plasma-framework
|
||||||
|
* Use single quotes for matching characters + QLatin1Char
|
||||||
|
* FormLayout
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 3 12:42:30 UTC 2018 - fabian@ritter-vogt.de
|
Wed Jan 3 12:42:30 UTC 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
%define lname libKF5Kirigami2-5
|
%define lname libKF5Kirigami2-5
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define _tar_path 5.41
|
%define _tar_path 5.42
|
||||||
Name: kirigami2
|
Name: kirigami2
|
||||||
Version: 5.41.0
|
Version: 5.42.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Set of QtQuick components
|
Summary: Set of QtQuick components
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -30,7 +30,6 @@ Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-
|
|||||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: cmake(KF5Declarative) >= %{_tar_path}
|
BuildRequires: cmake(KF5Declarative) >= %{_tar_path}
|
||||||
BuildRequires: cmake(KF5Plasma) >= %{_tar_path}
|
|
||||||
BuildRequires: cmake(Qt5Core) >= 5.7.0
|
BuildRequires: cmake(Qt5Core) >= 5.7.0
|
||||||
BuildRequires: cmake(Qt5Gui) >= 5.7.0
|
BuildRequires: cmake(Qt5Gui) >= 5.7.0
|
||||||
BuildRequires: cmake(Qt5Quick) >= 5.7.0
|
BuildRequires: cmake(Qt5Quick) >= 5.7.0
|
||||||
|
Loading…
Reference in New Issue
Block a user