SHA256
1
0
forked from pool/kirigami2

- New kirigami2 package, copy of kirigami, which is now kirigami 1.1

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kirigami2?expand=0&rev=1
This commit is contained in:
Fabian Vogt 2017-01-12 18:08:53 +00:00 committed by Git OBS Bridge
commit d83255f4c2
5 changed files with 121 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

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

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

5
kirigami2.changes Normal file
View File

@ -0,0 +1,5 @@
-------------------------------------------------------------------
Tue Dec 13 16:36:15 UTC 2016 - fabian@ritter-vogt.de
- New kirigami2 package, copy of kirigami, which is now kirigami 1.1

89
kirigami2.spec Normal file
View File

@ -0,0 +1,89 @@
#
# spec file for package kirigami2
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: kirigami2
Version: 2.0.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
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5Declarative)
BuildRequires: cmake(KF5Plasma)
BuildRequires: cmake(Qt5Core) >= 5.7.0
BuildRequires: cmake(Qt5Gui) >= 5.7.0
BuildRequires: cmake(Qt5Quick) >= 5.7.0
BuildRequires: cmake(Qt5Svg) >= 5.7.0
BuildRequires: cmake(Qt5Test) >= 5.7.0
BuildRequires: cmake(Qt5QuickControls2) >= 5.7.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{with lang}
BuildRequires: cmake(Qt5LinguistTools) >= 5.7.0
%endif
%if %{with lang}
Recommends: %{name}-lang = %{version}
%endif
%description
QtQuick plugins to build user interfaces based on the KDE UX guidelines.
%package devel
Summary: Development package for kirigami
Group: Development/Libraries/KDE
Requires: %{name} = %{version}
%description devel
QtQuick plugins to build user interfaces based on the KDE UX guidelines.
Development files.
%lang_package
%prep
%setup -q
%build
%cmake_kf5 -d build
%make_jobs
%install
%kf5_makeinstall -C build
%if %{with lang}
%find_lang libkirigamiplugin --with-qt --without-mo
exit 1 # find_lang needs checking
%endif
%if %{with lang}
%files lang -f libkirigamiplugin.lang
%endif
%files
%defattr(-,root,root,-)
%doc LICENSE*
%{_kf5_qmldir}/
%files devel
%defattr(-,root,root)
%{_libdir}/cmake/KF5Kirigami2/
%{_kf5_mkspecsdir}/qt_Kirigami2.pri
%changelog