summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-01-19 20:04:39 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-01-19 20:04:39 +0000
commit5c7cd685b7b4af5535b215052571958fa444f29f (patch)
tree1eb72d04e710b6e27861612a888aea6664ad6b79 /xfce-extra/xfce4-xkb-plugin
parentReverted removal of rasmol-2.7.2.1.1-r1.ebuild (diff)
downloadgentoo-2-5c7cd685b7b4af5535b215052571958fa444f29f.tar.gz
gentoo-2-5c7cd685b7b4af5535b215052571958fa444f29f.tar.bz2
gentoo-2-5c7cd685b7b4af5535b215052571958fa444f29f.zip
cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-xkb-plugin')
-rw-r--r--xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.3.3-r1.ebuild16
1 files changed, 10 insertions, 6 deletions
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.3.3-r1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.3.3-r1.ebuild
index a40a29e9b379..de30078ef69c 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.3.3-r1.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.3.3-r1.ebuild
@@ -1,8 +1,8 @@
-# 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-xkb-plugin/xfce4-xkb-plugin-0.5.3.3-r1.ebuild,v 1.13 2010/10/31 19:40:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.3.3-r1.ebuild,v 1.14 2011/01/19 20:04:39 ssuominen Exp $
-EAPI=2
+EAPI=3
inherit xfconf
DESCRIPTION="XKB layout switching panel plugin"
@@ -27,8 +27,12 @@ DEPEND="${RDEPEND}
>=gnome-base/librsvg-2.18"
pkg_setup() {
- PATCHES=( "${FILESDIR}/${P}-libxklavier-5.patch" )
+ PATCHES=( "${FILESDIR}"/${P}-libxklavier-5.patch )
+
+ XFCONF=(
+ --disable-dependency-tracking
+ $(xfconf_use_debug)
+ )
+
DOCS="AUTHORS ChangeLog README"
- XFCONF="--disable-dependency-tracking
- $(xfconf_use_debug)"
}