Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kirigami-addons for openSUSE:Factory
checked in at 2022-12-20 20:21:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kirigami-addons (Old)
and /work/SRC/openSUSE:Factory/.kirigami-addons.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kirigami-addons"
Tue Dec 20 20:21:04 2022 rev:3 rq:1043907 version:0.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/kirigami-addons/kirigami-addons.changes
2022-12-18 17:22:33.589323029 +0100
+++
/work/SRC/openSUSE:Factory/.kirigami-addons.new.1835/kirigami-addons.changes
2022-12-20 20:21:47.230305738 +0100
@@ -1,0 +2,5 @@
+Tue Dec 20 12:24:56 UTC 2022 - Christophe Marin <[email protected]>
+
+- Don't delete the CMake config files, tokodon needs them
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kirigami-addons.spec ++++++
--- /var/tmp/diff_new_pack.4v4y3p/_old 2022-12-20 20:21:47.626307908 +0100
+++ /var/tmp/diff_new_pack.4v4y3p/_new 2022-12-20 20:21:47.630307930 +0100
@@ -44,6 +44,18 @@
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 @@
%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