Accepting request 1181353 from KDE:Frameworks

- Update to 6.1.0
- Don't have plasma6-sddm-theme-openSUSE require
  sddm-qt6-branding-openSUSE

- Update to 6.0.90
- Rebase panel.diff

OBS-URL: https://build.opensuse.org/request/show/1181353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plasma6-openSUSE?expand=0&rev=7
This commit is contained in:
Ana Guerrero 2024-06-22 11:22:43 +00:00 committed by Git OBS Bridge
commit 916f33bba9
3 changed files with 21 additions and 7 deletions

View File

@ -9,12 +9,14 @@
// No need to set panel.location as ShellCorona::addPanel will automatically pick one available edge // No need to set panel.location as ShellCorona::addPanel will automatically pick one available edge
// For an Icons-Only Task Manager on the bottom, *3 is too much, *2 is too little // For an Icons-Only Task Manager on the bottom, *3 is too much, *2 is too little
@@ -22,6 +24,8 @@ @@ -21,7 +21,9 @@
}
} }
var kickoff = panel.addWidget("org.kde.plasma.kickoff") -panel.addWidget("org.kde.plasma.kickoff")
+var kickoff = panel.addWidget("org.kde.plasma.kickoff")
+kickoff.currentConfigGroup = ["General"] +kickoff.currentConfigGroup = ["General"]
+kickoff.writeConfig("icon", "start-here-branding") +kickoff.writeConfig("icon", "start-here-branding")
kickoff.currentConfigGroup = ["Shortcuts"] //panel.addWidget("org.kde.plasma.showActivityManager")
kickoff.writeConfig("global", "Alt+F1") panel.addWidget("org.kde.plasma.pager")
panel.addWidget("org.kde.plasma.icontasks")

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jun 13 10:58:46 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.1.0
- Don't have plasma6-sddm-theme-openSUSE require
sddm-qt6-branding-openSUSE
-------------------------------------------------------------------
Sat May 25 11:19:26 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.90
- Rebase panel.diff
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 22 07:43:15 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de> Wed May 22 07:43:15 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -20,7 +20,7 @@
# Plasma 6 pulls in Qt 5 as well, tell qml-autoreqprov what to use # Plasma 6 pulls in Qt 5 as well, tell qml-autoreqprov what to use
%global __qml_requires_opts --qtver 6 %global __qml_requires_opts --qtver 6
%global plasma_version 6.0.5 %global plasma_version 6.1.0
Name: plasma6-openSUSE Name: plasma6-openSUSE
Version: 84.87~git20240313T170730~9c664b7 Version: 84.87~git20240313T170730~9c664b7
Release: 0 Release: 0
@ -82,7 +82,6 @@ This package contains the Plasma 6 Look-and-feel package for openSUSE.
%package -n plasma6-sddm-theme-openSUSE %package -n plasma6-sddm-theme-openSUSE
Summary: SDDM theme for openSUSE Summary: SDDM theme for openSUSE
Group: System/GUI/KDE Group: System/GUI/KDE
Requires: sddm-qt6-branding-openSUSE
Requires: wallpaper-branding-openSUSE = %{wallpaper_branding_version} Requires: wallpaper-branding-openSUSE = %{wallpaper_branding_version}
Provides: sddm-theme-openSUSE = %{version} Provides: sddm-theme-openSUSE = %{version}
Obsoletes: sddm-theme-openSUSE < %{version} Obsoletes: sddm-theme-openSUSE < %{version}