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-workspace?expand=0&rev=569
This commit is contained in:
Christophe Giboudeaux 2021-02-14 08:10:22 +00:00 committed by Git OBS Bridge
parent 440241a7d7
commit bdbe18c97c
7 changed files with 79 additions and 17 deletions

View File

@ -0,0 +1,28 @@
From 056f5379830970dc2a7e12e3f16c898b384d5997 Mon Sep 17 00:00:00 2001
From: Fabian Vogt <fabian@ritter-vogt.de>
Date: Fri, 12 Feb 2021 18:00:45 +0100
Subject: [PATCH] ksmserver: Enable debug output by default
Sometimes logout just doesn't do anything (kde#432460). Debugging so far
didn't help as it made the issue disappear, so enable log output in general
so that either the issue disappears or there's useful output when it breaks.
---
ksmserver/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ksmserver/CMakeLists.txt b/ksmserver/CMakeLists.txt
index 34f943f5d..69dc58ac8 100644
--- a/ksmserver/CMakeLists.txt
+++ b/ksmserver/CMakeLists.txt
@@ -18,7 +18,7 @@ set(ksmserver_SRCS
logout.cpp
client.cpp
)
-ecm_qt_declare_logging_category(ksmserver_SRCS HEADER ksmserver_debug.h IDENTIFIER KSMSERVER CATEGORY_NAME org.kde.kf5.ksmserver)
+ecm_qt_declare_logging_category(ksmserver_SRCS HEADER ksmserver_debug.h IDENTIFIER KSMSERVER CATEGORY_NAME org.kde.kf5.ksmserver DEFAULT_SEVERITY Debug)
qt5_add_dbus_adaptor( ksmserver_SRCS org.kde.KSMServerInterface.xml server.h KSMServer )
qt5_add_dbus_interface( ksmserver_SRCS ${KSCREENLOCKER_DBUS_INTERFACES_DIR}/org.kde.screensaver.xml kscreenlocker_interface )
--
2.25.1

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAJfA0ACgkQ7JTRj38F
mX7fCAgAqgqqsoJF/vaqOXHu99T8FoqrWurrCmu/EJJYWQ4QRy1F5FJL9gd15Umq
0ZdWmJMVtexTABTJzxbIZDvujMgXsPBWn9ybGa1wzUxT9kg+itESBuoj1l3ifjfP
rnDRoUHZJsvFejPfo7Lh3NvAjUMqKNzckWeqrm12wvnp8790/92AhXzHFYiO1wB6
uo/YK8PjRlJ1eo/ikwd4+IQlMmbLNFrPasF7eyoXZOPwbbKoctNpES9HAGSvb9St
Gf0XAYR1hFZl93quXCMLzsy0o/J9DU3Lpyz+x8hFAtrZQZpvMT22W14lo5n1B4Io
1hiCN0/72yVIuFuitBN7zad7zktLyg==
=e+pq
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAlIVAACgkQ7JTRj38F
mX6m1Af/cOYUE2GqI/ms7hFNivYYUn5snmh/QTTrhYwe2rvAmFGA/2f67EsHyz8Q
XLTdGgEc3qPl3htmMNkf2IqNubf3XCs/Sq/XPf+sL09kUSSoivp75A9nXe0HJWCL
gZtn7mjxGEXbY9BWc07XbkCnw2BgM7jSGR/wVUXPFcQMRUc+IPcFxv4JcmrCfYIJ
eE9g3wxiGEluBP31f6+XzodtKlZ2qxdbSUfBOjDFzstS8It+Iwtmf63JCm91L70F
fxjTDAeISClDhrLjTLB0UpN4Nva8RdGBZant6wqbsaAfAlRPWikai7wQq0C0Al0p
KRbjFRe79Hq2h3FyEc36botmSPJk3w==
=ArB5
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Feb 11 18:23:15 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:
* fix restore size when float is used
* show colors,icons and plasma style in plamo
* [Notifications] Escape HTML in destUrl and fileName
* [Notifications] When application responds to cancel request, stop kill timer
* Fix condition for executable folders (kde#432653)
* ksmserver: Filter out services with NoDisplay=true
* Fix wallpaper paths in org.kde.slideshow package
* Revert "Use subseq matching for service runner" (kde#431609,kde#432339)
* [Notifications] Property is supposed to be "ProcessedItems"
* remove phone specific wallpaper config ui
* [applets/digital clock] Unbreak the time zone config dialog
* Set add panel as an explicit menu of a panel action (kde#432250)
* Wallpaper config: fix property imageModel that was missing in delegate (kde#431961)
* Make ksmserver's lock screen detection automatic
* [systemd] Move kwin to "wants"
* [applets/systemmonitor] fix not hiding the title on vertical panels
* [applets/digital clock] Restore scroll-to-change-displayed-timezone (kde#431977)
* Don't crash if the panelview is not ready
* [Notifications] Re-evaluate unread count when a notification is "read"
* [keyboard applet] fix TypeError garbage in log
* Fix condition for windowed widgets standalone mode (kde#432032)
- Add patch to either get more info or work around logout not working
sometimes (kde#432460):
* 0001-ksmserver-Enable-debug-output-by-default.patch
-------------------------------------------------------------------
Thu Jan 21 21:31:48 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -30,15 +30,15 @@ Name: plasma5-workspace
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
Version: 5.20.90
Version: 5.21.0
Release: 0
Summary: The KDE Plasma Workspace Components
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: http://www.kde.org/
Source: https://download.kde.org/unstable/plasma/%{version}/plasma-workspace-%{version}.tar.xz
Source: plasma-workspace-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/unstable/plasma/%{version}/plasma-workspace-%{version}.tar.xz.sig
Source1: plasma-workspace-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
Source3: baselibs.conf
@ -46,6 +46,7 @@ Source3: baselibs.conf
Patch501: 0001-Use-qdbus-qt5.patch
Patch502: 0001-Ignore-default-sddm-face-icons.patch
Patch503: 0001-Set-GTK_BACKEND-x11-in-a-wayland-session.patch
Patch504: 0001-ksmserver-Enable-debug-output-by-default.patch
# PATCH-FEATURE-OPENSUSE
Patch506: 0001-Revert-No-icons-on-the-desktop-by-default.patch
BuildRequires: breeze5-icons