Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205328 - x11-misc/remind nls support
Summary: x11-misc/remind nls support
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Torsten Veller (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2008-01-11 14:11 UTC by Jan Seeger
Modified: 2008-02-02 23:30 UTC (History)
1 user (show)

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


Attachments
remind ebuild using locale (remind-03.01.03.ebuild,1.71 KB, text/plain)
2008-01-11 14:11 UTC, Jan Seeger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Seeger 2008-01-11 14:11:06 UTC
The normal remind ebuild currently in portage does not respect the LANG variable and is thus not built for the correct language. I use the nls use flag to determine if to build with a specific language.
This is my first real ebuild and pretty much only for my own consumption, but I wanted to share it nonetheless. NOTE: The get_language function needs some more work.

Reproducible: Always
Comment 1 Jan Seeger 2008-01-11 14:11:57 UTC
Created attachment 140707 [details]
remind ebuild using locale
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2008-02-02 23:30:43 UTC
Thanks for your ebuild.

But I will not commit it to the tree as it hides the problem: The language should be chosen at runtime and not at compile-time. So this is more a upstream bug.

(If you don't want to maintain a modified ebuild you can also use  EXTRA_EMAKE='LANGDEF=-DLANG=GERMAN' (if you want a german ui).
Put it in /etc/portage/env/x11-misc/remind and it works automagically with future versions.)

Thanks