forked from pool/kirigami2
KDE Frameworks 5.47.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kirigami2?expand=0&rev=51
This commit is contained in:
parent
4c5874a627
commit
51d6d27601
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d55f4d5bbe4f3b13c472321119f7fafe59281fd280f14e5a312b869d824dcb4
|
||||
size 316028
|
3
kirigami2-5.47.0.tar.xz
Normal file
3
kirigami2-5.47.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed2dd9e3a56f4728aca40c74ab02d48f9dda8d140b20328c5b29825f5683aad5
|
||||
size 317692
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 12 21:26:05 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.47.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.47.0.php
|
||||
- Changes since 5.46.0:
|
||||
* Show action.main more prominently on the ToolBarApplicationHeader
|
||||
* Allow Kirigami build without KWin tablet mode dependency
|
||||
* correct swipefilter on RTL
|
||||
* correct resizing of contentItem
|
||||
* fix --reverse behavior
|
||||
* share contextobject to always access i18n
|
||||
* make sure tooltip is hidden
|
||||
* make sure to not assign invalid variants to the tracked proeprties
|
||||
* fix a couple of warnings
|
||||
* handle not a MouseArea, dropped() signal
|
||||
* no hover effects on mobile
|
||||
* proper icons overflow-menu-left and right
|
||||
* remove useless debug
|
||||
* not hoverenabled
|
||||
* Drag handle to reorder items in a ListView
|
||||
* Add Settings class to API documentation
|
||||
* Use Mnemonics on the toolbar buttons
|
||||
* Use override
|
||||
* Added missing files in QMake's .pri
|
||||
* [API dox] Fix Kirigami.InlineMessageType -> Kirigami.MessageType
|
||||
* fix applicationheaders in applicationitem
|
||||
* fix build on macos/ios
|
||||
* Fix warnings
|
||||
* Remove wrong warning
|
||||
* Don't allow showing/hiding the drawer when there's no handle (kde#393776)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 13 21:03:03 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -17,11 +17,15 @@
|
||||
|
||||
|
||||
%define lname libKF5Kirigami2-5
|
||||
%define _tar_path 5.47
|
||||
%bcond_without lang
|
||||
%define _tar_path 5.46
|
||||
Name: kirigami2
|
||||
Version: 5.46.0
|
||||
Version: 5.47.0
|
||||
Release: 0
|
||||
# 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
Summary: Set of QtQuick components
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Libraries/KDE
|
||||
@ -36,13 +40,12 @@ BuildRequires: cmake(Qt5Quick) >= 5.7.0
|
||||
BuildRequires: cmake(Qt5QuickControls2) >= 5.7.0
|
||||
BuildRequires: cmake(Qt5Svg) >= 5.7.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.7.0
|
||||
Requires: libqt5-qtgraphicaleffects
|
||||
Requires: libqt5-qtquickcontrols2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.7.0
|
||||
Recommends: %{name}-lang = %{version}
|
||||
%endif
|
||||
Requires: libqt5-qtgraphicaleffects
|
||||
Requires: libqt5-qtquickcontrols2
|
||||
Recommends: %{name}-lang = %{version}
|
||||
|
||||
%description
|
||||
QtQuick plugins to build user interfaces based on the KDE UX guidelines.
|
||||
@ -89,11 +92,10 @@ Development files.
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc LICENSE*
|
||||
%{_kf5_qmldir}/
|
||||
|
||||
%files -n %{lname}
|
||||
%doc LICENSE*
|
||||
%license LICENSE*
|
||||
%{_kf5_libdir}/libKF5Kirigami2.so.*
|
||||
|
||||
%files devel
|
||||
|
Loading…
Reference in New Issue
Block a user