blob: 45f55f8d4b3d5e83b331a3fb11c6c4a0ce94246b (
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
|
# 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.90.2.ebuild,v 1.1 2006/07/10 18:22:28 bcowan Exp $
inherit xfce44
xfce44_beta
DESCRIPTION="Xfce 4 desktop manager"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="exo panel-plugin thunar-vfs"
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.3.2_beta2 )
panel-plugin? ( ~xfce-base/xfce4-panel-${PV} )
~xfce-base/xfce-mcs-manager-${PV}
media-libs/libpng
exo? ( >=xfce-extra/exo-0.3.1.6_beta1 )"
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
|