diff options
author | 2015-05-17 17:30:09 +0000 | |
---|---|---|
committer | 2015-05-17 17:30:09 +0000 | |
commit | 9390d8f2bcc7874f600730e3284244fac7070eff (patch) | |
tree | c90c2216e20dc1f326086a66ff617dd737f7f043 /x11-misc | |
parent | add version 4.2.0_beta1 (diff) | |
download | gentoo-2-9390d8f2bcc7874f600730e3284244fac7070eff.tar.gz gentoo-2-9390d8f2bcc7874f600730e3284244fac7070eff.tar.bz2 gentoo-2-9390d8f2bcc7874f600730e3284244fac7070eff.zip |
Set a good default LINGUAS is it's empty. Bug #548330
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/pcmanfm/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild | 3 | ||||
-rw-r--r-- | x11-misc/pcmanfm/pcmanfm-9999.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/x11-misc/pcmanfm/ChangeLog b/x11-misc/pcmanfm/ChangeLog index 7ee102910fb5..3895505ca572 100644 --- a/x11-misc/pcmanfm/ChangeLog +++ b/x11-misc/pcmanfm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/pcmanfm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.108 2015/05/17 10:21:50 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.109 2015/05/17 17:30:09 hwoarang Exp $ + + 17 May 2015; Markos Chandras <hwoarang@gentoo.org> pcmanfm-1.2.3.ebuild, + pcmanfm-9999.ebuild: + Set a good default LINGUAS is it's empty. Bug #548330 17 May 2015; Markos Chandras <hwoarang@gentoo.org> pcmanfm-1.2.3.ebuild, pcmanfm-9999.ebuild: diff --git a/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild b/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild index ae5e052f738f..930bc66559ef 100644 --- a/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild +++ b/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild,v 1.8 2015/05/17 10:21:50 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild,v 1.9 2015/05/17 17:30:09 hwoarang Exp $ EAPI="5" PLOCALES="ar be bg bn ca cs da de el en_GB es et eu fa fi fo fr gl he hr hu id @@ -43,6 +43,7 @@ DOC_CONTENTS="PCmanFM can optionally support the menu://applications/ location. You should install lxde-base/lxmenu-data for that functionality." src_prepare() { + export linguas="${linguas:-${plocale_backup}}" l10n_get_locales > ${S}/po/LINGUAS epatch_user } diff --git a/x11-misc/pcmanfm/pcmanfm-9999.ebuild b/x11-misc/pcmanfm/pcmanfm-9999.ebuild index 23c829b48e88..a971bd3898c5 100644 --- a/x11-misc/pcmanfm/pcmanfm-9999.ebuild +++ b/x11-misc/pcmanfm/pcmanfm-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-9999.ebuild,v 1.21 2015/05/17 10:21:50 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-9999.ebuild,v 1.22 2015/05/17 17:30:09 hwoarang Exp $ EAPI="5" PLOCALES="ar be bg bn ca cs da de el en_GB es et eu fa fi fo fr gl he hr hu id @@ -56,6 +56,7 @@ src_prepare() { #Remove -Werror for automake-1.12. Bug #421101 sed -i "s:-Werror::" configure.ac || die eautoreconf + export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}" l10n_get_locales > ${S}/po/LINGUAS epatch_user } |