# # spec file for package kirigami2 # # Copyright (c) 2018 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/ # %define lname libKF5Kirigami2-5 %bcond_without lang %define _tar_path 5.42 Name: kirigami2 Version: 5.42.0 Release: 0 Summary: Set of QtQuick components License: LGPL-2.1+ Group: Development/Libraries/KDE Url: http://www.kde.org/ Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: kf5-filesystem BuildRequires: cmake(Qt5Core) >= 5.7.0 BuildRequires: cmake(Qt5Gui) >= 5.7.0 BuildRequires: cmake(Qt5Quick) >= 5.7.0 BuildRequires: cmake(Qt5QuickControls2) >= 5.7.0 BuildRequires: cmake(Qt5Svg) >= 5.7.0 BuildRequires: cmake(Qt5Test) >= 5.7.0 Requires: libqt5-qtquickcontrols2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with lang} BuildRequires: cmake(Qt5LinguistTools) >= 5.7.0 Recommends: %{name}-lang = %{version} %endif %description QtQuick plugins to build user interfaces based on the KDE UX guidelines. %package -n %{lname} Summary: Set of QtQuick components Group: System/Libraries Recommends: %{name} = %{version} %description -n %{lname} QtQuick plugins to build user interfaces based on the KDE UX guidelines. Based on Qt Quick Controls 2. This package contains the base shared libraries. %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 libkirigami2plugin --with-qt --without-mo %endif %if %{with lang} %files lang -f libkirigami2plugin.lang %endif %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig %files %doc LICENSE* %{_kf5_qmldir}/ %files -n %{lname} %doc LICENSE* %{_kf5_libdir}/libKF5Kirigami2.so.* %files devel %dir %{_kf5_includedir}/Kirigami2/ %{_kf5_includedir}/Kirigami2/* %{_libdir}/cmake/KF5Kirigami2/ %{_kf5_libdir}/libKF5Kirigami2.so %{_kf5_mkspecsdir}/qt_Kirigami2.pri %changelog