1
0

Restore the CMake config files

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kirigami-addons?expand=0&rev=5
This commit is contained in:
Christophe Marin
2022-12-20 12:27:18 +00:00
committed by Git OBS Bridge
parent 83836c7c04
commit 1d31c56450
2 changed files with 15 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 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,13 @@ desktop experiences providing a native experience on both, and
look native with any QQC2 style (qqc2-desktop-theme, Material
or Plasma).
%package devel
Summary: CMake config files for kirigami-addons
Requires: kirigami-addons = %{version}
%description devel
CMake configuration files for kirigami-addons
%lang_package
%prep
@@ -57,15 +64,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