forked from pool/kirigami2
This commit is contained in:
parent
0de7e39796
commit
96ce1f254e
@ -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)
|
||||||
@ -62,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