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:
Dominique Leuenberger 2022-12-20 19:21:04 +00:00 committed by Git OBS Bridge
commit 4baaf9cfba
2 changed files with 20 additions and 3 deletions

View File

@ -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>

View File

@ -44,6 +44,18 @@ desktop experiences providing a native experience on both, and
look native with any QQC2 style (qqc2-desktop-theme, Material
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
%prep
@ -57,15 +69,15 @@ or Plasma).
%kf5_makeinstall -C build
%find_lang %{name}
# No need for CMake exports
rm -r %{buildroot}%{_kf5_cmakedir}/
%files
%license LICENSES/*
%dir %{_kf5_qmldir}/org/
%dir %{_kf5_qmldir}/org/kde/
%{_kf5_qmldir}/org/kde/kirigamiaddons/
%files devel
%{_kf5_cmakedir}/KF5KirigamiAddons/
%files lang -f %{name}.lang
%changelog