Re: another release candidate
- From: tpgww@xxxxxxxxxxx
- To: emelfm2@xxxxxxxxxxxxx
- Date: Sun, 19 Jun 2005 01:51:23 +1000
On Sat, 18 Jun 2005 18:59:02 +0900 (JST)
UTUMI Hirosi <utuhiro78@xxxxxxxxxxx> wrote:
> Great. It's working fine for me.
>
> emelfm2-tom-20050617 doesn't install message catalogs,
manually: make i18n, make install_i18n
so
> I added the script to my emelfm2.spec:
> ---
> # install emelfm2.mo for Japanese
> cd po
> msgfmt -o emelfm2.mo ja_JP.po
> mkdir -p $RPM_BUILD_ROOT/%{_datadir}/locale/ja/LC_MESSAGES
> cp emelfm2.mo $RPM_BUILD_ROOT/%{_datadir}/locale/ja/LC_MESSAGES
> cd -
could try these:
%make install PREFIX=<whatever>
%make install_i18n PREFIX=<whatever>
%find_lang %{name}
> ---
>
> srpm for Fedora Core 4:
> http://sourceforge.net/project/showfiles.php?group_id=129380
>
> Also I attached a screenshot.
Thanks. I'll upload that to the website.
Regards
Tom
--
Users can unsubscribe from the list by sending email to
emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field or by
logging into the web interface.
- References:
- Re: another release candidate
- From: UTUMI Hirosi
Other related posts:
- » another release candidate
- » Re: another release candidate
- » Re: another release candidate
- » Re: another release candidate
- » Re: another release candidate
- » Re: another release candidate
- Re: another release candidate
- From: UTUMI Hirosi