GNU bug report logs -
#68439
icewm do not install MO files.
Previous Next
Reported by: Feng Shu <tumashu <at> 163.com>
Date: Sun, 14 Jan 2024 03:10:01 UTC
Severity: normal
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
I remember that was left over and kept from previous patches. If they
are not rebuilt there is a bug
I will remove these lines in the next update to the next version,
unless there is objection.
On Sat, Jan 13, 2024 at 7:08 PM Feng Shu <tumashu <at> 163.com> wrote:
>
>
> Hello:
>
> At the moment: icewm do not install MO files to
> 'share/locale/<lang>/LC_MESSAGES', gmo files in tarball are removed, but
> do not re-generated, I try to add gettext-minimul to inputs, but can not
> re-generate gmo files successfully.
>
> Any reason we should remove gmo files in tarball?
>
> ```
> (add-after 'unpack 'remove-gmo-files
> ;; gmo files are generated from .po files
> ;; so remove them before build to make sure
> ;; they are re-generated if needed
> (lambda _
> (for-each delete-file
> (find-files "po" "\\.gmo$"))))
> ```
>
>
> --
>
This bug report was last modified 1 year and 114 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.