1
0
forked from pool/libksysguard5

Plasma 5.21.0 + made pulseaudio optional and pipewire-pulseaudio an alternative. KF5 is publish disabled already.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=290
This commit is contained in:
Christophe Giboudeaux 2021-02-14 08:10:16 +00:00 committed by Git OBS Bridge
parent ff959ca2b8
commit 995b30a768
6 changed files with 46 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEyBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAJeU8ACgkQ7JTRj38F
mX4sEQf4/9k13rLajsf+feJDm9lTDrUUa/XgG775Ba/aKGqPB/APjyz42L+2fDBV
76I4dZRsguwYmGfqLYHKwdpGCF6fVrqTOCH9NRJTbNYuchIE0CPBX0ueUJDd38uc
ZmtaaFxU6krxgyi49p07a9vIVAhjWm78U2EAaUh9gBEQs5waBWNfLTbwHjWWv8N0
12vcWSH1tOSOxJ+2lh4pUl98kott4s/QxDhdN69sw8UfXm1IOsYpw3ZgO2FB1Psm
bBWikB7XddcwJOYeT+Ia3mHGvIFb2Tu79Q1UDIHUr9IjBH864LwY2Bu2BmVv7RQw
/k5FYUxY11eEtDLHUrpzgrVILFi2
=B6QO
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAlHtwACgkQ7JTRj38F
mX69FQf/YPo9Kw2Y41fAsMEsBUAxE1ym9C6eyCGBjsTWirRMsuIhtrBSQWgwhWKr
QWM2WyXcC4cfh+4tiLkyENZ5OIpyeTozOB97hFgkWHoiycEql3np8zueY2TT45Yk
54fuNsZJe80DU5Rwyk0ZWiRC5tMFFl/wiyV37axCsITE+jPvoQk1N8px1rRVJKEH
622Uo1epWgwOXJBQ9tqcJLeYV6hziedbbqmVVG7pTISXvLJoutY8nVc4IBpsMX1J
Zn5aIvWHqai1YfWwSAJYX51VHCCTO1/RVOuOEcOVRaK/+vjHLpXOhfDxltn6cwxm
BZhYSY91IV/cZs3LufypfvoQ7qng2A==
=vuuA
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Feb 11 18:23:13 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.21.0
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.21.0
- Changes since 5.20.90:
* Ensure text doesn't flow outside the Pie Chart face (kde#431995)
* Respect "show title" flag for Faces' CompactRepresentation
* Reduce default history amount for line charts to 60 seconds
* Do the sensor setters in two stages (kde#432254)
* Always reset minimum and maximum, not only when inserting
* Use faster file system searcing for iterating process groups
* Also require C++ 17 on stable
* SensorDataModel: Cache minimum and maximum values
* Fix dataChanged emitted when PIDs are loaded
* Avoid formatting NaN values
* Don't call update inside the application constructor
* Filter our services in the application slice which don't match the app string specifier
* Prevent inadvertently writing config when destroying SensorFaceController (kde#428970)
-------------------------------------------------------------------
Thu Jan 21 21:31:41 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -18,20 +18,24 @@
%bcond_without lang
Name: libksysguard5
Version: 5.20.90
Version: 5.21.0
Release: 0
Summary: Task management and system monitoring library
License: GPL-2.0-or-later
Group: Development/Libraries/C and C++
URL: http://www.kde.org
Source: https://download.kde.org/unstable/plasma/%{version}/libksysguard-%{version}.tar.xz
Source: libksysguard-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/unstable/plasma/%{version}/libksysguard-%{version}.tar.xz.sig
Source1: libksysguard-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: extra-cmake-modules >= 1.2.0
BuildRequires: kf5-filesystem
BuildRequires: xz
%if 0%{?suse_version} <= 1500
# It does not build with the default compiler (GCC 7) on Leap 15.x
BuildRequires: gcc10-c++
%endif
BuildRequires: cmake(KF5Auth)
BuildRequires: cmake(KF5Completion)
BuildRequires: cmake(KF5Config)
@ -105,6 +109,9 @@ QML applications.
%autosetup -p1 -n libksysguard-%{version}
%build
%if 0%{?suse_version} <= 1500
export CC=gcc-10 CXX=g++-10
%endif
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
%cmake_build