Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201936 - app-text/djvu NLS doesn't work
Summary: app-text/djvu NLS doesn't work
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Peter Volkov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-11 12:47 UTC by Petr Pisar
Modified: 2007-12-13 09:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
NLS fix (djvu-3.5.20-r1.diff,1.26 KB, patch)
2007-12-11 12:48 UTC, Petr Pisar
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisar 2007-12-11 12:47:01 UTC
Ebuilds <= 3.5.20 supports IUSE=nls but using the flag has no effect. It's not als possible to select subset of languages according LINGUAS from /etc/make.conf.

Reproducible: Always

Steps to Reproduce:
1.USE=nls emerge djvu

Actual Results:  
No translation for djview, a Qt browser, is installed. 

Expected Results:  
NLS should be available.
Comment 1 Petr Pisar 2007-12-11 12:48:48 UTC
Created attachment 138253 [details, diff]
NLS fix

This patch utilizes LINGUAS from /etc/make.conf and installes supported languages effectively.
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2007-12-13 09:51:35 UTC
Thank you Petr, for report and fix! Note that you should quote "${I18N}". In other case only first language in LINGUAS will work. With this remark fixed in djvu-3.5.20-r1.