KDE frameworks 5.77.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwidgetsaddons?expand=0&rev=227
This commit is contained in:
parent
919e126d98
commit
1d0024bb1b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab7aa94bb1f63e5bea5cf461349c1add96fd608a73c5b7c9d374e6bf035fcac6
|
||||
size 2361736
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5QEACgkQWNDuZIpI
|
||||
s7vU9ggApxETMZyPCVqVHe12FA5lDlqgxMGv2nkAWNSrVHIwMkssLyxyWtnsoB2w
|
||||
StkXS4YoZTwMu4POtqBoidulkqZDOCUePLi5iWxh/r/CL04hUlHSwEkJ3nKCfTjk
|
||||
Ftn521OXFfbKnQ6ikLw/QRzi2Jv9pm8iIQ8d9lycgsTWSLCsKQTwI2iitkwAvTm+
|
||||
+17ag2D1ew+FFNnNl8TXgLONQqv5mfkweGwrofArZ0A3pVOIkGW8T9vB7UYiRHY3
|
||||
i+YeqRPtHrOM808FgDd4ANsePLhakVgKIIUZ39CYrOGHoU7RuXUYfT2T5GpRT/Mm
|
||||
gtWi343iz3G16OTZh5un5KBqhX2HlA==
|
||||
=CKUS
|
||||
-----END PGP SIGNATURE-----
|
3
kwidgetsaddons-5.77.0.tar.xz
Normal file
3
kwidgetsaddons-5.77.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c72094fdad6740280513ff27477003839f20555071817337d3bf5c95761d7ae4
|
||||
size 2368232
|
11
kwidgetsaddons-5.77.0.tar.xz.sig
Normal file
11
kwidgetsaddons-5.77.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln9AACgkQWNDuZIpI
|
||||
s7sTSwf9GWnm/PuGpzVLkFxm0cHHnhI+4l5ugSqfnIqjZjx8iSbHTc3yRa+7TUAu
|
||||
tVepafjjMDPrx7vwyddgUaRX88UfORxNCM2hCPqA687FhRrsZ56t0vIONPTc+UTw
|
||||
dAFKg63hf+D8H+6Hf2jFT9OIKS30xyEHC6paJtLTDp4+RAI29kwEAcRfwGhDlZh7
|
||||
RRjoA/yh1iU+hphUSpBibtkqGPrztLP7cBUcnJ2OZ3VVYySViihQxYGiLn4V8Kwc
|
||||
uyhQxiem0/O7mQKbOR9Jj1F3vJ8Lw7uKr6a1Lhavpjnw6ligEQZlIvz5fqk8VzOE
|
||||
rpLBN4+VlS/9fM1h/dBKl5nApJ+IDA==
|
||||
=vbym
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 17:14:48 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()
|
||||
* Don't emit twice passwordChanged
|
||||
* We require Qt 5.13 now, so remove ifdef
|
||||
* KEditListWidget: fix runtime warning from QLayout
|
||||
* typo--
|
||||
* Add KMessageDialog, an async-centric variant of KMessageBox
|
||||
* Restore the old default popup mode of KActionMenu
|
||||
* Port KActionMenu to QToolButton::ToolButtonPopupMode
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 21:35:24 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5WidgetsAddons5
|
||||
%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)
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kwidgetsaddons
|
||||
Version: 5.76.0
|
||||
Version: 5.77.0
|
||||
Release: 0
|
||||
Summary: Large set of desktop widgets
|
||||
License: LGPL-2.1-or-later
|
||||
@ -39,12 +39,12 @@ Source99: baselibs.conf
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(Qt5Test) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5UiTools) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5UiTools) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.13.0
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.13.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -71,7 +71,7 @@ Summary: Large set of desktop widgets: Build Environment
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: cmake(Qt5Widgets) >= 5.12.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.13.0
|
||||
|
||||
%description devel
|
||||
This repository contains add-on widgets and classes for applications
|
||||
|
Loading…
x
Reference in New Issue
Block a user