diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-06-16 08:23:42 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-06-16 08:23:42 +0000 |
commit | 8957585901491af1c60dce67fc499d3dfb2613d3 (patch) | |
tree | 67b13ad35c4c6a6ec8f90849e80788affd68529d /www-client/epiphany-extensions/epiphany-extensions-2.30.1.ebuild | |
parent | bump to rc4 (diff) | |
download | gentoo-2-8957585901491af1c60dce67fc499d3dfb2613d3.tar.gz gentoo-2-8957585901491af1c60dce67fc499d3dfb2613d3.tar.bz2 gentoo-2-8957585901491af1c60dce67fc499d3dfb2613d3.zip |
Updated Spanish translation, fixes test failures (bug #323753)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'www-client/epiphany-extensions/epiphany-extensions-2.30.1.ebuild')
-rw-r--r-- | www-client/epiphany-extensions/epiphany-extensions-2.30.1.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.30.1.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.30.1.ebuild index 59a04027e657..f3e433246987 100644 --- a/www-client/epiphany-extensions/epiphany-extensions-2.30.1.ebuild +++ b/www-client/epiphany-extensions/epiphany-extensions-2.30.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.30.1.ebuild,v 1.1 2010/06/13 21:22:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.30.1.ebuild,v 1.2 2010/06/16 08:23:42 pacho Exp $ EAPI="2" @@ -60,6 +60,13 @@ pkg_setup() { --with-extensions=$(echo "${extensions}" | sed -e 's/[[:space:]]\+/,/g')" } +src_prepare() { + gnome2_src_prepare + + # Updated Spanish translation, fixes bug #323753 + epatch "${FILESDIR}/${P}-fix-es_ES.patch" +} + src_install() { gnome2_src_install find "${D}" -name "*.la" -delete || die "remove of la files failed" |