Hi! In the end I got catalan l10n working. I worked on 1.1 prebeta packages as I said on an earlier post (don't know if something has changes a bit on cvs). Changes are minimal: * Apply openoffice-xlate-lang_catalan.diff on debian/openoffice-xlate-lang * Add 037_add_catalan_to_set_soenv.diff to patches (thx to Chris Halls for this one) After building the packages I've realized that there were missing dependencies on debian/control.in for openoffice.org1.1... I've added them later, I must admit I haven't rebuild the packages with the correct dependencies... anyway... here is the patch to add a dependency on openoffice.org1.1-l10n-ca The translation is not 100% complete (1.1 additions are not there, but 1.0.x was fully translated), but there's no updated version upstream... translators say they'll commit everything to OOo, so extra patches to complete translation won't be needed... BTW, translators are Softcatala (http://www.softcatala.org) and the project page is here (http://www.softcatala.org/projectes/openoffice) If there's anything I've forgotten, please tell me... -- Josep Monés i Teixidor <jmones@puntbarra.com> Clau GnuPG: http://www.arrakis.es/~jmones/gpg/jmones_puntbarra_com.asc Empremta digital: 02AB 56FF 59F3 A1F1 34FE 4190 3158 C8C1 80E8 5CC4
--- oo_1.1beta1.prebeta2_src_old/config_office/set_soenv.in 2003-05-24 13:46:06.000000000 +0200 +++ oo_1.1beta1.prebeta2_src/config_office/set_soenv.in 2003-05-28 01:16:21.000000000 +0200 @@ -49,7 +49,7 @@ #------------------------------------------------- # # Platform independent constant values. -my @LANGUAGES = ("ARAB", "CHINSIM", "CHINTRAD", "CZECH", "DAN", "DTCH", "ENUS", "FREN", "GREEK", "ITAL", +my @LANGUAGES = ("ARAB", "CAT", "CHINSIM", "CHINTRAD", "CZECH", "DAN", "DTCH", "ENUS", "FREN", "GREEK", "ITAL", "JAPN", "KOREAN", "POL", "PORT", "RUSS", "SPAN", "SWED", "TURK" ); my ( $CALL_CDECL, $COMMON_OUTDIR, $NO_SRS_PATCH, $PRODUCT, $PROFULLSWITCH, $BIG_GOODIES, $BMP_WRITES_FLAG, $common_build, $MK_UNROLL, $NO_REC_RES, $PROEXT, $SO3, $SOLAR_JAVA,
--- control.in.old 2003-05-29 18:49:37.000000000 +0200 +++ control.in 2003-05-29 18:50:24.000000000 +0200 @@ -9,7 +9,7 @@ Package: openoffice.org1.1 Architecture: all -Depends: openoffice.org1.1-debian-files(>> 1.1beta), openoffice.org1.1-bin (>> 1.1beta), openoffice.org1.1-l10n-en (>> 1.1beta) | openoffice.org1.1-l10n-ar (>> 1.1beta) | openoffice.org1.1-l10n-da (>> 1.1beta) | openoffice.org1.1-l10n-de (>> 1.1beta) | openoffice.org1.1-l10n-el (>> 1.1beta) | openoffice.org1.1-l10n-es (>> 1.1beta) | openoffice.org1.1-l10n-fr (>> 1.1beta) | openoffice.org1.1-l10n-it (>> 1.1beta) | openoffice.org1.1-l10n-ja (>> 1.1beta) | openoffice.org1.1-l10n-ko (>> 1.1beta) | openoffice.org1.1-l10n-nl (>> 1.1beta) | openoffice.org1.1-l10n-pl (>> 1.1beta) | openoffice.org1.1-l10n-pt (>> 1.1beta) | openoffice.org1.1-l10n-ru (>> 1.1beta) | openoffice.org1.1-l10n-sv (>> 1.1beta) | openoffice.org1.1-l10n-tr (>> 1.1beta) | openoffice.org1.1-l10n-zh-CN (>> 1.1beta) | openoffice.org1.1-l10n-zh-TW (>> 1.1beta) +Depends: openoffice.org1.1-debian-files(>> 1.1beta), openoffice.org1.1-bin (>> 1.1beta), openoffice.org1.1-l10n-en (>> 1.1beta) | openoffice.org1.1-l10n-ar (>> 1.1beta) | openoffice.org1.1-l10n-ca (>> 1.1beta) | openoffice.org1.1-l10n-da (>> 1.1beta) | openoffice.org1.1-l10n-de (>> 1.1beta) | openoffice.org1.1-l10n-el (>> 1.1beta) | openoffice.org1.1-l10n-es (>> 1.1beta) | openoffice.org1.1-l10n-fr (>> 1.1beta) | openoffice.org1.1-l10n-it (>> 1.1beta) | openoffice.org1.1-l10n-ja (>> 1.1beta) | openoffice.org1.1-l10n-ko (>> 1.1beta) | openoffice.org1.1-l10n-nl (>> 1.1beta) | openoffice.org1.1-l10n-pl (>> 1.1beta) | openoffice.org1.1-l10n-pt (>> 1.1beta) | openoffice.org1.1-l10n-ru (>> 1.1beta) | openoffice.org1.1-l10n-sv (>> 1.1beta) | openoffice.org1.1-l10n-tr (>> 1.1beta) | openoffice.org1.1-l10n-zh-CN (>> 1.1beta) | openoffice.org1.1-l10n-zh-TW (>> 1.1beta) Recommends: x-ttcidfont-conf, openoffice.org1.1-mimelnk | openoffice.org-mimelnk Suggests: openoffice.org1.1-spellcheck, openoffice.org1.1-help, menu, ooqstart-gnome, unixodbc, cupsys-bsd, libsane, gs Description: high-quality office productivity suite 1.1 beta
--- openoffice-xlate-lang.old 2003-05-29 18:45:56.000000000 +0200 +++ openoffice-xlate-lang 2003-05-28 03:19:14.000000000 +0200 @@ -117,6 +117,7 @@ 31:nl:Dutch 33:fr:French 34:es:Spanish +37:ca:Catalan 39:it:Italian 42:cs:Czech 45:da:Danish
Attachment:
signature.asc
Description: This is a digitally signed message part