unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#68439: icewm do not install MO files.
@ 2024-01-14  3:08 Feng Shu
  2024-01-15  6:17 ` Andy Tai
  0 siblings, 1 reply; 2+ messages in thread
From: Feng Shu @ 2024-01-14  3:08 UTC (permalink / raw)
  To: 68439; +Cc: iyzsong, atai


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


-- 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-15  6:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-14  3:08 bug#68439: icewm do not install MO files Feng Shu
2024-01-15  6:17 ` Andy Tai

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).