KDE frameworks 5.77.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=246
This commit is contained in:
parent
d45870e53d
commit
1055556afe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ac6c070190ab4c0c2ac15a921886ed7f3b70d6a0b7c41766d21a913e9f086fb
|
||||
size 1754768
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5DkACgkQWNDuZIpI
|
||||
s7sMkgf8DtGC3jKHKdWS9Hg7EJvAN2sOw7YBHYkTmMc17whdtk8lkoHsnmAVaxBQ
|
||||
5bfPJUw+4b+IAacrDotx8tbfBTVaksjdQS0JVTEFVCYO/LhSQU4qQwh02aen4epi
|
||||
Rf6HaiPz4Cdp8Cmk0HgkU3LcIkGfBnLmgHAiBXrmY+lGZh9OngkkdOHSvUm2B3ul
|
||||
MVkJR+KRBqI/jj4MBJL0rn0yanmOpnBtl//xSowqsBUlbj57JOXFK64RgMOQqdDd
|
||||
0U+w8onoq7UGIEDGpfFJnkij5AFuXuAQPgTzliVIwM3C82R178MWCpt3D4nKH1WD
|
||||
xYt8lOfLbBUq3tlEvf6HOhalLw2XdA==
|
||||
=e5jx
|
||||
-----END PGP SIGNATURE-----
|
3
frameworkintegration-5.77.0.tar.xz
Normal file
3
frameworkintegration-5.77.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0637592b489ee1187ffa7af2fa8aff4dac184189abb797ee90fecdb5ff5e0ec5
|
||||
size 1754776
|
11
frameworkintegration-5.77.0.tar.xz.sig
Normal file
11
frameworkintegration-5.77.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/LnyMACgkQWNDuZIpI
|
||||
s7uY3gf/dON6zHIXOlcx4qz7Sbb+pxX07HAeHN9KmPijTJqLYO2zkljucwqlCeQi
|
||||
gso1iaxBI8u2nUcIvgY0x0SRkIfS+eMzexyM47qqwnR1RaEMH3zj0OSF3W9aD66m
|
||||
jQtif60UEBm2DER2UHlV0FB3Xr+GeDMeZHB+CM/J1c1XzBe4P1Ki39+PjBI0dMk7
|
||||
+XmFA221hQraX9lDtJvP5Fpkc0w4sNVKDJRlEEEBd0gqX0tkaiwpoLgneBJLsbrQ
|
||||
rZjxUfPOCy727noNZ3CGdprpGIIZrTD2pPXvaYYO+DloPqvK4z5r2gt4IuKvoN0m
|
||||
jTZ8ywlXTnudJu5lMQRBB/5vH86p7Q==
|
||||
=WkRk
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 18:56:10 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.77.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.77.0
|
||||
- Changes since 5.76.0:
|
||||
* Pass parent to Q*Layout ctor instead of calling setLayout()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 21:34:10 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define lname libKF5Style5
|
||||
%define _tar_path 5.76
|
||||
%define _tar_path 5.77
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
@ -25,7 +25,7 @@
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without lang
|
||||
Name: frameworkintegration
|
||||
Version: 5.76.0
|
||||
Version: 5.77.0
|
||||
Release: 0
|
||||
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
|
||||
License: LGPL-2.1-or-later
|
||||
@ -49,8 +49,8 @@ BuildRequires: cmake(KF5NewStuff) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Notifications) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Package) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.13.0
|
||||
BuildRequires: cmake(packagekitqt5)
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user