suka 08/10/19 18:25:14
Modified: openoffice-bin-3.0.0.ebuild ChangeLog
Log:
Install dictionaries for english, french and spanish, tell the users where to find them, see bug #242312
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo i686)
Revision Changes Path
1.5 app-office/openoffice-bin/openoffice-bin-3.0.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.0.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.0.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.0.0.ebuild?r1=1.4&r2=1.5
Index: openoffice-bin-3.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openoffice-bin-3.0.0.ebuild 19 Oct 2008 17:06:41 -0000 1.4
+++ openoffice-bin-3.0.0.ebuild 19 Oct 2008 18:25:14 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.0.0.ebuild,v 1.4 2008/10/19 17:06:41 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.0.0.ebuild,v 1.5 2008/10/19 18:25:14 suka Exp $
inherit eutils fdo-mime rpm multilib
@@ -111,6 +111,11 @@
done
done
+ # Unpack provided dictionaries, unless there is a better solution...
+ rpm_unpack "${S}/openoffice.org3-dict-en-${MY_PV3}.${OOARCH}.rpm"
+ rpm_unpack "${S}/openoffice.org3-dict-es-${MY_PV3}.${OOARCH}.rpm"
+ rpm_unpack "${S}/openoffice.org3-dict-fr-${MY_PV3}.${OOARCH}.rpm"
+
}
src_install () {
@@ -174,6 +179,10 @@
elog " Manager (Tools > Extensions Manager) or use the source based "
elog " package instead. "
elog
+ elog " Dictionaries for english, french and spanish are provided in "
+ elog " /usr/$(get_libdir)/openoffice/share/extension/install "
+ elog " Other dictionaries can be found at Suns extension site. "
+ elog
ewarn " Please note that this release of OpenOffice.org uses a "
ewarn " new user install dir. As a result you will have to redo "
1.206 app-office/openoffice-bin/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/ChangeLog?rev=1.206&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/ChangeLog?rev=1.206&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/ChangeLog?r1=1.205&r2=1.206
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- ChangeLog 19 Oct 2008 17:06:41 -0000 1.205
+++ ChangeLog 19 Oct 2008 18:25:14 -0000 1.206
@@ -1,6 +1,11 @@
# ChangeLog for app-office/openoffice-bin
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.205 2008/10/19 17:06:41 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.206 2008/10/19 18:25:14 suka Exp $
+
+ 19 Oct 2008; Andreas Proschofsky <suka@g.o>
+ openoffice-bin-3.0.0.ebuild:
+ Install dictionaries for english, french and spanish, tell the users where
+ to find them, see bug #242312
19 Oct 2008; Andreas Proschofsky <suka@g.o>
openoffice-bin-3.0.0.ebuild:
|