From: "\"Шишков Е.В.\"" <shev@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] Решил реанимировать kradio. Ругань на локали.
Date: Tue, 29 Apr 2008 14:31:14 +0400
Message-ID: <4816F8F2.1050707@altlinux.org> (raw)
In-Reply-To: <20080429101251.GA17492@wrar.name>
Andrey Rahmatullin пишет:
> On Tue, Apr 29, 2008 at 05:07:39PM +0700, Slava Semushin wrote:
>> %find_lang --with-kde %name
>> for name in {alsa,oss}-sound soundserver timeshifter
>> gui-{standard-display,error-log,docking-menu,quickbar} radio streaming
>> v4lradio recording timecontrol; do
>> %find_lang --with-kde "%name-$name" --append --output=%name.lang
>> done
> Можно и одним вызовом %find_lang (но %name придётся указывать каждый
> раз). Но в исходном варианте предполагалось не указывать вообще, а
> подключать всё, что есть. Предлагаю выполнить скрипт руками и посмотреть,
> что же именно там добавляется.
Выполнил вот как:
find /home/evgen/tmp/kradio-buildroot/usr/share/ -type f -name kradio\*.mo | sed
"s|.mo$||" | \
while read f; do echo `basename "$f"`; done | sort| uniq | \
while read n
do
echo "$n"
done
Получил:
kradio
kradio-alsa-sound
kradio-gui-docking-menu
kradio-gui-error-log
kradio-gui-quickbar
kradio-gui-standard-display
kradio-oss-sound
kradio-radio
kradio-recording
kradio-soundserver
kradio-streaming
kradio-timecontrol
kradio-timeshifter
kradio-v4lradio
Полез по папкам locale.
/es и /pl
содержат только kradio.mo
Может это как то влияет?
next prev parent reply other threads:[~2008-04-29 10:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-29 8:44 ШЕВ
2008-04-29 9:08 ` Andrey Rahmatullin
2008-04-29 9:52 ` "Шишков Е.В."
2008-04-29 10:07 ` Slava Semushin
2008-04-29 10:12 ` Andrey Rahmatullin
2008-04-29 10:31 ` "Шишков Е.В." [this message]
2008-04-29 11:57 ` "Шишков Е.В."
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4816F8F2.1050707@altlinux.org \
--to=shev@altlinux.org \
--cc=devel@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git