diff options
author | Romain Perier <mrpouet@gentoo.org> | 2009-06-28 19:09:20 +0000 |
---|---|---|
committer | Romain Perier <mrpouet@gentoo.org> | 2009-06-28 19:09:20 +0000 |
commit | eefcf1e50ca22d8e56186948d0f41d09da80d081 (patch) | |
tree | a2e508b5c14c76ca259f4b0cc8d49477560b1401 /app-office | |
parent | Fix desktop icon ( bug 275720 ) (diff) | |
download | gentoo-2-eefcf1e50ca22d8e56186948d0f41d09da80d081.tar.gz gentoo-2-eefcf1e50ca22d8e56186948d0f41d09da80d081.tar.bz2 gentoo-2-eefcf1e50ca22d8e56186948d0f41d09da80d081.zip |
Fix bug #275352, tarball was generated with a broken version of intltoolize, so po/Makefile.in.in was broken and translations was not installed correctly
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnumeric/ChangeLog | 10 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.8.4-r1.ebuild | 8 |
2 files changed, 14 insertions, 4 deletions
diff --git a/app-office/gnumeric/ChangeLog b/app-office/gnumeric/ChangeLog index 0f903ca969a9..9e7b7d524a0e 100644 --- a/app-office/gnumeric/ChangeLog +++ b/app-office/gnumeric/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/gnumeric -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.188 2009/04/05 21:27:04 eva Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.189 2009/06/28 19:09:20 mrpouet Exp $ + + 28 Jun 2009; Romain Perier <mrpouet@gentoo.org> + gnumeric-1.8.4-r1.ebuild: + Fix bug #275352, tarball was generated with a broken version of + intltoolize, so po/Makefile.in.in was broken and translations was not + installed correctly 05 Apr 2009; Gilles Dartiguelongue <eva@gentoo.org> -gnumeric-1.8.3.ebuild, -gnumeric-1.8.4.ebuild, gnumeric-1.8.4-r1.ebuild: diff --git a/app-office/gnumeric/gnumeric-1.8.4-r1.ebuild b/app-office/gnumeric/gnumeric-1.8.4-r1.ebuild index bc1d06675925..d12dc48b1c86 100644 --- a/app-office/gnumeric/gnumeric-1.8.4-r1.ebuild +++ b/app-office/gnumeric/gnumeric-1.8.4-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.8.4-r1.ebuild,v 1.11 2009/04/05 21:27:04 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.8.4-r1.ebuild,v 1.12 2009/06/28 19:09:20 mrpouet Exp $ EAPI="2" -inherit gnome2 flag-o-matic python +inherit gnome2 flag-o-matic python autotools DESCRIPTION="Gnumeric, the GNOME Spreadsheet" HOMEPAGE="http://www.gnome.org/projects/gnumeric/" @@ -73,6 +73,10 @@ pkg_setup() { src_prepare() { # Fix for CVE-2009-0318, bug #257012 epatch "${FILESDIR}/${P}-CVE-2009-0318.patch" + + # Fix #275352 (the sed expression didn't work !) + intltoolize --automake --copy --force || die "intltoolize failed" + eautoreconf } src_install() { |