KDE Frameworks 5.82
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcmutils?expand=0&rev=237
This commit is contained in:
parent
164a71ce74
commit
116d997be4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b25ecd2e52ef1c133cbd3be87375ab4aebc7dcff5aeb2511282f68f4ede60297
|
||||
size 259532
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprRoACgkQWNDuZIpI
|
||||
s7sPWAf/QtFISbzQwW8w4B/6MN9iOnnlngup5sMxysf+ax6L56s54feXw+VmnXbl
|
||||
gqNV8nUE3c65GOoAJg8dyUuwmTWjbYRJ/qm7bc9/6n4nmw8eE+m0HAX9FxZ3AWWp
|
||||
NYCejrnYZsMF2Ue0s+/pYbS/8xJYtxfFs7WQM12ruhKynK9VmDNtQBb59Ox/APzF
|
||||
t38aEXN7FT6WLuo732DH+46z9w3egKGvmDSoFLXIH+T61BSLD9DTe3j8Tc8krA91
|
||||
R4y/BSSM57DC+kFCMWMru/r/2EHwAuqrFUttgBSDHdlETyTAXeog9mGh6MgYNfGA
|
||||
EAuFQRPriAOrxaBgUHYKF0y7RcPu8A==
|
||||
=exRf
|
||||
-----END PGP SIGNATURE-----
|
3
kcmutils-5.82.0.tar.xz
Normal file
3
kcmutils-5.82.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8bd6b528454b2e2acf9cdd89c83ee855524b40fdf79f5bf79daf44ae790b184
|
||||
size 160816
|
11
kcmutils-5.82.0.tar.xz.sig
Normal file
11
kcmutils-5.82.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaXcACgkQWNDuZIpI
|
||||
s7tDhgf+N0b1cqWiFl6O1DXiyobeLBAtF5huaY2pAY/CnhHecU1jSXADSuHwezBh
|
||||
erMOfESynH2j8HHWpDuY/oaI8JEkO0jGt6VNoACoFL6fswSBA8K1cWe7fev5uqFM
|
||||
WTpeTMf8XVRLhMltwHfN0cG86cugWHx4C2QE8/IJ5GbufpYkwYpYaOCESuhRWW3D
|
||||
C9py2dF/if2+qeOi83hBco6xYzLoRp4dea5TLzibEnWqccFSTEnL8zVgVS7j48yS
|
||||
fgSqzOWwInO1bq8MTz/oC9UY63IM1SKvs0AN1n7AEq6oVu596PhEoplKiLDtidmh
|
||||
uBHSTHI4GDtzRjb+959WzUO4jIGkFA==
|
||||
=GgJr
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 1 16:40:37 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:
|
||||
* [KCModuleProxy] Refactor loadModule() for simplicity
|
||||
* Force autotest as C language
|
||||
* Remove unused file
|
||||
* Port QDBusConnectionInterface::serviceOwnerChanged to QDBusServiceWatcher
|
||||
* Use new connect() signal/slot syntax
|
||||
* Remove ComponentsDialog class, not used anywhere
|
||||
* Don't forward declaration when we already include file
|
||||
* Clean up unused KPackage linking + includes
|
||||
* Deprecate unused KSettingsWidgetAdaptor class
|
||||
* kcmutils_generate_module_data: Fix moc warning in generated files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 5 07:12:10 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5KCMUtils5
|
||||
%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: kcmutils
|
||||
Version: 5.81.0
|
||||
Version: 5.82.0
|
||||
Release: 0
|
||||
Summary: Classes to work with KCModules
|
||||
License: LGPL-2.1-or-later
|
||||
@ -48,11 +48,11 @@ BuildRequires: cmake(KF5ItemViews) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Package) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Qml) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Quick) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5QuickWidgets) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Qml) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Quick) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5QuickWidgets) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
|
||||
%description
|
||||
KCMUtils provides various classes to work with KCModules. KCModules can be
|
||||
@ -85,15 +85,15 @@ created with the KConfigWidgets framework. Development files.
|
||||
%lang_package -n %{lname}
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%if %{with lang}
|
||||
%find_lang %{name}5
|
||||
|
Loading…
Reference in New Issue
Block a user