SHA256
1
0
forked from pool/kirigami2

Accepting request 861944 from KDE:Frameworks5

KDE Frameworks 5.78.0

OBS-URL: https://build.opensuse.org/request/show/861944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=50
This commit is contained in:
Dominique Leuenberger 2021-01-13 17:16:43 +00:00 committed by Git OBS Bridge
commit 531bb363fc
6 changed files with 37 additions and 26 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln44ACgkQWNDuZIpI
s7uJJwf+JBus5v2BEdXBEmDVbh5tV3JCHx+rPzme5JxM7frhXfSa3yTm1SlCWaRR
1ojCqMB20W5g4Fqy/ITa8FLiB1qZ7fz5fMXFpIaql1qBVUX4AWEjPvYpBtoPa89u
gx1CA7PUtiF+AVRZbry6PkcaRLCmF4MF0hhF9oORTMSh7YD9yu8yS26uv5XTQQ+T
hJbGnf0o+n2yti1laVDFIxBDlZ+gmPAqE5Gjd2M6eLrceM0r6nqnljcZd44K2veC
GAeiPa9xdCYoiVo+3n6ZPuqFoBUcaInljbl8+/f962C0Z++qovrBD3atqkifguDk
4hl33Mfrv4vUxvctrriRfEHlksFvSw==
=2Zuu
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/wejAACgkQWNDuZIpI
s7s8EwgAkPpakPSYR3b+LsD50Q7dEGg+7h8jLfnnLRkhvPSgXSgbygTJ35tsEjV7
I4So9rfB6B7yiL+oj8lPShRB4ILCaNKB/TOqWbirWmx+ZbJq7DeCKT4IaYIrfpS5
CNqkXepEBRON6MoPs8rDWAmz8EF7tYmb+Cc+6hYdGp5YiboIbnLtDWXnNb8wdsEI
g53IMRHO3/GldKw5DImfqLXiKnEIQDuRZyLhYL30+2uZJRBnFvoPx3LWtQxuWGq3
ewiqWhzPg50zhUowOQn2DsQyEdQ+itAUJuLi6xJe42HU++PDDyBA7Dif9mFV6QXm
tAffNjk62T7SP9kjAqosZMIBv5WVSw==
=Mzzk
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jan 6 10:47:45 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.78.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.78.0
- Too many changes since 5.77.0, only listing bugfixes:
* [overlaysheet] Use more conditional positioning for close button (kde#430581)
* Color icons, not buttons (kde#429399)
-------------------------------------------------------------------
Sat Dec 5 18:56:41 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package kirigami2
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
%define lname libKF5Kirigami2-5
%define _tar_path 5.77
%define _tar_path 5.78
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# 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}')}
%bcond_without lang
Name: kirigami2
Version: 5.77.0
Version: 5.78.0
Release: 0
Summary: Set of QtQuick components
License: LGPL-2.1-or-later
@ -39,19 +39,19 @@ Source2: frameworks.keyring
Patch: 0001-Revert-Watch-for-language-change-events-and-forward-.patch
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: kf5-filesystem
BuildRequires: cmake(Qt5Concurrent) >= 5.13.0
BuildRequires: cmake(Qt5Core) >= 5.13.0
BuildRequires: cmake(Qt5DBus) >= 5.13.0
BuildRequires: cmake(Qt5Gui) >= 5.13.0
BuildRequires: cmake(Qt5Quick) >= 5.13.0
BuildRequires: cmake(Qt5QuickControls2) >= 5.13.0
BuildRequires: cmake(Qt5Svg) >= 5.13.0
BuildRequires: cmake(Qt5Test) >= 5.13.0
BuildRequires: cmake(Qt5Concurrent) >= 5.14.0
BuildRequires: cmake(Qt5Core) >= 5.14.0
BuildRequires: cmake(Qt5DBus) >= 5.14.0
BuildRequires: cmake(Qt5Gui) >= 5.14.0
BuildRequires: cmake(Qt5Quick) >= 5.14.0
BuildRequires: cmake(Qt5QuickControls2) >= 5.14.0
BuildRequires: cmake(Qt5Svg) >= 5.14.0
BuildRequires: cmake(Qt5Test) >= 5.14.0
Requires: libqt5-qtgraphicaleffects
Requires: libqt5-qtquickcontrols2
Recommends: %{name}-lang = %{version}
%if %{with lang}
BuildRequires: cmake(Qt5LinguistTools) >= 5.13.0
BuildRequires: cmake(Qt5LinguistTools) >= 5.14.0
%endif
%description