summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-03-11 17:44:43 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-03-11 17:44:43 +0000
commitcab4b444fdd2f88145c81244b1715b53f6b283d5 (patch)
treed87a54d7c0da53f4336973a1a28c04cf68bbf940 /xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild
parentRemove USE="debug" to avoid -DXFCE_DISABLE_DEPRECATED because xfce4-notes-plu... (diff)
downloadgentoo-2-cab4b444fdd2f88145c81244b1715b53f6b283d5.tar.gz
gentoo-2-cab4b444fdd2f88145c81244b1715b53f6b283d5.tar.bz2
gentoo-2-cab4b444fdd2f88145c81244b1715b53f6b283d5.zip
Remove "ug" from LINGUAS wrt #358421 by Agostino Sarubbo.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild')
-rw-r--r--xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild b/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild
index b17c813bc739..30971ea03515 100644
--- a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild
+++ b/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild,v 1.1 2010/11/04 15:59:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild,v 1.2 2011/03/11 17:44:43 ssuominen Exp $
EAPI=3
inherit xfconf
@@ -28,3 +28,8 @@ pkg_setup() {
DOCS="AUTHORS NEWS README"
}
+
+src_prepare() {
+ sed -i -e '/ALL_LINGUAS/s:ug ::' configure || die #358421
+ xfconf_src_prepare
+}