diff --git a/kirigami-addons.changes b/kirigami-addons.changes index c93734f..a8a8449 100644 --- a/kirigami-addons.changes +++ b/kirigami-addons.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 20 12:24:56 UTC 2022 - Christophe Marin + +- Don't delete the CMake config files, tokodon needs them + ------------------------------------------------------------------- Thu Dec 15 13:41:09 UTC 2022 - Fabian Vogt diff --git a/kirigami-addons.spec b/kirigami-addons.spec index 33776bd..4410b37 100644 --- a/kirigami-addons.spec +++ b/kirigami-addons.spec @@ -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