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 30732eaa91
commit 96a555879c
5 changed files with 15 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a399afa29ea5ad2c74f5b20e52055aebc43867405596e16b9b1ebe0d000d7d2
size 83396

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEOf+pPK6cavwhKtACAjJUSCBORSoFAmOKPkoACgkQAjJUSCBO
RSr9Fgf/VY5SDFBXMVDSMHmVXZR/9XGQn8DXpD9BE5VutiILpCmX8jdv6Rv+kX+A
VOgx5nN1cs6xHnj94VK1EOFFg7i9X+MuSbf4rFkDRXwze8oMt7cXIXyU5fMSJt5M
xmyfnlyAwtJ2qsju2O6goZuLfeYwwmkw56PfXE0O47LVFwzjEjJ98mwdvBk1ROtW
fOv/ba/9PqW1T6ELkkmdUeNCE/fr+hv5Z9MLH8OqtYYGlqhO4CAwH2tqky4P73eA
RR1H+ZAKd7sEsxeb+R1cNG+CrRolYw+gW7eVhd43v487t0IkooISBUH2Se1luv+J
mvrRBm2LgrQ8isPDv6cFuafs8Hcrpw==
=v8qL
-----END PGP SIGNATURE-----

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>

Binary file not shown.

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