nautilus-actions r523 - in trunk: . po



Author: chpe
Date: Mon Apr 13 19:45:49 2009
New Revision: 523
URL: http://svn.gnome.org/viewvc/nautilus-actions?rev=523&view=rev

Log:
	* autogen.sh:
	* configure.in:
	* po/LINGUAS: Use newer intltool so the recent build break doesn't
	occur again.

Modified:
   trunk/ChangeLog
   trunk/autogen.sh
   trunk/configure.in
   trunk/po/LINGUAS

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Mon Apr 13 19:45:49 2009
@@ -6,6 +6,7 @@
 
 PKG_NAME="nautilus-actions"
 REQUIRED_AUTOMAKE_VERSION=1.7
+REQUIRED_INTLTOOL_VERSION=0.35.5
 
 (test -f $srcdir/configure.in ) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Apr 13 19:45:49 2009
@@ -106,18 +106,13 @@
 AC_PATH_PROG(GCONFTOOL, gconftool-2)
 AM_GCONF_SOURCE_2
 
-# List of supported languages has been moved into po/LINGUAS to make
-# translators' life easier :)
-# More info here : http://live.gnome.org/GnomeGoals/PoLinguas
-AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS'])
-ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS"`"
-
 GETTEXT_PACKAGE=nautilus-actions
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [GetText Package])
                                                                                
 AM_GLIB_GNU_GETTEXT
-AC_PROG_INTLTOOL
+
+IT_PROG_INTLTOOL([0.35.5])
 
 if test "x${exec_prefix}" = "xNONE"; then
 	if test "x${prefix}" = "xNONE"; then

Modified: trunk/po/LINGUAS
==============================================================================
--- trunk/po/LINGUAS	(original)
+++ trunk/po/LINGUAS	Mon Apr 13 19:45:49 2009
@@ -3,4 +3,42 @@
 # More info here : http://live.gnome.org/GnomeGoals/PoLinguas
 # please keep this list sorted alphabetically
 #
-ar bg bn ca cs da de dz el en_CA en_GB es eu fi fr gl gu he it ja ko lt lv mk mr nb nl oc pa pl pt pt_BR ru sv th vi zh_CN zh_HK zh_TW
+ar
+bg
+bn
+ca
+cs
+da
+de
+dz
+el
+en_CA
+en_GB
+es
+eu
+fi
+fr
+gl
+gu
+he
+it
+ja
+ko
+lt
+lv
+mk
+mr
+nb
+nl
+oc
+pa
+pl
+pt
+pt_BR
+ru
+sv
+th
+vi
+zh_CN
+zh_HK
+zh_TW



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