This commit is contained in:
parent
d1282169bd
commit
f0b92d7c55
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kirigami2
|
# spec file for package kirigami2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,15 +18,13 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kirigami2
|
Name: kirigami2
|
||||||
Version: 2.0.0
|
Version: 2.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Set of QtQuick components
|
Summary: Set of QtQuick components
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
Url: http://www.kde.org/
|
Url: http://www.kde.org/
|
||||||
Source: http://download.kde.org/stable/kirigami/%{name}-%{version}.tar.xz
|
Source: http://download.kde.org/stable/kirigami/%{name}-%{version}.tar.xz
|
||||||
# PATCH-FIX-UPSTREAM fix-license.patch notmart@gmail.com -- fix license header
|
|
||||||
Patch1: fix-license.patch
|
|
||||||
BuildRequires: extra-cmake-modules >= 0.0.8
|
BuildRequires: extra-cmake-modules >= 0.0.8
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: cmake(KF5Declarative)
|
BuildRequires: cmake(KF5Declarative)
|
||||||
@ -37,8 +35,7 @@ BuildRequires: cmake(Qt5Quick) >= 5.7.0
|
|||||||
BuildRequires: cmake(Qt5Svg) >= 5.7.0
|
BuildRequires: cmake(Qt5Svg) >= 5.7.0
|
||||||
BuildRequires: cmake(Qt5Test) >= 5.7.0
|
BuildRequires: cmake(Qt5Test) >= 5.7.0
|
||||||
BuildRequires: cmake(Qt5QuickControls2) >= 5.7.0
|
BuildRequires: cmake(Qt5QuickControls2) >= 5.7.0
|
||||||
# Remove this line once sr 446444 accepted
|
Requires: libqt5-qtquickcontrols2
|
||||||
BuildRequires: libQt5QuickControls2-5
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.7.0
|
BuildRequires: cmake(Qt5LinguistTools) >= 5.7.0
|
||||||
@ -63,7 +60,6 @@ Development files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
|
Loading…
Reference in New Issue
Block a user