diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2005-01-17 14:57:53 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2005-01-17 14:57:53 +0000 |
commit | 002eca23566385ac9ca294e87384d3fe757e1775 (patch) | |
tree | c5ffd3e2ddf3976a19873327087eaf6e49f2d32f /app-office/openoffice-ximian | |
parent | adding to tree for later inclusion (diff) | |
download | gentoo-2-002eca23566385ac9ca294e87384d3fe757e1775.tar.gz gentoo-2-002eca23566385ac9ca294e87384d3fe757e1775.tar.bz2 gentoo-2-002eca23566385ac9ca294e87384d3fe757e1775.zip |
Add support for localized helpcontent. See ChangeLog for details, closes bug #30668
(Portage version: 2.0.51-r13)
Diffstat (limited to 'app-office/openoffice-ximian')
-rw-r--r-- | app-office/openoffice-ximian/ChangeLog | 10 | ||||
-rw-r--r-- | app-office/openoffice-ximian/openoffice-ximian-1.3.7.ebuild | 9 |
2 files changed, 17 insertions, 2 deletions
diff --git a/app-office/openoffice-ximian/ChangeLog b/app-office/openoffice-ximian/ChangeLog index 0c0337ed857d..65b108ff7e76 100644 --- a/app-office/openoffice-ximian/ChangeLog +++ b/app-office/openoffice-ximian/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-office/openoffice-ximian # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/ChangeLog,v 1.94 2005/01/17 07:09:38 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/ChangeLog,v 1.95 2005/01/17 14:57:53 suka Exp $ + + 17 Jan 2005; Andreas Proschofsky <suka@gentoo.org> + openoffice-ximian-1.3.7.ebuild: + Add support for localized helpcontent. For it to work you will have to + download the correct helpcontent file from one of the OOo-mirrors (it's in + the contrib/helpcontent/ directory, for instance: + http://ftp.stardiv.de/pub/OpenOffice.org/contrib/helpcontent/) and put it in + you distfiles-directory. Closes bug #30668 17 Jan 2005; Andreas Proschofsky <suka@gentoo.org> openoffice-ximian-1.3.7.ebuild: diff --git a/app-office/openoffice-ximian/openoffice-ximian-1.3.7.ebuild b/app-office/openoffice-ximian/openoffice-ximian-1.3.7.ebuild index b91b581cf120..950b587d09aa 100644 --- a/app-office/openoffice-ximian/openoffice-ximian-1.3.7.ebuild +++ b/app-office/openoffice-ximian/openoffice-ximian-1.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.3.7.ebuild,v 1.6 2005/01/17 07:09:38 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.3.7.ebuild,v 1.7 2005/01/17 14:57:53 suka Exp $ # Notes: # @@ -377,6 +377,13 @@ src_compile() { cd ${S} get_EnvSet + # unpack help files if present + if [ -f ${DISTDIR}/helpcontent_${LANGNO}_unix.tgz ]; then + einfo "Using helpcontent for ${LFULLNAME}" + mkdir -p ${S}/solver/${SOLVER}/${SOLPATH}/pck + tar -xzf ${DISTDIR}/helpcontent_${LANGNO}_unix.tgz -C ${S}/solver/${SOLVER}/${SOLPATH}/pck + fi + # Build as minimal as possible export BUILD_MINIMAL="${LANGNO}" |