SHA256
1
0
forked from pool/kirigami2

Accepting request 516685 from KDE:Frameworks5

Update to 5.37.0

OBS-URL: https://build.opensuse.org/request/show/516685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2017-08-24 15:57:01 +00:00 committed by Git OBS Bridge
commit a80ccf3c8c
4 changed files with 19 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea3796058f302dabf21b7c58a05e543da5d7407414a9001d26d4318962a872ad
size 274564

3
kirigami2-5.37.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad252c1ff20060f1de5afd41fade9b86e046bc9a7da38af6ca507f8ba2ce82fc
size 278452

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Aug 12 09:23:30 UTC 2017 - christophe@krop.fr
- Update to 5.37.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.37.0.php
- Changes since 5.36.0 :
* None
-------------------------------------------------------------------
Wed May 3 15:11:42 UTC 2017 - fabian@ritter-vogt.de

View File

@ -17,18 +17,19 @@
%bcond_without lang
%define _tar_path 5.37
Name: kirigami2
Version: 2.1.1
Version: 5.37.0
Release: 0
Summary: Set of QtQuick components
License: LGPL-2.1+
Group: Development/Libraries/KDE
Url: http://www.kde.org/
Source: http://download.kde.org/stable/kirigami/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= 0.0.8
Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5Declarative)
BuildRequires: cmake(KF5Plasma)
BuildRequires: cmake(KF5Declarative) >= %{_tar_path}
BuildRequires: cmake(KF5Plasma) >= %{_tar_path}
BuildRequires: cmake(Qt5Core) >= 5.7.0
BuildRequires: cmake(Qt5Gui) >= 5.7.0
BuildRequires: cmake(Qt5Quick) >= 5.7.0
@ -39,8 +40,6 @@ Requires: libqt5-qtquickcontrols2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{with lang}
BuildRequires: cmake(Qt5LinguistTools) >= 5.7.0
%endif
%if %{with lang}
Recommends: %{name}-lang = %{version}
%endif