<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body><div data-html-editor-font-wrapper="true" style="font-family: arial, sans-serif; font-size: 13px;">Hello,<br><br>Our docker builder for the gitlab CI has been upgraded to Ubuntu 22.04 LTS (from Ubuntu 20.04), to prepare Xfce 4.18, which will needs the following dependencies:<br><br>* glib-2.0 >= 2.66 (Same version for gmodule-2.0, gobject-2.0, gthread-2.0, gio-2.0 and gdbus)<br>* gtk >= 3.24<br>* libcairo >= 1.16<br>* gdk-pixbuf-2.0 >= 2.40<br><br>See <a target="_blank" rel="noopener noreferrer" href="https://wiki.xfce.org/releng/4.18/roadmap#changes_in_dependencies">https://wiki.xfce.org/releng/4.18/roadmap#changes_in_dependencies</a><br><br>The image bump introduce a regression on some "make distcheck" targets in CI, due to an intltool 'bug' (<a target="_blank" rel="noopener noreferrer" href="https://code.launchpad.net/~invidian/intltool/fix-dangling-lock-file/+merge/400825">https://code.launchpad.net/~invidian/intltool/fix-dangling-lock-file/+merge/400825</a>).<br><br>You may have the following error:<br>```<br>ERROR: files left in build directory after distclean:<br>./po/.intltool-merge-cache.lock<br>```<br><br>You need to fix it in Makefile.am as explained in <a target="_blank" rel="noopener noreferrer" href="https://gitlab.xfce.org/xfce/libxfce4ui/-/merge_requests/69">https://gitlab.xfce.org/xfce/libxfce4ui/-/merge_requests/69</a> (Add `po/.intltool-merge-cache.lock` to DISTCLEANFILES target.)<br><br><br>Note: We will get rid of the deprecated intltool usage at a point with <a target="_blank" rel="noopener noreferrer" href="https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/issues/41">https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/issues/41</a><br><br>Enjoy :)<br> </div></body></html>