summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-base/xfdesktop/xfdesktop-4.6.1-r1.ebuild')
-rw-r--r--xfce-base/xfdesktop/xfdesktop-4.6.1-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/xfce-base/xfdesktop/xfdesktop-4.6.1-r1.ebuild b/xfce-base/xfdesktop/xfdesktop-4.6.1-r1.ebuild
index 43693caba637..a840d0728dc8 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.6.1-r1.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.6.1-r1.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-base/xfdesktop/xfdesktop-4.6.1-r1.ebuild,v 1.12 2010/03/21 19:34:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.6.1-r1.ebuild,v 1.13 2010/08/23 22:28:52 ssuominen Exp $
EAPI=2
EAUTORECONF=yes
@@ -14,7 +14,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/4.6/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="+branding debug doc +menu-plugin thunar"
+IUSE="+branding debug doc xfce_plugins_menu thunar"
LINGUAS="be ca cs da de el es et eu fi fr he hu it ja ko nb_NO nl pa pl pt_BR ro ru sk sv tr uk vi zh_CN zh_TW"
@@ -36,7 +36,7 @@ RDEPEND="gnome-base/libglade
thunar? ( >=xfce-base/thunar-1
>=xfce-base/exo-0.3.100
dev-libs/dbus-glib )
- menu-plugin? ( =xfce-base/xfce4-panel-4.6* )"
+ xfce_plugins_menu? ( =xfce-base/xfce4-panel-4.6* )"
DEPEND="${RDEPEND}
dev-util/intltool
sys-devel/gettext
@@ -51,9 +51,9 @@ pkg_setup() {
$(use_enable thunar file-icons)
$(use_enable thunar thunarx)
$(use_enable thunar exo)
- $(use_enable menu-plugin panel-plugin)
+ $(use_enable xfce_plugins_menu panel-plugin)
$(use_enable doc xsltproc)
- $(use_enable debug)"
+ $(xfconf_use_debug)"
DOCS="AUTHORS ChangeLog NEWS TODO README"
PATCHES=( "${FILESDIR}/${P}-automagic.patch"
"${FILESDIR}/${P}-assert.patch" )