gnome-commander r2146 - in trunk: . data doc/C



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

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

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/data/gnome-commander.ebuild.in
   trunk/data/gnome-commander.spec.in
   trunk/doc/C/gnome-commander.xml

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Fri Oct  3 17:17:33 2008
@@ -8,6 +8,7 @@
  * Fixed problem #548948 (crash when home directory contains non-UTF8 characters)
  * Fixed problem #548961 (support for input method when rename or quicksearch)
  * Fixed problem #554586 (AC_PROG_CXX macro problem)
+ * Fixed problem #554598 (GNOME Goal: LINGUAS)
  * Fixed problem with setting equal pane size in horizontal mode
 
 New features:

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Oct  3 17:17:33 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="ar bg ca cs de dz el en_CA en_GB eo es eu fi fr ga hr hu it ja 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: trunk/data/gnome-commander.ebuild.in
==============================================================================
--- trunk/data/gnome-commander.ebuild.in	(original)
+++ trunk/data/gnome-commander.ebuild.in	Fri Oct  3 17:17:33 2008
@@ -42,7 +42,7 @@
 
 
  DEPEND="${RDEPEND}
-        dev-util/intltool
+        >=dev-util/intltool-0.35.0
         dev-util/pkgconfig"
 
 

Modified: trunk/data/gnome-commander.spec.in
==============================================================================
--- trunk/data/gnome-commander.spec.in	(original)
+++ trunk/data/gnome-commander.spec.in	Fri Oct  3 17:17:33 2008
@@ -35,7 +35,7 @@
 
 BuildRequires: automake
 BuildRequires: flex
-BuildRequires: intltool
+BuildRequires: intltool >= 0.35.0
 BuildRequires: libtool
 BuildRequires: gnome-common
 BuildRequires: desktop-file-utils
@@ -156,6 +156,9 @@
 %{_datadir}/pixmaps/%{name}/
 
 %changelog
+* Fri Oct 3 2008 Yuriy Penkin <yuriy penkin gmail com>
+- changed dependencies for intltool to 0.35.0
+
 * Thu Aug 7 2008 Piotr Eljasiak <epiotr use pl>
 - added poppler dependencies
 

Modified: trunk/doc/C/gnome-commander.xml
==============================================================================
--- trunk/doc/C/gnome-commander.xml	(original)
+++ trunk/doc/C/gnome-commander.xml	Fri Oct  3 17:17:33 2008
@@ -5950,6 +5950,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>



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