summaryrefslogtreecommitdiff
blob: 46c023b6c176bdd48019e35442912ea09922a9d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.2.ebuild,v 1.2 2007/01/23 21:08:57 welp Exp $

inherit xfce44

xfce44
xfce44_extra_package

DESCRIPTION="Libraries for Xfce4"
LICENSE="LGPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"

IUSE="debug doc hal libnotify python"

RDEPEND=">=dev-lang/perl-5.6
	dev-perl/URI
	>=dev-libs/glib-2.6.4
	>=x11-libs/gtk+-2.6
	>=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
	>=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}
	>=xfce-base/xfce-mcs-plugins-${XFCE_MASTER_VERSION}
	libnotify? ( >=x11-libs/libnotify-0.4 )
	hal? ( >=sys-apps/hal-0.5 )
	python? ( >=dev-lang/python-2.2
		>=dev-python/pygtk-2.4.0 )"
DEPEND="${RDEPEND}
	doc? ( >=dev-util/gtk-doc-1 )
	dev-util/intltool"

XFCE_CONFIG="${XFCE_CONFIG}	$(use_enable doc gtk-doc) \
	$(use_enable python) $(use_enable libnotify notifications) \
	$(use_enable hal) --enable-mcs-plugin"