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 339292 - [Patch] Use po/LINGUAS - based on the NEW guidelines
[Patch] Use po/LINGUAS - based on the NEW guidelines
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
HEAD
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-21 12:21 UTC by Przemysław Grzegorczyk
Modified: 2006-12-22 22:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.45 KB, patch)
2006-04-21 12:21 UTC, Przemysław Grzegorczyk
none Details | Review
Updated patch - intltool 0.35.0 released (1.45 KB, patch)
2006-05-15 18:06 UTC, Przemysław Grzegorczyk
committed Details | Review

Description Przemysław Grzegorczyk 2006-04-21 12:21:07 UTC
This patch is based on the NEW guidelines (http://live.gnome.org/GnomeGoals/PoLinguas).
It's a diff against current CVS HEAD.
Comment 1 Przemysław Grzegorczyk 2006-04-21 12:21:53 UTC
Created attachment 64038 [details] [review]
Proposed patch
Comment 2 Alex Lancaster 2006-04-22 01:47:39 UTC
Since it requires a CVS version of INTTOOLS, it probably shouldn't be applied until there is an official release that is also widely available in various distro's repositories, otherwise it imposes an unnecessary burden on those testing the CVS version of rhythmbox.  It's also an easy patch to apply later on, and the current version works well enough.
Comment 3 Przemysław Grzegorczyk 2006-05-15 18:06:56 UTC
Created attachment 65519 [details] [review]
Updated patch - intltool 0.35.0 released
Comment 4 Enver ALTIN 2006-09-27 07:36:08 UTC
Actually the following patch also would work as a temporary solution, as I posted to devel list, without waiting for a new intltool release:

Index: configure.ac
===================================================================
RCS file: /cvs/gnome/rhythmbox/configure.ac,v
retrieving revision 1.256
diff -u -p -d -r1.256 configure.ac
--- configure.ac        2 Sep 2006 13:41:13 -0000       1.256
+++ configure.ac        26 Sep 2006 09:59:01 -0000
@@ -649,7 +649,7 @@ GETTEXT_PACKAGE=rhythmbox
 AC_SUBST(GETTEXT_PACKAGE)
 AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS'])
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define to the Gettext package name])
-ALL_LINGUAS="`cat "$srcdir/po/LINGUAS" | grep -v '^#'`"
+ALL_LINGUAS="`cat "$srcdir/po/LINGUAS" | grep -v '^#' | xargs`"
 
 AM_GLIB_GNU_GETTEXT
Comment 5 Lucas Rocha 2006-12-19 22:28:33 UTC
Isn't this patch (attachment #65519 [details]) ok to be commited?
Comment 6 James "Doc" Livingston 2006-12-22 22:36:55 UTC
Committed to cvs (with updates for any new locales).