Re: Gnumeric preparing to release



Jody Goldberg <jgoldberg home com> writes:

It has been a while since the last release and it feels like we are
due to bump the version number.  Please translate and beat up on the
current CVS version.

Thanks for the info!

Unfortunately, xml-i18n-tools (in combination with update.sh) is nicely
broken (there's no agreement where the scripts should go: bin_dir or
share_dir)...

I'm wondering whether it's needed to obfuscate those simple scripts
using Perl, Kenneth?

This patch works for me:

Index: update.sh
===================================================================
RCS file: /cvs/gnome/gnumeric/po/update.sh,v
retrieving revision 1.6
diff -u -u -r1.6 update.sh
--- update.sh   2001/01/05 18:16:56     1.6
+++ update.sh   2001/02/07 06:55:06
@@ -39,7 +39,7 @@
 fi
 
 XMLDIR=$(which xml-i18n-toolize | sed s@/bin/xml-i18n-toolize@@)
-XML_I18N_EXTRACT="$XMLDIR/share/xml-i18n-tools/xml-i18n-extract"
-XML_I18N_UPDATE="$XMLDIR/share/xml-i18n-tools/xml-i18n-update"
+XML_I18N_EXTRACT=/usr/bin/xml-i18n-extract
+XML_I18N_UPDATE=/usr/bin/xml-i18n-update
 PACKAGE=$PACKAGE XML_I18N_EXTRACT=$XML_I18N_EXTRACT \
 $XML_I18N_UPDATE $1

-- 
work : ke suse de                          |                   ,__o
     : http://www.suse.de/~ke/             |                 _-\_<,
home : keichwa gmx net                     |                (*)/'(*)




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