Plasma 5.19.3 - some fixed .changes files
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-workspace?expand=0&rev=526
This commit is contained in:
parent
9de311936f
commit
1377ffbb69
@ -1,37 +0,0 @@
|
|||||||
From 1c787f7698b5078779c043b3b5ff98800679d0ec Mon Sep 17 00:00:00 2001
|
|
||||||
From: David Edmundson <kde@davidedmundson.co.uk>
|
|
||||||
Date: Tue, 23 Jun 2020 16:17:44 +0100
|
|
||||||
Subject: [PATCH] Fix DBus service used in shutdown interface
|
|
||||||
|
|
||||||
During Plasma 5.18, ksmserver was cleverly split so it hosted the new
|
|
||||||
new interface registering both services names org.kde.ksmserver and
|
|
||||||
org.kde.Shutdown.
|
|
||||||
|
|
||||||
This way we could do a gradual port, update the libs, and migrate the
|
|
||||||
final code without any breakages. It was a good plan in theory.
|
|
||||||
|
|
||||||
In 5.19 we did the final actual splitting, unfortunately in
|
|
||||||
libkworkspace on the path where we skip logout confirmation had the
|
|
||||||
wrong name.
|
|
||||||
|
|
||||||
BUG: 423391
|
|
||||||
---
|
|
||||||
libkworkspace/sessionmanagement.cpp | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/libkworkspace/sessionmanagement.cpp b/libkworkspace/sessionmanagement.cpp
|
|
||||||
index 943b4c4c6..b9d868548 100644
|
|
||||||
--- a/libkworkspace/sessionmanagement.cpp
|
|
||||||
+++ b/libkworkspace/sessionmanagement.cpp
|
|
||||||
@@ -47,7 +47,7 @@ class ShutdownIface : public OrgKdeShutdownInterface
|
|
||||||
Q_OBJECT
|
|
||||||
public:
|
|
||||||
ShutdownIface()
|
|
||||||
- : OrgKdeShutdownInterface(QStringLiteral("org.kde.ksmserver"), QStringLiteral("/Shutdown"), QDBusConnection::sessionBus())
|
|
||||||
+ : OrgKdeShutdownInterface(QStringLiteral("org.kde.Shutdown"), QStringLiteral("/Shutdown"), QDBusConnection::sessionBus())
|
|
||||||
{
|
|
||||||
}
|
|
||||||
};
|
|
||||||
--
|
|
||||||
2.25.1
|
|
||||||
|
|
@ -1,32 +0,0 @@
|
|||||||
From c62cc5a9642a9da893f28804a6e06496a1878521 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Fabian Vogt <fabian@ritter-vogt.de>
|
|
||||||
Date: Fri, 26 Jun 2020 17:26:30 +0200
|
|
||||||
Subject: [PATCH] [mediacontroller] Use half the samples for better performance
|
|
||||||
with swrast
|
|
||||||
|
|
||||||
With swrast (llvmpipe) the artwork blurring is enabled, which takes an eternity
|
|
||||||
(up to ~15s) to compile the shader. Improve that by only using half the
|
|
||||||
samples with half the radius, which looks nearly identical.
|
|
||||||
---
|
|
||||||
.../mediacontroller/contents/ui/ExpandedRepresentation.qml | 4 ++--
|
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/applets/mediacontroller/contents/ui/ExpandedRepresentation.qml b/applets/mediacontroller/contents/ui/ExpandedRepresentation.qml
|
|
||||||
index 5653bcc38..2f89d33cc 100644
|
|
||||||
--- a/applets/mediacontroller/contents/ui/ExpandedRepresentation.qml
|
|
||||||
+++ b/applets/mediacontroller/contents/ui/ExpandedRepresentation.qml
|
|
||||||
@@ -165,9 +165,9 @@ Item {
|
|
||||||
layer.effect: GaussianBlur {
|
|
||||||
cached: true
|
|
||||||
|
|
||||||
- radius: 256
|
|
||||||
+ radius: 128
|
|
||||||
deviation: 12
|
|
||||||
- samples: 129
|
|
||||||
+ samples: 63
|
|
||||||
|
|
||||||
transparentBorder: false
|
|
||||||
}
|
|
||||||
--
|
|
||||||
2.25.1
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5c0d667ece57d195cc06aca70a49568bfd08ffa84855b29a27daa70fa02e79c7
|
|
||||||
size 5676488
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl7x9AAACgkQ7JTRj38F
|
|
||||||
mX6ilQf+IKZItTxf9+t3Kq8MYXMVmvBH8I03wHh+REuw3slONdxNCQcKxTroDmwl
|
|
||||||
YLC7O9SEkM6ZLuNyeHZC435i/t7rKN7pG7b1tLq3nKE/HulqV62uzYETy4YWzktc
|
|
||||||
/xxifQjeAkTuRjh2ZlN/t+gGaJHA4Dmxy2+gjz0TdwFNdx040u7tYY2/D2M+Twqk
|
|
||||||
juMFgU1bFIkkNRV81TTNZUfHIwwXv98Y66jNWiZo58WyEJUvYMvhjOHe6Bw/e3o/
|
|
||||||
P6bbMYMyw+FK+IB5eaizToVhD1CJjqsW440kPedK1arVpRaC0T+UvxwdFBFWd53B
|
|
||||||
ABZXPKstMJiUagVoqop4GqsbIm5j+A==
|
|
||||||
=6UCt
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
plasma-workspace-5.19.3.tar.xz
Normal file
3
plasma-workspace-5.19.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a967b4b3679f17b6e01b4811015ef6210f0f73bb035642867415c51c1ed20894
|
||||||
|
size 5676896
|
11
plasma-workspace-5.19.3.tar.xz.sig
Normal file
11
plasma-workspace-5.19.3.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl8EWt0ACgkQ7JTRj38F
|
||||||
|
mX4UGggAiJX8b/eR57Y+mBnHUcb/n/l2f0Hp6p7nFjc6wr+XhbmCMIJylxzMHNmu
|
||||||
|
G4d+QryBkdwJw6ThOerXO10mMyAeFXeVfbxbAz4Al43pP++fWDnNqq7tComE77sj
|
||||||
|
NQDt8U6HluFgZQ2ym3W23uuI2ijj3UCMaz+QTHsJRJ0pSHdZtpcBwe6S1NtJprLo
|
||||||
|
4yd1XyVGwSPv/BYKiDbWuW6RI2oiEJk8Lb1AvgxI0aIXGzjliFub8YeidJBLHF3U
|
||||||
|
oVgLoURytYCaOF3bxq6+glAmrPyXLi2CKYo6eTmASejCZwlV1KH7sikch5JF8gSb
|
||||||
|
UEolr8a+w4ybhz5wYXq6oP8rU9Mu5g==
|
||||||
|
=8eNj
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 7 13:58:01 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Update to 5.19.3
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/plasma-5.19.3
|
||||||
|
- Changes since 5.19.2:
|
||||||
|
* [wallpaper] Save the package name in configuration not a URL
|
||||||
|
* Theme shouldn't inherit (kde#423747)
|
||||||
|
* [applet/systemtray] Load config defaults from main.xml (kde#423561)
|
||||||
|
* [applets/systemtray] Fix context menu misplaced (kde#421275)
|
||||||
|
* [startkde] Block plasma-session exiting until startup sound completes (kde#422948)
|
||||||
|
* [mediacontroller] Use half the samples for better performance with swrast
|
||||||
|
* [applets/mediaplayer] Make size of the standalone plasmoid similar to that of the system tray (kde#422736)
|
||||||
|
* Fix broken ENV variables for detailed settings (kde#417070,kde#176650)
|
||||||
|
* set proper formFactors to faces
|
||||||
|
* better propagate size hints
|
||||||
|
* Fix DBus service used in shutdown interface (kde#423391)
|
||||||
|
- Drop patches, now upstream:
|
||||||
|
* 0001-mediacontroller-Use-half-the-samples-for-better-perf.patch
|
||||||
|
* 0001-Fix-DBus-service-used-in-shutdown-interface.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 27 09:57:16 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
Sat Jun 27 09:57:16 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ Name: plasma5-workspace
|
|||||||
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
||||||
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
|
# 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}')}
|
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||||
Version: 5.19.2
|
Version: 5.19.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The KDE Plasma Workspace Components
|
Summary: The KDE Plasma Workspace Components
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -42,8 +42,6 @@ Source3: baselibs.conf
|
|||||||
Source4: plasmafullwayland.desktop
|
Source4: plasmafullwayland.desktop
|
||||||
# PATCH-FIX-UPSTREAM
|
# PATCH-FIX-UPSTREAM
|
||||||
Patch1: 0001-Port-applets-to-use-PlasmaExtras.PlaceholderMessage.patch
|
Patch1: 0001-Port-applets-to-use-PlasmaExtras.PlaceholderMessage.patch
|
||||||
Patch2: 0001-Fix-DBus-service-used-in-shutdown-interface.patch
|
|
||||||
Patch3: 0001-mediacontroller-Use-half-the-samples-for-better-perf.patch
|
|
||||||
# PATCHES 501-??? are PATCH-FIX-OPENSUSE
|
# PATCHES 501-??? are PATCH-FIX-OPENSUSE
|
||||||
Patch501: 0001-Use-qdbus-qt5.patch
|
Patch501: 0001-Use-qdbus-qt5.patch
|
||||||
Patch502: 0001-Ignore-default-sddm-face-icons.patch
|
Patch502: 0001-Ignore-default-sddm-face-icons.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user