SHA256
1
0
forked from pool/kirigami2
Christophe Giboudeaux 2017-08-13 20:27:10 +00:00 committed by Git OBS Bridge
parent 2912084e12
commit 0fd80ae1cc
3 changed files with 5 additions and 8 deletions

View File

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

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

@ -17,7 +17,6 @@
%bcond_without lang %bcond_without lang
%define _tar_name kirigami
%define _tar_path 5.37 %define _tar_path 5.37
Name: kirigami2 Name: kirigami2
Version: 5.37.0 Version: 5.37.0
@ -26,7 +25,7 @@ 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: https://download.kde.org/stable/frameworks/%{_tar_path}/%{_tar_name}-%{version}.tar.xz Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5Declarative) >= %{_tar_path} BuildRequires: cmake(KF5Declarative) >= %{_tar_path}
@ -41,8 +40,6 @@ Requires: libqt5-qtquickcontrols2
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
%endif
%if %{with lang}
Recommends: %{name}-lang = %{version} Recommends: %{name}-lang = %{version}
%endif %endif
@ -61,7 +58,7 @@ Development files.
%lang_package %lang_package
%prep %prep
%setup -q -n %{_tar_name}-%{version} %setup -q
%build %build
%cmake_kf5 -d build %cmake_kf5 -d build