mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user