Ana Guerrero 2024-04-09 14:46:22 +00:00 committed by Git OBS Bridge
commit 9bbfb8e03c
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Apr 9 11:56:21 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
- Modify sddmtheme.diff to change the extension of the openSUSE
branding wallpaper from jpg to png since the extension was
changed in TW (boo#1222546)
- Require the same wallpaper-branding version as used when building
to make sure the png file exists
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 26 18:06:20 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de> Tue Mar 26 18:06:20 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -16,6 +16,8 @@
# #
%define wallpaper_branding_version %(rpm -q --queryformat '%%{VERSION}' wallpaper-branding-openSUSE)
# 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.3 %global plasma_version 6.0.3
@ -81,7 +83,7 @@ This package contains the Plasma 6 Look-and-feel package for 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: sddm-qt6-branding-openSUSE
Requires: wallpaper-branding-openSUSE 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}

View File

@ -7,5 +7,5 @@ index 35c2a13..4d0709a 100644
color=#1d99f3 color=#1d99f3
fontSize=10 fontSize=10
-background=/usr/share/wallpapers/Next/contents/images/5120x2880.png -background=/usr/share/wallpapers/Next/contents/images/5120x2880.png
+background=/usr/share/wallpapers/openSUSEdefault/contents/images/1920x1080.jpg +background=/usr/share/wallpapers/openSUSEdefault/contents/images/1920x1080.png
needsFullUserModel=false needsFullUserModel=false