On Thu, Apr 11, 2019 at 02:00:18PM +0200, Bram Moolenaar wrote: > Christian wrote: > > Bram, > > in issue 4222 (https://github.com/vim/vim/pull/4222) it was mentioned, > > that the desktop file translations could be generated at build time. So > > here is a patch, that adds this capabilities to the desktop files. ... > I have included this with patch 8.1.1147. Unfortunately CI fails: > > msgfmt: unrecognized option '--desktop' > > How do we work around that? Can we force-install a newer msgfmt > version?
According to http://git.savannah.gnu.org/cgit/gettext.git/tree/NEWS, desktop file support was added in version 0.19. Currently vim's .travis.yml specifies dist: trusty Ubuntu 14.04 LTS (trusty) comes with gettext 0.18.3. Ubuntu 16.04 LTS (xenial) comes with gettext 0.19.7 so everything should work nicely if you change dist: to xenial. (This is best done in a branch so you can see if asking the CI to use a newer distro image breaks anything else.) HTH, Marius Gedminas -- TCP_SeqNum - The 32-bit Sequence Number, encoded as an ASCII string representing the hex value of the Sequence number. This field MUST be sent as lower case because it is not urgent. -- RFC 3093 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: PGP signature
