<div dir="ltr"><div>I can make a 0.0.0.1 release if it helps</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 19 Sept 2022 at 10:28, Vlad Zahorodnii <<a href="mailto:vlad.zahorodnii@kde.org">vlad.zahorodnii@kde.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 9/15/22 22:43, Bernhard Rosenkraenzer wrote:<br>
> On Thursday, September 15, 2022 16:11 CEST, Jonathan Riddell <<a href="mailto:jr@jriddell.org" target="_blank">jr@jriddell.org</a>> wrote:<br>
>   <br>
>> Plasma 5.25.90 is now released<br>
> <br>
> kwin fails to build against kwayland 5.98.0 because autotests/integration/test_helpers.cpp calls KWayland::Client::Output::name(), which only exists in HEAD.<br>
> It works after adding commit cb13afd8530f651c7d0ce82e47eaa3e1939bd676 to kwayland 5.98.0 (or just using HEAD kwayland).<br>
> <a href="https://invent.kde.org/frameworks/kwayland/-/commit/cb13afd8530f651c7d0ce82e47eaa3e1939bd676.patch" rel="noreferrer" target="_blank">https://invent.kde.org/frameworks/kwayland/-/commit/cb13afd8530f651c7d0ce82e47eaa3e1939bd676.patch</a><br>
> <br>
> Another potential "fix" is to disable that particular test.<br>
<br>
Oh, shoot. It looks like we missed tagging after all. :(<br>
<br>
There are two options either -DBUILD_TESTING=OFF or avoid building the <br>
tests that use KWayland::Client::Output. <br>
KWayland::Client::Output::name() is used exclusively by autotests, kwin <br>
itself doesn't need it.<br>
<br>
I would like to avoid reverting the relevant changes because they would <br>
affect our autotests and there's no easy way to work around not having <br>
KWayland::Client::Output::name().<br>
<br>
Regards,<br>
Vlad<br>
</blockquote></div>