Accepting request 1043907 from KDE:Frameworks5
- Don't delete the CMake config files, tokodon needs them OBS-URL: https://build.opensuse.org/request/show/1043907 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami-addons?expand=0&rev=3
This commit is contained in:
commit
4baaf9cfba
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 20 12:24:56 UTC 2022 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Don't delete the CMake config files, tokodon needs them
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 15 13:41:09 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
Thu Dec 15 13:41:09 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -44,6 +44,18 @@ desktop experiences providing a native experience on both, and
|
|||||||
look native with any QQC2 style (qqc2-desktop-theme, Material
|
look native with any QQC2 style (qqc2-desktop-theme, Material
|
||||||
or Plasma).
|
or Plasma).
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for kirigami-addons
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
A set of "widgets" i.e visual end user components along with a
|
||||||
|
code to support them. Components are usable by both touch and
|
||||||
|
desktop experiences providing a native experience on both, and
|
||||||
|
look native with any QQC2 style (qqc2-desktop-theme, Material
|
||||||
|
or Plasma). This package provides development files to build
|
||||||
|
applications with kirigami-addons.
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -57,15 +69,15 @@ or Plasma).
|
|||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
# No need for CMake exports
|
|
||||||
rm -r %{buildroot}%{_kf5_cmakedir}/
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSES/*
|
%license LICENSES/*
|
||||||
%dir %{_kf5_qmldir}/org/
|
%dir %{_kf5_qmldir}/org/
|
||||||
%dir %{_kf5_qmldir}/org/kde/
|
%dir %{_kf5_qmldir}/org/kde/
|
||||||
%{_kf5_qmldir}/org/kde/kirigamiaddons/
|
%{_kf5_qmldir}/org/kde/kirigamiaddons/
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_kf5_cmakedir}/KF5KirigamiAddons/
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user