diff options
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/thunar-volman/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/thunar-volman/thunar-volman-0.5.2.ebuild | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/xfce-extra/thunar-volman/ChangeLog b/xfce-extra/thunar-volman/ChangeLog index 6667c4f01159..25fb3339bdd5 100644 --- a/xfce-extra/thunar-volman/ChangeLog +++ b/xfce-extra/thunar-volman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/thunar-volman # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.57 2010/11/07 14:20:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.58 2010/11/08 09:40:40 ssuominen Exp $ + + 08 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> + thunar-volman-0.5.2.ebuild: + Fix building with LINGUAS="kk" wrt #344651 by Joost Ruis. *thunar-volman-0.5.2 (07 Nov 2010) diff --git a/xfce-extra/thunar-volman/thunar-volman-0.5.2.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.5.2.ebuild index c2b5e9e35aaf..6a86371800af 100644 --- a/xfce-extra/thunar-volman/thunar-volman-0.5.2.ebuild +++ b/xfce-extra/thunar-volman/thunar-volman-0.5.2.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/xfce-extra/thunar-volman/thunar-volman-0.5.2.ebuild,v 1.1 2010/11/07 14:20:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.5.2.ebuild,v 1.2 2010/11/08 09:40:40 ssuominen Exp $ EAPI=3 inherit xfconf @@ -38,3 +38,8 @@ pkg_setup() { DOCS="AUTHORS ChangeLog NEWS README THANKS" } + +src_prepare() { + sed -i -e '/ALL_LINGUAS/s:kk ::' configure || die #344651 + xfconf_src_prepare +} |