bug#68439: icewm do not install MO files.

2024-01-14 Thread Andy Tai
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  wrote:
>
>
> Hello:
>
> At the moment: icewm do not install MO files to
> 'share/locale//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$"
> ```
>
>
> --
>





bug#68439: icewm do not install MO files.

2024-01-13 Thread Feng Shu


Hello:

At the moment: icewm do not install MO files to
'share/locale//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$"
```


--