summaryrefslogtreecommitdiff
blob: 1be5a8cd6b9e58a70f6f2f7d9c04580d80822517 (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
53
54
55
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.3.90.2.ebuild,v 1.3 2006/07/13 21:21:34 nichoj Exp $

inherit xfce44 eutils

xfce44_beta

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

IUSE="startup-notification"

RDEPEND="|| ( ( x11-libs/libX11
	x11-libs/libICE
	x11-libs/libSM )
	virtual/x11 )
	>=dev-libs/glib-2
	>=x11-libs/gtk+-2.6
	~xfce-base/libxfce4util-${PV}
	~xfce-base/libxfcegui4-${PV}
	~xfce-base/xfce-mcs-manager-${PV}
	media-libs/libpng
	startup-notification? ( >=x11-libs/startup-notification-0.5 )
	>=dev-util/gtk-doc-1
	!<xfce-extra/xfce4-battery-0.4
	!<xfce-extra/xfce4-clipman-0.5
	!<xfce-extra/xfce4-cpugrap-0.3
	!<xfce-extra/xfce4-datetime-0.4
	!<xfce-extra/xfce4-diskperf-2.0
	!<xfce-extra/xfce4-fsguard-0.3
	!<xfce-extra/xfce4-genmon-2.0
	!<xfce-extra/xfce4-megahertz-0.2
	!<xfce-extra/xfce4-minicmd-0.4
	!<xfce-extra/xfce4-modemlights-0.2
	!<xfce-extra/xfce4-mount-0.4
	!<xfce-extra/xfce4-netload-0.4
	!<xfce-extra/xfce4-notes-0.11
	!<xfce-extra/xfce4-sensors-0.8
	!<xfce-extra/xfce4-systemload-0.4
	!<xfce-extra/xfce4-wavelan-0.5
	!<xfce-extra/xfce4-weather-0.5
	!<xfce-extra/xfce4-websearch-0.2
	!<xfce-extra/xfce4-windowlist-0.2
	!<xfce-extra/xfce4-xmms-0.4"

XFCE_CONFIG="$(use_enable startup-notification)"

xfce44_core_package

src_unpack() {
	unpack ${A}
	cd ${S}
	epatch ${FILESDIR}/${P}-asneeded.patch
}