Accepting request 1166439 from home:alarrosa:branches:KDE:Frameworks
- 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 OBS-URL: https://build.opensuse.org/request/show/1166439 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/plasma6-openSUSE?expand=0&rev=10
This commit is contained in:
parent
2dc2d1d8dc
commit
fbe07db5df
@ -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>
|
||||
|
||||
|
@ -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
|
||||
%global __qml_requires_opts --qtver 6
|
||||
%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
|
||||
Group: System/GUI/KDE
|
||||
Requires: sddm-qt6-branding-openSUSE
|
||||
Requires: wallpaper-branding-openSUSE
|
||||
Requires: wallpaper-branding-openSUSE = %{wallpaper_branding_version}
|
||||
Provides: sddm-theme-openSUSE = %{version}
|
||||
Obsoletes: sddm-theme-openSUSE < %{version}
|
||||
|
||||
|
@ -7,5 +7,5 @@ index 35c2a13..4d0709a 100644
|
||||
color=#1d99f3
|
||||
fontSize=10
|
||||
-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
|
||||
|
Loading…
Reference in New Issue
Block a user