forked from pool/kirigami2
Sync with KUF
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kirigami2?expand=0&rev=29
This commit is contained in:
parent
a0f149fec4
commit
edfbdaf16a
3
baselibs.conf
Normal file
3
baselibs.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
libKF5Kirigami2-5
|
||||||
|
kirigami2-devel
|
||||||
|
requires "libKF5Kirigami2-5-<targettype> = <version>"
|
@ -16,6 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define lname libKF5Kirigami2-5
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define _tar_path 5.39
|
%define _tar_path 5.39
|
||||||
Name: kirigami2
|
Name: kirigami2
|
||||||
@ -46,6 +47,15 @@ Recommends: %{name}-lang = %{version}
|
|||||||
%description
|
%description
|
||||||
QtQuick plugins to build user interfaces based on the KDE UX guidelines.
|
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
|
%package devel
|
||||||
Summary: Development package for kirigami
|
Summary: Development package for kirigami
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
@ -75,14 +85,22 @@ Development files.
|
|||||||
%files lang -f libkirigami2plugin.lang
|
%files lang -f libkirigami2plugin.lang
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%post -n %{lname} -p /sbin/ldconfig
|
||||||
|
%postun -n %{lname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc LICENSE*
|
%doc LICENSE*
|
||||||
%{_kf5_qmldir}/
|
%{_kf5_qmldir}/
|
||||||
|
|
||||||
|
%files -n %{lname}
|
||||||
|
%doc LICENSE*
|
||||||
|
%{_kf5_libdir}/libKF5Kirigami2.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%dir %{_kf5_includedir}/Kirigami2/
|
||||||
|
%{_kf5_includedir}/Kirigami2/*
|
||||||
%{_libdir}/cmake/KF5Kirigami2/
|
%{_libdir}/cmake/KF5Kirigami2/
|
||||||
|
%{_kf5_libdir}/libKF5Kirigami2.so
|
||||||
%{_kf5_mkspecsdir}/qt_Kirigami2.pri
|
%{_kf5_mkspecsdir}/qt_Kirigami2.pri
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user