SHA256
1
0
forked from pool/kirigami2

KDE Frameworks 5.84.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kirigami2?expand=0&rev=146
This commit is contained in:
Christophe Giboudeaux 2021-07-10 11:49:53 +00:00 committed by Git OBS Bridge
parent ca120d7f09
commit 907ff96222
6 changed files with 36 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b8e667e49e349c0ea6e402f906ab542bae3e4cbf37a8a3d5a7848421eb6fc32
size 318804

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmC7VscACgkQWNDuZIpI
s7s+sgf5AZbgInZD7pHsB5os5qZNPzYr0h06Xcvr+kP4FtLksWZG6fAwCYXokUpI
o2tpvmHLl9+sggOnQqjeInx+QV7MgL+AZoQf0vsfApuj7TIsPzIg9hgzWUbVMLJG
kqtUx5kP9FWzo1EDeN0NeqZjbVXAzu8Ig0ZEU5udH/SYzQKj7MXTx1FdtXuiIroE
AHkgx9oebkd6kjGmdI4qyzR2+PfTazrrPtu1NClwPqx3Z81O4fqXXUXO36NRzRTu
+v3/a8imezirUYAOrL3LqyUynczgS09i6/8wtk3KqhsWLEHknsYmQpUpL+HdoP90
8wek8z2hVbjFkezrbHt0F6CjzioeRg==
=6hH+
-----END PGP SIGNATURE-----

3
kirigami2-5.84.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:598c9e245d2726ada15c50d51f38827116f25d7e966af0cdfbb3bca396e01716
size 319404

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmDgitgACgkQWNDuZIpI
s7t/Rwf/bcb6kepXm2HCynngewsEUynUwiLiQRZhpi8XqE1aa693XCv+Nr4rH5aw
W6dQ0bMztV+/Gn29V+641x8Xf49Lkok1k9bthNs6Hwt97Ef/S8W+IyP5O4SriBHI
pjAVD5cd04YgzVEA89VuYesjKYN5UjUU7JV2uHcHHHSkMsVzmTqB+eDXDwxhOduH
UV+cNag7/D+7zNN6au3tzj0H1Nfh6WbNqnIVX/Ba/ml8ILNpe+VjTJSuhU9Iu6W5
FGXxP/AZ1lD1Y1NHSCua8VIQ9dVltQQmcSFGAfa2gXw30RspCNp9J3XRoNWEgETG
b+PVSx05X0jPlJFcb/gsr+oDJ3pRag==
=SdWI
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Jul 4 07:45:34 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.84.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.84.0
- Changes since 5.83.0:
* Improve Page documentation generation
* Improve documentation for the OverlaySheet component
* Allow static link without sources
* Bundle plugins on Android
* Only emit sync signal if we have finished construction (kde#438682)
* Port CardsListView to use reuseItems instead of the DelegateRecycler
* Expose Labels of BasicListItem for greater end-user control
* [OverlaySheet] Add side margins when trying to span window width
* Respect an Action's visible property in GlobalDrawer even when collapsed (kde#438365)
* Add documentation for IconPropertiesGroup
- Only install the license files once
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jun 5 11:58:57 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr> Sat Jun 5 11:58:57 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Kirigami2-5 %define lname libKF5Kirigami2-5
%define _tar_path 5.83 %define _tar_path 5.84
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: kirigami2 Name: kirigami2
Version: 5.83.0 Version: 5.84.0
Release: 0 Release: 0
Summary: Set of QtQuick components Summary: Set of QtQuick components
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -94,7 +94,6 @@ Development files.
%postun -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig
%files %files
%license LICENSES/*
%dir %{_kf5_sharedir}/kdevappwizard/ %dir %{_kf5_sharedir}/kdevappwizard/
%{_kf5_qmldir}/ %{_kf5_qmldir}/
%{_kf5_sharedir}/kdevappwizard/templates/ %{_kf5_sharedir}/kdevappwizard/templates/
@ -104,7 +103,6 @@ Development files.
%{_kf5_libdir}/libKF5Kirigami2.so.* %{_kf5_libdir}/libKF5Kirigami2.so.*
%files devel %files devel
%license LICENSES/*
%dir %{_kf5_includedir}/Kirigami2/ %dir %{_kf5_includedir}/Kirigami2/
%{_kf5_includedir}/Kirigami2/* %{_kf5_includedir}/Kirigami2/*
%{_kf5_libdir}/libKF5Kirigami2.so %{_kf5_libdir}/libKF5Kirigami2.so