forked from pool/kirigami2
Accepting request 630617 from KDE:Frameworks5
Update to 5.49.0 OBS-URL: https://build.opensuse.org/request/show/630617 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=16
This commit is contained in:
commit
a5c3f8543e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2d8bfbf79f33c03793631e9f3575b7c3043e09d282b0e56ad878bfdbfcd0138
|
||||
size 324176
|
3
kirigami2-5.49.0.tar.xz
Normal file
3
kirigami2-5.49.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fd1c7fb34faa9d739967d24a261be85a9d8a908a54927ddf7fbcb3d0f4c56f1
|
||||
size 326532
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 19 09:19:12 UTC 2018 - christophe@krop.fr
|
||||
|
||||
- Update to 5.49.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.49.0.php
|
||||
- Changes since 5.48.0:
|
||||
* support dynamically adding and removing title (kde#396417)
|
||||
* introduce actionsVisible (kde#396413)
|
||||
* Fix documentation typo
|
||||
* adapt margins when scrollbar appears/disappear
|
||||
* better management of the size (kde#396983)
|
||||
* Optimise setting up the palette
|
||||
* AbstractApplciationItem shouldn't have its own size, only implicit
|
||||
* new signals pagePushed/pageRemoved
|
||||
* fix logic
|
||||
* add ScenePosition element (kde#396877)
|
||||
* No need to emit the intermediary palette for every state
|
||||
* hide->show
|
||||
* Collapsible Sidebar Mode
|
||||
* kirigami_package_breeze_icons: don't treat lists as elements
|
||||
* fix searc/replace regexp (kde#396294)
|
||||
* animating a color produces a rater unpleasant effect (kde#389534)
|
||||
* color focused item for keyboard navigation
|
||||
* remove quit shortcut
|
||||
* Remove long-time deprecated Encoding=UTF-8 from desktop format file
|
||||
* fix toolbar size (kde#396521)
|
||||
* fix handle sizing
|
||||
* Honor BUILD_TESTING
|
||||
* Show icons for actions that have an icon source rather than an icon name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:37:41 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -17,22 +17,22 @@
|
||||
|
||||
|
||||
%define lname libKF5Kirigami2-5
|
||||
%define _tar_path 5.48
|
||||
%bcond_without lang
|
||||
Name: kirigami2
|
||||
Version: 5.48.0
|
||||
Release: 0
|
||||
%define _tar_path 5.49
|
||||
# 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.49.0
|
||||
Release: 0
|
||||
Summary: Set of QtQuick components
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Libraries/KDE
|
||||
Url: http://www.kde.org/
|
||||
URL: http://www.kde.org/
|
||||
Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-OPENSUSE
|
||||
Patch: fix-build-with-gcc48.patch
|
||||
Patch0: fix-build-with-gcc48.patch
|
||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(Qt5Core) >= 5.7.0
|
||||
@ -42,12 +42,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
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.7.0
|
||||
%endif
|
||||
Requires: libqt5-qtgraphicaleffects
|
||||
Requires: libqt5-qtquickcontrols2
|
||||
Recommends: %{name}-lang = %{version}
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.7.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
QtQuick plugins to build user interfaces based on the KDE UX guidelines.
|
||||
@ -75,7 +75,7 @@ Development files.
|
||||
%prep
|
||||
%setup -q
|
||||
%if 0%{?suse_version} < 1500
|
||||
%patch -p1
|
||||
%patch0 -p1
|
||||
%endif
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user