After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 338597 - [PATCH] Update configure.in for new po/LINGUAS instructions
[PATCH] Update configure.in for new po/LINGUAS instructions
Status: RESOLVED FIXED
Product: ekiga
Classification: Applications
Component: general
unspecified
Other Linux
: Low trivial
: ---
Assigned To: Snark
Ekiga maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-15 13:45 UTC by Brian Pepple
Modified: 2006-05-19 18:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Updated po/LINGUAS patch (1.46 KB, patch)
2006-04-15 13:46 UTC, Brian Pepple
none Details | Review

Description Brian Pepple 2006-04-15 13:45:48 UTC
Here's a patch for the new po/LINGUAS instructions.  Refer to http://live.gnome.org/GnomeGoals/PoLinguas
Comment 1 Brian Pepple 2006-04-15 13:46:14 UTC
Created attachment 63575 [details] [review]
Updated po/LINGUAS patch
Comment 2 Snark 2006-04-15 19:37:52 UTC
What exactly was wrong with the previous patch ?
Comment 3 Brian Pepple 2006-04-15 19:50:07 UTC
A lot of people thought that the prior method wasn't the correct way to handle the LINGUAS file, so the instructions for handling it was changed.  For more information refer to http://live.gnome.org/GnomeGoals/PoLinguas & http://primates.ximian.com/~dobey/index.php?date=2006-04-12&month=04&year=2006.
Comment 4 Snark 2006-04-15 20:11:15 UTC
I have two remarks here :
1) there's no way I'll apply a patch that changes the intltool version on which we depend before we branch for 2.2 : it will have to wait -- hopefully not long.
2) it would be nice if bug reports about this LINGUAS file don't come up every week...
Comment 5 Snark 2006-05-17 20:13:14 UTC
Ok, ekiga was branched, I can now commit.

Thanks.
Comment 6 Michael Rickmann 2006-05-18 14:39:07 UTC
Oh dear, this breaks my current attempts for a cleaner WIN32 build. I guess because intltool version >= 0.35.0 is required. In breezy I have 
intltool version 0.34.1. A 0.35 package cannot be expected for ubuntu or debian.
Regards
Michael Rickmann
Comment 7 Snark 2006-05-18 15:21:51 UTC
I have 0.34.2-0ubuntu1 here and it works...
Comment 8 Michael Rickmann 2006-05-18 15:46:01 UTC
Actually for me it does not install anything. Perhaps I have to change something else (yet unknown) too. The 0.35 I have from the URL above: http://live.gnome.org/GnomeGoals/PoLinguas. Let us see, how the automated CVS builds cope with it.
Regards
Michael
Comment 9 Snark 2006-05-18 16:31:40 UTC
Hmmm... as far as I can tell, the cvs builds go on since I can see my ChangeLog entries in /usr/share/doc/ekiga-cvs/changelog.gz.

There must be something else :-/
Comment 10 Michael Rickmann 2006-05-19 12:51:46 UTC
It was the intltool version. I have hacked a 0.35.0 package and installed it. Now the translations are build and installed, still to the wrong dir (need to define DATADIRNAME, I guess).
Thank you.
Michael
Comment 11 Snark 2006-05-19 17:18:22 UTC
What's this "wrong dir" problem ?
Comment 12 Michael Rickmann 2006-05-19 18:47:16 UTC
For WIN32 everything goes into one directory. So I configure with bindir="${prefix}", datadir="${prefix}", sysconfdir="${prefix}", libdir="${prefix}". However, with the new intltool the locales do no longer end up in ${prefix}/locale but in ${prefix}/lib/locale. In the intltool changelog it says: "2006-04-11  Rodney Dawes  <dobey@novell.com> Makefile.in.in: Dump localedir, gnuclocaledir, and gettextsrcdir variables as we no longer need them Add DATADIRNAME substitution handling and define itlocaledir with it". I think that I can adapt to the new scheeme. The problem is, however, that for a general build process it is not standard yet. I guess I better try intltool 0.34.2 first.
Michael