summaryrefslogtreecommitdiff
blob: 9e228551e00ca44dfa377f0a0cc60ad22a1c80b4 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.3.99.2-r1.ebuild,v 1.1 2006/12/30 19:04:27 nichoj Exp $

inherit xfce44 eutils

xfce44_beta

DESCRIPTION="Xfce 4 desktop manager"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"

IUSE="exo panel-plugin thunar-vfs"

DEPEND="sys-apps/dbus"
RDEPEND="|| ( (
			x11-libs/libX11
			x11-libs/libICE
			x11-libs/libSM )
		virtual/x11 )
	>=dev-libs/glib-2.2
	>=x11-libs/gtk+-2.2
	~xfce-base/libxfce4mcs-${PV}
	~xfce-base/libxfce4util-${PV}
	~xfce-base/libxfcegui4-${PV}
	thunar-vfs? ( ~xfce-base/thunar-0.5.0_rc2 )
	panel-plugin? ( ~xfce-base/xfce4-panel-${PV} )
	~xfce-base/xfce-mcs-manager-${PV}
	media-libs/libpng
	exo? ( >=xfce-extra/exo-0.3.1.12_rc2 )
	${DEPEND}"

if ! use thunar-vfs; then
	XFCE_CONFIG="--disable-thunar-vfs --disable-thunarx"
fi

if ! use exo; then
	XFCE_CONFIG="${XFCE_CONFIG} --disable-exo"
fi

if ! use panel-plugin; then
	XFCE_CONFIG="${XFCE_CONFIG} --disable-panel-plugin"
fi

xfce44_core_package

src_unpack() {
	unpack ${A}
	cd ${S}
	# fixes erratic icon behavior, see
	# http://bugzilla.xfce.org/show_bug.cgi?id=1546
	epatch ${FILESDIR}/${P}-icons.patch
}