--- a/gnome-extra/cinnamon-translations/cinnamon-translations-2.2.4.ebuild 2014-11-11 07:36:58.000000000 -0500 +++ b/gnome-extra/cinnamon-translations/cinnamon-translations-2.4.1.ebuild 2014-11-19 11:29:09.054374000 -0500 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon-translations/cinnamon-translations-2.2.4.ebuild,v 1.1 2014/11/11 12:36:58 pacho Exp $ +# $Header: EAPI=5 @@ -22,20 +22,18 @@ RESTRICT="test" # tests are for upstream translators and need network access src_prepare() { - l10n_find_plocales_changes "${S}/mo-export" "" "" + l10n_find_plocales_changes "${S}/po-export" "" "" epatch_user } src_configure() { :; } -src_compile() { :; } - src_install() { install_locale() { # Cinnamon components use LOCALEDIR=$datadir/cinnamon/locale - dodir "/usr/share/cinnamon/locale" - insinto "/usr/share/cinnamon/locale" - doins -r "mo-export/${1}" + dodir "/usr/share/locale" + insinto "/usr/share/locale" + doins -r "usr/share/locale/${1}" } l10n_for_each_locale_do install_locale }