bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68439: icewm do not install MO files.


From: Feng Shu
Subject: bug#68439: icewm do not install MO files.
Date: Sun, 14 Jan 2024 11:08:37 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

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$"))))
```


-- 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]