- Update prefferences patch to point to correct wallpaper on the disk
based on openSUSE/SLE branding package OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/icewm?expand=0&rev=59
This commit is contained in:
committed by
Git OBS Bridge
parent
5b630fcd46
commit
7c0218d2fd
@@ -176,6 +176,15 @@ make %{?_smp_mflags} clean
|
||||
make %{?_smp_mflags}
|
||||
# Patch generated lib/preferences file.
|
||||
patch -p1 -i %{PATCH99}
|
||||
# And use proper branding
|
||||
%if 0%{?is_opensuse}
|
||||
wallpaper="openSUSEdefault"
|
||||
%else
|
||||
wallpaper="SLEdefault"
|
||||
%endif
|
||||
sed -i \
|
||||
-e "s:BRANDING_PICTURE:/usr/share/wallpapers/$wallpaper/contents/images/1920x1080.jpg:" \
|
||||
src/preferences
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Reference in New Issue
Block a user