From 7a1d7caafeaa0eaebc88f3129e2b75a8dfc4043e Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Mon, 12 Jul 2010 15:13:37 +0200 Subject: [PATCH] [eclass] openoffice-l10n: add OOo 3.2.1 langpack support --- eclass/openoffice-l10n.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/openoffice-l10n.eclass b/eclass/openoffice-l10n.eclass index e8210d51b..6179ebe5c 100644 --- a/eclass/openoffice-l10n.eclass +++ b/eclass/openoffice-l10n.eclass @@ -22,6 +22,8 @@ DESCRIPTION="OpenOffice.org ${L10N_LANG} localisation" HOMEPAGE="http://projects.openoffice.org/native-lang.html" if [[ "${PV}" = "3.2.0" ]]; then SRC_URI="mirror://openoffice-extended/${PV}rc5/OOo_${PV}rc5_20100203_LinuxIntel_langpack_${MY_LANG}.tar.gz" +elif [[ "${PV}" = "3.2.1" ]]; then + SRC_URI="mirror://openoffice-extended/${PV}rc2/OOo_${PV}rc2_20100521_Linux_x86_langpack-rpm_${MY_LANG}.tar.gz" else SRC_URI="--NOT_SET--" fi