Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193309 - x11-misc/efax-gtk-3.0.11.ebuild doesn't install locales
Summary: x11-misc/efax-gtk-3.0.11.ebuild doesn't install locales
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-21 10:07 UTC by Peter GAAL
Modified: 2009-02-15 23:00 UTC (History)
0 users

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


Attachments
Patch to add NLS to efax-gtk-3.0.11.ebuild (ebuild-3.0.11-r1.patch,1.03 KB, patch)
2007-10-09 16:54 UTC, Peter GAAL
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter GAAL 2007-09-21 10:07:28 UTC
The make process detects that it should use gettext but it doesn't install the mo files in /usr/share/locale/*/LC_MESSAGES.

Locales as defined in /etc/env.d/02locale (and working!):
# Precedence goes from top to bottom
#LC_ALL="de_DE@euro"
# The following is for the GUI (gdm)
#LC_MESSAGES="de_DE@euro"
LC_COLLATE="de_DE@euro"
LC_CTYPE="de_DE@euro"
LC_MONETARY="de_DE@euro"
LC_NUMERIC="POSIX"
LC_TIME="de_DE@euro"
LC_PAPER="de_DE@euro"
# The following is the sytem default
LANG="de_DE@euro"

There are also LINGUAS definitions in /etc/make.conf:
LINGUAS="de en hu fr es"


Reproducible: Always

Steps to Reproduce:
1. emerge efax-gtk
2.
3.
Comment 1 Peter GAAL 2007-10-09 16:54:39 UTC
Created attachment 133008 [details, diff]
Patch to add NLS to efax-gtk-3.0.11.ebuild

Simply add NLS to the ebuild by renaming po/*.gmo to po/*.mo and then using domo.
The diff was applied to a soft link "../efax-gtk-3.0.11-r1.ebuild" in the files directory.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2007-10-09 17:32:20 UTC
Why did you change resolution to RESOLVED, FIXED? It's not in Portage yet, so it's not fixed.
Comment 3 Peter GAAL 2007-10-10 18:15:51 UTC
(In reply to comment #2)
> Why did you change resolution to RESOLVED, FIXED? It's not in Portage yet, so
> it's not fixed.

Sorry, I was just too happy.

Comment 4 Peter Alfredsen (RETIRED) gentoo-dev 2009-02-15 23:00:11 UTC
  15 Feb 2009; Peter Alfredsen <loki_val@gentoo.org>
  +efax-gtk-3.0.18.ebuild:
  Fix bug 251779 with ebuild from Michael Mair-Keimberger <miki3@gmx.net>.
  Also solves bug 193309, thanks to Peter GAAL <pgaal@gmx.net>.