fix(lomiri): use a different test background (#704)

* fix(lomiri): use a different test background

Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com>

* fix: use png instead of webp

Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com>

---------

Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com>
This commit is contained in:
cat-master21
2023-08-27 04:11:55 -07:00
committed by GitHub
parent 75a6b77302
commit 6b001a72fd
+4
View File
@@ -95,6 +95,10 @@ The %{name}-tests package contains test files for %{name}.
%prep
%autosetup -n lomiri-%commit -p1
# Ubuntu specific, may have to be updated every background image change on Gnome or Ubuntu
for i in $(grep -rl warty-final-ubuntu); do
sed -i 's!warty-final-ubuntu.png!f38/default/f38-01-day.png!' $i
done
%build
%cmake -DWerror=OFF -DDEB_HOST_MULTIARCH=%{_arch} -DCMAKE_INSTALL_LOCALSTATEDIR="%{_localstatedir}" -DDISPLAYED_DISTRO_NAME="Fedora" -DUSE_MIROIL=1