Christophe Giboudeaux 2020-02-08 00:14:06 +00:00 committed by Git OBS Bridge
parent e35d335389
commit 1f667e4885
6 changed files with 43 additions and 23 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxM0ACgkQWNDuZIpI
s7ty6Af9GbCTkMtYfFCg2zy/0yiD3UQ8xa8CJDccCLIVX4LdWQ099NlKPGuMcOsb
LftjfbUhnzniIDzRWQw7Pk+4PDip/E/Q40VyB4PKfybQMaEx5lYTKFmFu/yEm65z
pUHQ2GjxX2D8K5MzkQnniLckhmdZg+2nox6/W1YCG+xnScuVooU7tmaOgpeoAGh8
lm6+xfXaZ97VmCdFCI+/R1YHk4c9z/GDQ5wAKIDUTXeFvLE22W3SxAJn8Tq0j34g
KVNK8cV2/WyYzPIIsxwdG2uKSKyqyGMj4uGERyaTS/IszWZzkCH+iT5LyK7T218V
wjLRv5eZpWhfpRBJxs0tw82r9G0W+g==
=6lIg
-----END PGP SIGNATURE-----

3
kcmutils-5.67.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420R0ACgkQWNDuZIpI
s7veYgf/bTi6pfDCuYwfefi3LSwfgbbjEPmMF9F37x8eZj8PHIr+n/piJnnD4Rcz
Zyk4ClImZmixAbGOfti0/Zlx0XYsYlv2z436P8gheH4cRaxP5MZATzgr69e7mref
gDgaM0ZFsGrSG5FGZcd35sLenC977wXG6iyLRxFURAQRmNuXKT5fBv/ch16JrwMb
dIsneHhMM9YfXdQF4yK12cqOxJ/3DgH2ff9jpGzKxtYqpuCxZChnXS4pMlikC/zn
lyRcvl1O5V2+pLNmbSzBDeV/kjnA1JGBHRLOUCmICemCNw+dBnXg3q2h6K7IurOF
82xbUHtR8riZukNhQsp4xdfI0diFGg==
=ygpe
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Feb 2 18:06:45 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
-------------------------------------------------------------------
Sun Feb 2 14:32:32 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.67.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
- Changes since 5.66.0:
* prefer the new kcm plugins to the old
* KCModuleQml: Ensure defaulted is emitted with the current
configModule->representsDefaults on load
* Show button respecting what is declared by KCModule
* Update KPluginSelector to allow KCM to show good state
for reset, apply and default button
-------------------------------------------------------------------
Sun Jan 5 09:02:00 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5KCMUtils5
%define _tar_path 5.66
%define _tar_path 5.67
# 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.66.0
Version: 5.67.0
Release: 0
Summary: Classes to work with KCModules
License: LGPL-2.1-or-later
@ -36,7 +36,7 @@ Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-
Source2: frameworks.keyring
%endif
Source99: baselibs.conf
BuildRequires: cmake >= 3.0
BuildRequires: cmake >= 3.5
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
@ -49,11 +49,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.11.0
BuildRequires: cmake(Qt5Qml) >= 5.11.0
BuildRequires: cmake(Qt5Quick) >= 5.11.0
BuildRequires: cmake(Qt5QuickWidgets) >= 5.11.0
BuildRequires: cmake(Qt5Widgets) >= 5.11.0
BuildRequires: cmake(Qt5DBus) >= 5.12.0
BuildRequires: cmake(Qt5Qml) >= 5.12.0
BuildRequires: cmake(Qt5Quick) >= 5.12.0
BuildRequires: cmake(Qt5QuickWidgets) >= 5.12.0
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
%description
KCMUtils provides various classes to work with KCModules. KCModules can be
@ -90,7 +90,7 @@ created with the KConfigWidgets framework. Development files.
%build
%cmake_kf5 -d build
%make_jobs
%cmake_build
%install
%kf5_makeinstall -C build