From c401c311ba92598dcf37997e06ccfbb0186269b9 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 3 Oct 2020 08:51:09 -0400 Subject: [PATCH] Use Wayland by default for F34+ Reference: https://fedoraproject.org/wiki/Changes/WaylandByDefaultForPlasma --- plasma-workspace.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/plasma-workspace.spec b/plasma-workspace.spec index 8a4f3af..3fd4f21 100644 --- a/plasma-workspace.spec +++ b/plasma-workspace.spec @@ -7,12 +7,16 @@ %global kf5_version_min 5.50.0 # Control wayland by default +%if (0%{?fedora} && 0%{?fedora} < 34) || (0%{?rhel} && 0%{?rhel} < 9) %bcond_with wayland_default +%else +%bcond_without wayland_default +%endif Name: plasma-workspace Summary: Plasma workspace, applications and applets Version: 5.19.90 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -702,6 +706,10 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.{klipper, %changelog +* Sat Oct 03 2020 Neal Gompa - 5.19.90-2 +- Use Wayland by default for F34+ + https://fedoraproject.org/wiki/Changes/WaylandByDefaultForPlasma + * Fri Sep 18 2020 Jan Grulich - 5.19.90-1 - 5.19.90