Closed elboulangero closed 7 years ago
The Ubuntu build fails because it lacks autopoint
. Autopoint is a new build dependency related to gettext.
So I think the only thing needed here is to add autopoint to the dockerfiles. On Debian and Ubuntu, the package is just named autopoint
, so that's easy.
And btw, intltool
can be removed from the dockerfiles.
So I think the only thing needed here is to add autopoint to the dockerfiles.
I've been considering to rework the travis thing anyway, since currently I have to manually maintain the images, more or less at least, which is a nuisance.
Any news on this ? I'm kind of waiting to merge that, rework details here and there, and tag a release.
I think it's fine. I don't see anything else we should discuss about it
Alright, merged !
intltool
and use a modern version ofgettext
instead.The two main reasons for moving away from intltool:
make dist
.