public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/plasma-desktop] rawhide: 6.7.90
@ 2026-09-12 11:59 Steve Cossette
0 siblings, 0 replies; only message in thread
From: Steve Cossette @ 2026-09-12 11:59 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/plasma-desktop
Branch : rawhide
Commit : da485162e99645f9fe3b9be3edc6a5a7ea404a60
Author : Steve Cossette <farchord@gmail.com>
Date : 2026-09-12T07:58:58-04:00
Stats : +8/-31 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/plasma-desktop/c/da485162e99645f9fe3b9be3edc6a5a7ea404a60?branch=rawhide
Log:
6.7.90
---
diff --git a/.gitignore b/.gitignore
index d6b53a8..31e0956 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@
/plasma-desktop-6.7.3.tar.xz.sig
/plasma-desktop-6.7.4.tar.xz.sig
/plasma-desktop-6.7.5.tar.xz.sig
+/plasma-desktop-6.7.90.tar.xz.sig
diff --git a/hide-virtual-keyboard-indicator-on-sddm.patch b/hide-virtual-keyboard-indicator-on-sddm.patch
deleted file mode 100644
index c57b940..0000000
--- a/hide-virtual-keyboard-indicator-on-sddm.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/sddm-theme/Main.qml b/sddm-theme/Main.qml
-index 884165299..cb187da2f 100644
---- a/sddm-theme/Main.qml
-+++ b/sddm-theme/Main.qml
-@@ -452,7 +452,7 @@ Item {
- userListComponent.mainPasswordBox.forceActiveFocus();
- inputPanel.showHide()
- }
-- visible: inputPanel.status === Loader.Ready
-+ visible: false
-
- Layout.fillHeight: true
- containmentMask: Item {
diff --git a/plasma-desktop.spec b/plasma-desktop.spec
index 36e1d6d..5fec44b 100644
--- a/plasma-desktop.spec
+++ b/plasma-desktop.spec
@@ -5,7 +5,7 @@
Name: plasma-desktop
Summary: Plasma Desktop shell
-Version: 6.7.5
+Version: 6.7.90
Release: 1%{?dist}
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 (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
@@ -21,12 +21,6 @@ Source20: breeze-fedora-0.3.tar.gz
## upstream patches
## downstream patches
-# default kickoff/kicker favorites: +kwrite +konsole
-# Patch100: plasma-desktop-5.90.0-default_favorites.patch
-
-# Hide virtual keyboard indicator on sddm.
-# Do not remove this as it breaks Fedora's QA policy
-Patch101: hide-virtual-keyboard-indicator-on-sddm.patch
## upstreamable patches
@@ -292,13 +286,13 @@ sed -i -e 's|^logo=.*$|logo=%{_datadir}/pixmaps/fedora_whitelogo.svg|g' %{buildr
%check
desktop-file-validate %{buildroot}/%{_datadir}/applications/kcm_{keyboard,access,clock,splashscreen,landingpage,keys,smserver,desktoppaths,gamecontroller,activities,recentFiles,kded,krunnersettings,plasmasearch,qtquicksettings,touchscreen,workspace,baloofile,solid_actions,mouse,touchpad,tablet}.desktop
-desktop-file-validate %{buildroot}/%{_datadir}/applications/kcmspellchecking.desktop
desktop-file-validate %{buildroot}/%{_datadir}/applications/org.kde.knetattach.desktop
desktop-file-validate %{buildroot}/%{_datadir}/applications/org.kde.plasma.emojier.desktop
desktop-file-validate %{buildroot}/%{_datadir}/applications/kaccess.desktop
%files -f plasmadesktop6.lang
%license LICENSES
+%{_kf6_datadir}/kglobalaccel/org.kde.screenreader.desktop
%{_bindir}/kaccess
%{_bindir}/knetattach
%{_bindir}/solid-action-desktop-gen
@@ -312,7 +306,6 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/kaccess.desktop
%{_kf6_qtplugindir}/plasma/kcms/desktop/kcm_krunnersettings.so
%{_kf6_qtplugindir}/plasma/kcms/systemsettings/*.so
%{_kf6_qtplugindir}/plasma/kcms/systemsettings_qwidgets/*.so
-%{_kf6_qtplugindir}/plasma/kcminit/kcm_touchpad_init.so
%{_kf6_plugindir}/kded/*.so
%{_kf6_plugindir}/krunner/krunner*.so
%{_kf6_qmldir}/org/kde/plasma/activityswitcher
@@ -320,18 +313,11 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/kaccess.desktop
%{_kf6_qmldir}/org/kde/private/desktopcontainment/*
%{_kf6_datadir}/plasma/*
%{_kf6_datadir}/applications/kde-mimeapps.list
-%ifnarch s390 s390x
-# kcminput
-%{_kf6_bindir}/kapplymousetheme
-%{_kf6_bindir}/kcm-touchpad-list-devices
-%endif
%{_kf6_datadir}/kcmmouse/
-%{_kf6_qtplugindir}/plasma/kcminit/kcm_mouse_init.so
%{_datadir}/config.kcfg/*.kcfg
%{_datadir}/kglobalaccel/org.kde.plasma.emojier.desktop
%{_datadir}/kglobalaccel/org.kde.touchpadshortcuts.desktop
%{_datadir}/qlogging-categories6/*.categories
-%{_kf6_datadir}/dbus-1/interfaces/org.kde.touchpad.xml
%{_kf6_datadir}/kcmkeys
%{_kf6_datadir}/knsrcfiles/
%{_kf6_datadir}/kcmsolidactions/
@@ -370,6 +356,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/kaccess.desktop
%changelog
+* Thu Sep 10 2026 Steve Cossette <farchord@gmail.com> - 6.7.90-1
+- 6.7.90
+
* Tue Sep 08 2026 Steve Cossette <farchord@gmail.com> - 6.7.5-1
- 6.7.5
diff --git a/sources b/sources
index c132100..17912e1 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
SHA512 (breeze-fedora-0.3.tar.gz) = 8a3cafb61c5dc8944b71c8c8036e034d178a9384e0ca3b86847ad0caa91962b0f50e6615348cd32e116fe28a6befa5492dc5cc1c4ef0120617a1fbbf69ee0200
-SHA512 (plasma-desktop-6.7.5.tar.xz) = 8a6066ada7b4133a02d3c33913ff9e379a85f7c06b458422d718be0fa0a9283930b3457e1ab2a367664d56e6f9f260e51021197b647ade065f34017dd7bc4b55
-SHA512 (plasma-desktop-6.7.5.tar.xz.sig) = 853ab435e68f2b22a15d80855d1a402ce2595aa2ca6a52ef8c1e882e80b5ab9286f8c450ae076a9ddfb816ad2afa112cef8ad8a2803f7184e7de33caa6e5bbf6
+SHA512 (plasma-desktop-6.7.90.tar.xz) = f7a60f28b93c303d4091b809e4b7bc9c9062132539701d987fb063cbc1af56354d3abdf9ce95339c354266fa0df7878723929b45d0d47798fc1fb3d00aebffc7
+SHA512 (plasma-desktop-6.7.90.tar.xz.sig) = 9bcb733a39fe8215c47fc4511e0221d81f3e91e3df2a445c356cf9e2fad0f8a6153f3f4357fd1ae3af72f139a00a35eb87a885a3e26dc83906f716be7c49ca46
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-12 11:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-12 11:59 [rpms/plasma-desktop] rawhide: 6.7.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