Plasma 6.1 maybe final, somewhat tested. KDE:Frameworks already publish disabled.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/plasma6-openSUSE?expand=0&rev=16
This commit is contained in:
parent
0f4bfe8307
commit
c45204733c
12
panel.diff
12
panel.diff
@ -9,12 +9,14 @@
|
||||
// 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
|
||||
@@ -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.writeConfig("icon", "start-here-branding")
|
||||
kickoff.currentConfigGroup = ["Shortcuts"]
|
||||
kickoff.writeConfig("global", "Alt+F1")
|
||||
|
||||
//panel.addWidget("org.kde.plasma.showActivityManager")
|
||||
panel.addWidget("org.kde.plasma.pager")
|
||||
panel.addWidget("org.kde.plasma.icontasks")
|
||||
|
@ -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>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
# Plasma 6 pulls in Qt 5 as well, tell qml-autoreqprov what to use
|
||||
%global __qml_requires_opts --qtver 6
|
||||
%global plasma_version 6.0.5
|
||||
%global plasma_version 6.1.0
|
||||
Name: plasma6-openSUSE
|
||||
Version: 84.87~git20240313T170730~9c664b7
|
||||
Release: 0
|
||||
@ -82,7 +82,6 @@ This package contains the Plasma 6 Look-and-feel package for openSUSE.
|
||||
%package -n plasma6-sddm-theme-openSUSE
|
||||
Summary: SDDM theme for openSUSE
|
||||
Group: System/GUI/KDE
|
||||
Requires: sddm-qt6-branding-openSUSE
|
||||
Requires: wallpaper-branding-openSUSE = %{wallpaper_branding_version}
|
||||
Provides: sddm-theme-openSUSE = %{version}
|
||||
Obsoletes: sddm-theme-openSUSE < %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user