public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/plasma-workspace] f44: 6.6.90
@ 2026-06-11 22:06 Steve Cossette
0 siblings, 0 replies; only message in thread
From: Steve Cossette @ 2026-06-11 22:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/plasma-workspace
Branch : f44
Commit : 227e879ee3926d7620216914fca910abf01b083f
Author : Steve Cossette <farchord@gmail.com>
Date : 2026-05-23T18:26:00-04:00
Stats : +48/-6 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/plasma-workspace/c/227e879ee3926d7620216914fca910abf01b083f?branch=f44
Log:
6.6.90
---
diff --git a/.gitignore b/.gitignore
index 857650c..9c46b0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
/plasma-workspace-6.6.3.tar.xz.sig
/plasma-workspace-6.6.4.tar.xz.sig
/plasma-workspace-6.6.5.tar.xz.sig
+/plasma-workspace-6.6.90.tar.xz.sig
diff --git a/6601.patch b/6601.patch
new file mode 100644
index 0000000..b46b5f5
--- /dev/null
+++ b/6601.patch
@@ -0,0 +1,32 @@
+From 04ff1ad223e4efe8f21bd391e81c0f96f6021df9 Mon Sep 17 00:00:00 2001
+From: Neal Gompa <ngompa@kde.org>
+Date: Sat, 16 May 2026 16:24:55 -0400
+Subject: [PATCH] sddm-wayland-session: Correctly install to
+ /usr/lib/sddm/sddm.conf.d
+
+The previous attempt to install there incorrectly uses the KDE_INSTALL_LIBDIR
+variable from ECM, which nearly never matches the correct base directory for SDDM
+on 64-bit systems. Instead, explicitly set the directory correctly so that it
+always works properly.
+
+Fixes: 8a9fdb7dac6fb06f6d692e53206a6be4ff337a54 ("sddm-wayland-session: install to KDE_INSTALL_LIBDIR")
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 8b6de1902c..5d3ff4b79c 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -389,7 +389,7 @@ add_subdirectory(login-sessions)
+ add_subdirectory(lookandfeel)
+
+ if (INSTALL_SDDM_WAYLAND_SESSION)
+- install(FILES sddm-wayland-session/plasma-wayland.conf DESTINATION ${KDE_INSTALL_LIBDIR}/sddm/sddm.conf.d)
++ install(FILES sddm-wayland-session/plasma-wayland.conf DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/sddm/sddm.conf.d)
+ else()
+ message(STATUS "INSTALL_SDDM_WAYLAND_SESSION is disabled. As soon as it's installed, SDDM will default to use Wayland and KWin for its greeter session (BETA, do not deploy to final users yet).")
+ endif()
+--
+GitLab
+
diff --git a/plasma-workspace.spec b/plasma-workspace.spec
index 9007dab..cef0d7d 100644
--- a/plasma-workspace.spec
+++ b/plasma-workspace.spec
@@ -2,8 +2,8 @@
Name: plasma-workspace
Summary: Plasma workspace, applications and applets
-Version: 6.6.5
-Release: 2%{?dist}
+Version: 6.6.90
+Release: 1%{?dist}
# Automatically converted from old format: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only) AND MIT - review is highly recommended.
License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only) AND MIT
@@ -32,6 +32,10 @@ Source41: spice-vdagent.conf
## upstream patches
+# sddm default conf installs in the wrong location
+# https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/6601
+Patch75: 6601.patch
+
## upstreamable Patches
## downstream Patches
@@ -438,8 +442,8 @@ ln -sr %{buildroot}%{_kf6_bindir}/startplasma-wayland %{buildroot}%{_kf6_bindir}
sed -E 's| \(.*\)||g' -i %{buildroot}%{_datadir}/wayland-sessions/plasma.desktop
# move sddm configuration snippet to the right place
-mkdir -p %{buildroot}%{_prefix}/lib/sddm
-mv %{buildroot}%{_sysconfdir}/sddm.conf.d %{buildroot}%{_prefix}/lib/sddm
+#mkdir -p %{buildroot}%{_prefix}/lib/sddm
+#mv %{buildroot}%{_sysconfdir}/sddm.conf.d %{buildroot}%{_prefix}/lib/sddm
## customize plasma-lookandfeel-fedora defaults
# from [Wallpaper] Image=Next to Image=Fedora
@@ -485,6 +489,8 @@ fi
%files -f %{name}.lang
%{_libexecdir}/ksecretprompter
+%{_libexecdir}/plasma-startup-sound
+%{_kf6_datadir}/xdg-desktop-portal/portals/plasmanotify.portal
%{_kf6_datadir}/applications/org.kde.baloorunner.desktop
%{_kf6_datadir}/applications/org.kde.secretprompter.desktop
%{_kf6_datadir}/xdg-desktop-portal/kde-portals.conf
@@ -665,6 +671,9 @@ fi
%changelog
+* Sat May 16 2026 Steve Cossette <farchord@gmail.com> - 6.6.90-1
+- 6.6.90
+
* Mon May 18 2026 Steve Cossette <farchord@gmail.com> - 6.6.5-2
- Fix for notifications being partially broken since Qt 6.11.1
diff --git a/sources b/sources
index 92e1c42..8f692a8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (plasma-workspace-6.6.5.tar.xz) = 865083b9fcb6f8bbaa5a26aa01b3c8f9afe3d7640d19b4639b149ea79ec825e536aa564a479453c43b6d810468e632c10ffa178e21a88250d818ff0aa33e753a
-SHA512 (plasma-workspace-6.6.5.tar.xz.sig) = 29e8b90c241992e107533c5925bba6075400289c1a68ba9a6b9db818797cfb33300aa28352e1fbc7063bc21e0ec8385a93b42337bdc5539ae05d6876114ca8b2
+SHA512 (plasma-workspace-6.6.90.tar.xz) = c2e8289322234e9b2a66daab604cc83cb70cc09e2b1430ea7127f91d3e40feaa98e8ee5f7107e6a22bfc0725226beb5d7ce737bbea0d02e922c943d7a2aad0d4
+SHA512 (plasma-workspace-6.6.90.tar.xz.sig) = 0cd425cc0c02f818f565b6dea17bcb4c2c4d97938aa9e5b51ceeb85cfc52a5d44a4d0b0cad950087fd4eec78cc450dd806c2c560ecc26cae7a3e7768fe21bd0b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 22:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 22:06 [rpms/plasma-workspace] f44: 6.6.90 Steve Cossette
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox