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

* bug#68439: icewm do not install MO files.
  2024-01-14  3:08 bug#68439: icewm do not install MO files Feng Shu
@ 2024-01-15  6:17 ` Andy Tai
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Tai @ 2024-01-15  6:17 UTC (permalink / raw)
  To: Feng Shu; +Cc: iyzsong, 68439

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




^ 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).