Plasma 5.18.0, not yet final tars. Please publish disable KF5 before accepting.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-workspace?expand=0&rev=496
This commit is contained in:
2020-02-08 00:13:38 +00:00
committed by Git OBS Bridge
parent 8e09c73757
commit e00af239eb
7 changed files with 59 additions and 50 deletions

View File

@@ -1,31 +0,0 @@
From 73ffadbeda0e27689c995aa1576e1f773a329cc8 Mon Sep 17 00:00:00 2001
From: Fabian Vogt <fabian@ritter-vogt.de>
Date: Sat, 11 Jan 2020 17:19:50 +0100
Subject: [PATCH] Set QT_AUTO_SCREEN_SCALE_FACTOR=0 for Qt >= 5.14 as well
It behaves differently than expected, so this is still needed.
https://bugs.kde.org/show_bug.cgi?id=415421
---
startkde/startplasma.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/startkde/startplasma.cpp b/startkde/startplasma.cpp
index ffb67ffb2..5cc9ea1b3 100644
--- a/startkde/startplasma.cpp
+++ b/startkde/startplasma.cpp
@@ -218,11 +218,9 @@ void runEnvironmentScripts()
void setupPlasmaEnvironment()
{
-#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
//Manually disable auto scaling because we are scaling above
//otherwise apps that manually opt in for high DPI get auto scaled by the developer AND manually scaled by us
qputenv("QT_AUTO_SCREEN_SCALE_FACTOR", "0");
-#endif
qputenv("KDE_FULL_SESSION", "true");
qputenv("KDE_SESSION_VERSION", "5");
--
2.23.0

View File

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

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl4gWX8ACgkQ7JTRj38F
mX5KXQgAj9qw7O3dLtnphldHM4q6KwlBMP0ZT9ZFPf+blqjsQlJQooZuEgjOojgY
pXFf4jffxx9WiQdrDj3DRrv3or8bj1lHhPMRWtgkxa8tNKbOyhcwFx4wPuDxCSDM
ar9nOSg02QQjgxcvQ7OR4DHTZ+kIljw5/Qdj1pEfPDs/+ZE/8qVqWRNc/lMBOcUr
DK6aA83vyMv04STepOJH29efCORog5h+PVp/oOlpL95g6o1rgpmNuSXJMdwzdDM/
fBSJgtOBgOP1WuZC/dLqOY7Y+MFLZhwiAuXnh1DXJMKqVJzFEFTdVMNZ+dXQ2Ygj
HQJ17G1qgFwStapsOaF7Vsvy9yztug==
=GTg+
-----END PGP SIGNATURE-----

View File

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

View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl48FOMACgkQ7JTRj38F
mX47LQf8CUX2Tsp5vLxY+AjJS7ZddWCsZiYysG4A1PTlwALUN0taRYhNVLrgjIOw
Mgo9Nyaw5D+V3UkR4R4mf3iN79xL0IZQJUj1ZOHoeCGBCXVQvB7fKS/F0xI0H1aM
D9WPscJ8jnA6EenQm8cmuIAssAJVpf89j00/Mv2P9fIv1JjFrW1xn4M8qPLkzxu7
gJ7zGMsyMjhPT3wr+1t+G7f1kl4z5lD8/zA8hBubhG6y6TsrP3WUI1KE9ioK9gDb
1kLvYnbo6WqQ6puGdpJrgLHAOwQHAOC+Lz9RDJ+i4oyFGErJlup8Jqq7S6/F4Gfe
gi6PoQjLlpqPfXu8tHnbTLQuR/bLoA==
=RBY/
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Thu Feb 6 15:10:07 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.18.0
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.18.0.php
- Changes since 5.17.90:
* tooltips always have normal color group
* Fix typo
* [Notifications] Don't dodge notification popups
* [Notifications] Fixup setSourceModel
* [SNI] Fix race condition in item registration (kde#416652)
* [Notifications] Fix typo
* Shut up
* [System Tray] Initially set correct category for plasmoids (kde#416947)
* [Task Manager] Remove strict URL handling (kde#385727)
* [context menu] Remove last traces of "Lock Widgets" action from UI (kde#416578)
* Remove unused includes
* Port plasma-workspace to autoconfig.kde.org
* [sddm-theme] Fix broken wallpaper loading
* [Notifications] Fix action button size
* search for a default wallpaper in lookandfeel
* [startkde] Export LC_TIME again (kde#416670)
* [Notifications] Set transient parent for file menu (kde#387597)
* [SystemTray] Fix model update in settings (missing icon) (kde#416400)
* [SystemTray] Remove scrollbar paddings
* Runner/Windows make the window finding more reliable (kde#414804)
* Kicker/RecentDocuments display place's icon when resource matches one
* [Notifications] When there is only a reply action, show reply field right away
* [Notifications] Send reply text as targeted signal
* Also disable automatic scaling on Qt >= 5.14 (kde#415421)
* add includes needed for compiling with qt 5.13
- Drop patches, now upstream:
* 0001-Set-QT_AUTO_SCREEN_SCALE_FACTOR-0-for-Qt-5.14-as-wel.patch
-------------------------------------------------------------------
Thu Jan 23 11:20:38 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build
-------------------------------------------------------------------
Tue Jan 21 08:47:53 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@@ -27,15 +27,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.17.90
Version: 5.18.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
@@ -44,7 +44,6 @@ Source4: plasmafullwayland.desktop
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-Set-QT_AUTO_SCREEN_SCALE_FACTOR-0-for-Qt-5.14-as-wel.patch
# PATCH-FEATURE-OPENSUSE
Patch506: 0001-Revert-No-icons-on-the-desktop-by-default.patch
BuildRequires: breeze5-icons
@@ -296,7 +295,7 @@ Plasma 5 session with Wayland from a display manager.
%build
%cmake_kf5 -d build -- -DKDE_DEFAULT_HOME=.kde4 -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
%make_jobs
%cmake_build
%install
%kf5_makeinstall -C build