KDE Frameworks 5.82
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwidgetsaddons?expand=0&rev=237
This commit is contained in:
parent
9605969810
commit
93a5184b91
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f25e926edcab19e3ff3529b71ca409b2bb100c35f5a6e3aff663e1854a3b642
|
||||
size 2371588
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprakACgkQWNDuZIpI
|
||||
s7u8JAgAqmvIPHAf1gzTM5tlM50A+VfJU3FteSGSxksgexyAVb1pU3q8FTxy544b
|
||||
rCiAr+NsrR8uxwikJeooauU1Ue6Ul16ROCR73MXLpcP3OogmgKfzduysUMA+sOd6
|
||||
Z+RiCLhaSDd8mvGKMAC3sc7+UwV14vHgXseLJurnf2qIOjXGZxaGz4ehaufbywy/
|
||||
h4Thl8buYxQneClI/+fgdnXIMtZs7p/Ydm9wUsiWP+9Z4C3DJOAZ3IWpZrtJwdfw
|
||||
1Q6Uue0RZZJ0O/MGR0LptdDjQE4q+MsDxNEVoDd0waWsuOG6P9sB58pfmI+YZr/s
|
||||
PM428Emb38NMYyBWTbvesf6c1vstlA==
|
||||
=0qEV
|
||||
-----END PGP SIGNATURE-----
|
3
kwidgetsaddons-5.82.0.tar.xz
Normal file
3
kwidgetsaddons-5.82.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:248897e7bfac5735b42aff0cd1f1ec12674a8e11ee4788847a111fd8cd419882
|
||||
size 2375140
|
11
kwidgetsaddons-5.82.0.tar.xz.sig
Normal file
11
kwidgetsaddons-5.82.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNagkACgkQWNDuZIpI
|
||||
s7sqpQf/UoVoTXa6cI1h+ik4vxXfscHoiqH9j0JIz95gIaFkIhoVsCig75UJOjyg
|
||||
qjwpqyOL4e/Z1m72+aGD3igDoDxUIlkqSnbzNjuwZeRAZ+Vtuz+SHmvIa147UKXy
|
||||
yAVUFBA3Xq4y9IcE4IDAIlkcm1aUSUPH40xx7ox6Q2JxhUwHgHL2uIEq3jT3RGQs
|
||||
kKcH8yQ6F8yQKoXgvvFjgagirupgAHB0PqNSgpa3J1xZQczsOqshGjFaQVSDof0m
|
||||
AFoMP8muSYybg1OLyJzcgURpqnTa7wbecY/W0mo4XCQDzPVNj81ttm2xc5BOjMvp
|
||||
hYHzJ5tzNPhqvT7T69X/UwEYO30LGw==
|
||||
=9/Bw
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 1 16:41:17 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.82.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.82.0
|
||||
- Changes since 5.81.0:
|
||||
* Fix mem leak found by asan
|
||||
* KPageDialog: document automagical connections
|
||||
* Enable Unicode support in QRegularExpression where needed
|
||||
* Remove pointless tooltip for yes and no KStandardGuiItems (kde#424658)
|
||||
* KPageDialog: make it clearer that a button box is added by default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 5 07:12:50 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5WidgetsAddons5
|
||||
%define _tar_path 5.81
|
||||
%define _tar_path 5.82
|
||||
# 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.81.0
|
||||
Version: 5.82.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.14.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5UiTools) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5UiTools) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.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.14.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.15.0
|
||||
|
||||
%description devel
|
||||
This repository contains add-on widgets and classes for applications
|
||||
@ -82,7 +82,7 @@ Development files.
|
||||
%lang_package -n %{lname}
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
|
||||
|
Loading…
x
Reference in New Issue
Block a user