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/plasma5-integration?expand=0&rev=135
This commit is contained in:
2021-02-14 08:10:19 +00:00
committed by Git OBS Bridge
parent f7bf8b0101
commit f7b2399330
6 changed files with 27 additions and 33 deletions

View File

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

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAJep0ACgkQ7JTRj38F
mX6Cegf9F33lg+zyX0YNgwxeaGhHdGhERoCe1sVc4F40xtenpTUvXcDiZNV10Cf7
bILJvOoqMdIi6XFwnCi6mAltGZrTNwZeCxk2nQa2D+E0mUbjxU50UgVXxvhKz8Sh
cSU9n5UAY993dgcLwJ9eajp9tHlgTNY3Z85hnuVdDHl+i6XPpTtnIgO9qqrlg9qR
H6nqVdUUYtqiP4o9EX1Vd6NYctDIklb5uXsW21FROv9rIwOhAM7bp5b8aRAP8Ous
2ApMQ0cG0wNAJeNcDQMk08FLFaFYCAtpL1JtWGonZ8W0N3jH7UaZszYDCqGn3d7A
Wxst/o7RaUf19/86vnB6J0aqESHVfw==
=/qot
-----END PGP SIGNATURE-----

View File

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

View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAlH+MACgkQ7JTRj38F
mX6/NwgAmaE66SlYg0CAthJlz4FhsfLl1NNJ6XpuGPsE3pGV3AtGL4MgWDeihuMv
8viLae+Fa1+Fj0JrxJx58KBvc69uSFsmyJh+L5XauxeN4QNyrwb3cAJWAUMUvzJr
+rmVTmU3Abi4JI7UyNUD2OkgLjLINX05tu0Jtx+SwC21aEbz8zNYjR9AgBHlhTY+
HhdamvV5AcFs3ukUQNLoFeyXKzHNhtt68xeseeYBm+3UiPHaAsqhzlMqXj3Hsqsd
38USZUSxKJXxMovXbE6VhW2yMfVKUX6753yTJ+hnS+Vb/QLw9bbZlJdPTUILFL4Z
naWNNbE1yZ7FBTvOBvseW14mPr0PYg==
=tqnr
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Feb 11 18:23:14 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:
* Revert held-key behaviour
-------------------------------------------------------------------
Thu Jan 21 21:31:46 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@@ -18,7 +18,7 @@
%bcond_without lang
Name: plasma5-integration
Version: 5.20.90
Version: 5.21.0
Release: 0
# Full Plasma 5 version (e.g. 5.8.95)
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -28,9 +28,9 @@ Summary: Plugins responsible for better integration of Qt applications in
License: GPL-2.0+
Group: System/GUI/KDE
Url: http://www.kde.org
Source: https://download.kde.org/unstable/plasma/%{version}/plasma-integration-%{version}.tar.xz
Source: plasma-integration-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/unstable/plasma/%{version}/plasma-integration-%{version}.tar.xz.sig
Source1: plasma-integration-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: extra-cmake-modules >= 5.17.0
@@ -76,16 +76,6 @@ KDE Plasma workspace.
Applications do not need to link to this directly.
%package devel
Summary: plasma5-integration development headers
Group: System/GUI/KDE
Requires: plasma5-integration-plugin
%description devel
This package provides development headers for plasma5-integration. They
are not meant to be used standalone, but are required for building other
Plasma components.
%lang_package -n plasma5-integration-plugin
%prep
@@ -107,12 +97,6 @@ Plasma components.
%{_kf5_plugindir}/
%{_kf5_sharedir}/kconf_update/
%files devel
%license COPYING*
%dir %{_includedir}/PlasmaKeyData/
%{_includedir}/PlasmaKeyData/plasmakeydata.h
%{_kf5_libdir}/pkgconfig/plasma-key-data.pc
%if %{with lang}
%files -n plasma5-integration-plugin-lang -f plasmaintegration5.lang
%endif