gnome-commander r2147 - in branches/gcmd-1-3: . data doc/C po



Author: epiotr
Date: Fri Oct  3 17:21:16 2008
New Revision: 2147
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2147&view=rev

Log:
Fixed problem #554598 (GNOME Goal: LINGUAS)

Modified:
   branches/gcmd-1-3/ChangeLog
   branches/gcmd-1-3/NEWS
   branches/gcmd-1-3/configure.in
   branches/gcmd-1-3/data/gnome-commander.spec.in
   branches/gcmd-1-3/doc/C/gnome-commander.xml
   branches/gcmd-1-3/po/LINGUAS

Modified: branches/gcmd-1-3/NEWS
==============================================================================
--- branches/gcmd-1-3/NEWS	(original)
+++ branches/gcmd-1-3/NEWS	Fri Oct  3 17:21:16 2008
@@ -8,6 +8,7 @@
  * Fixed problem with editing dirs by gcmd
  * Fixed problem #351952 (crash while doing a content search)
  * Fixed problem #352253 (scrolling behaviour of the viewer)
+ * Fixed problem #554598 (GNOME Goal: LINGUAS)
  * Fixed problem #360175 (crash while entering a dir with %)
  * Fixed problem #371948 and #388970 (file path not escaped)
  * Fixed problem #412162 (build with --enable-python=no)

Modified: branches/gcmd-1-3/configure.in
==============================================================================
--- branches/gcmd-1-3/configure.in	(original)
+++ branches/gcmd-1-3/configure.in	Fri Oct  3 17:21:16 2008
@@ -15,7 +15,7 @@
 AC_PROG_CXX
 AM_PROG_LEX
 AM_PROG_LIBTOOL
-AC_PROG_INTLTOOL([0.31])
+IT_PROG_INTLTOOL([0.35.0])
 
 dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work
 AC_SUBST(ACLOCAL_AMFLAGS, "$ACLOCAL_FLAGS -I m4")
@@ -34,7 +34,6 @@
 
 GETTEXT_PACKAGE=gnome-commander
 AC_SUBST(GETTEXT_PACKAGE)
-ALL_LINGUAS="ca cs de el en_CA en_GB es eu fr ga hr hu it nb ne nl pa pl pt pt_BR ro ru rw sk sl sq sr sr Latn sv uk vi zh_CN zh_TW"
 AM_GLIB_GNU_GETTEXT
 
 

Modified: branches/gcmd-1-3/data/gnome-commander.spec.in
==============================================================================
--- branches/gcmd-1-3/data/gnome-commander.spec.in	(original)
+++ branches/gcmd-1-3/data/gnome-commander.spec.in	Fri Oct  3 17:21:16 2008
@@ -40,7 +40,7 @@
 BuildRequires: gtk2-devel >= @GTK_REQ@
 BuildRequires: gnome-vfs2-devel >= @GNOMEVFS_REQ@
 BuildRequires: libgnomeui-devel >= @GNOMEUI_REQ@
-BuildRequires: intltool
+BuildRequires: intltool >= 0.35.0
 BuildRequires: gnome-doc-utils >= 0.3.2
 BuildRequires: perl(XML::Parser)
 
@@ -161,6 +161,9 @@
 - added cs description
 
 * Mon Jun 11 2007 Piotr Eljasiak <epiotr use pl> 1.2.5-1
+* Fri Oct 3 2008 Yuriy Penkin <yuriy penkin gmail com>
+- changed dependencies for intltool to 0.35.0
+
 - minor tweaking with library versioning
 
 * Sun Feb 4 2007 Piotr Eljasiak <epiotr use pl> 1.2.4-1

Modified: branches/gcmd-1-3/doc/C/gnome-commander.xml
==============================================================================
--- branches/gcmd-1-3/doc/C/gnome-commander.xml	(original)
+++ branches/gcmd-1-3/doc/C/gnome-commander.xml	Fri Oct  3 17:21:16 2008
@@ -5957,6 +5957,9 @@
                             <para>Fixed problem #554586 (AC_PROG_CXX macro problem)</para>
                         </listitem>
                         <listitem>
+                            <para>Fixed problem #554598 (GNOME Goal: LINGUAS)</para>
+                        </listitem>
+                        <listitem>
                             <para>Fixed problem with setting equal pane size in horizontal mode</para>
                         </listitem>
                     </itemizedlist>

Modified: branches/gcmd-1-3/po/LINGUAS
==============================================================================
--- branches/gcmd-1-3/po/LINGUAS	(original)
+++ branches/gcmd-1-3/po/LINGUAS	Fri Oct  3 17:21:16 2008
@@ -1,2 +1,35 @@
 # Set of available languages. 
-ar de es fr pl ru sk sv
+ar
+ca
+cs
+de
+el
+en_CA
+en_GB
+es
+eu
+fr
+ga
+hr
+hu
+it
+nb
+ne
+nl
+pa
+pl
+pt
+pt_BR
+ro
+ru
+rw
+sk
+sl
+sq
+sr
+sr Latn
+sv
+uk
+vi
+zh_CN
+zh_TW.po



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]