blob: b8372bf14e1140dbd694078272881b81c2c74185 (
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
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
inherit xfce4
XFCE_VERSION=4.4
xfce4_apps
DESCRIPTION="Systray status icon for safe unmount/eject of volumes"
HOMEPAGE="http://goodies.xfce.org"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
RDEPEND=">=x11-libs/gtk+-2.10:2
>=xfce-base/libxfce4util-${XFCE_VERSION}
>=xfce-base/libxfcegui4-${XFCE_VERSION}
>=xfce-base/exo-0.3.4[hal]
>=sys-apps/hal-0.5.9
>=dev-libs/ghal-0.1
dev-libs/dbus-glib"
DEPEND="${RDEPEND}
dev-util/intltool"
DOCS="AUTHORS ChangeLog NEWS README TODO"
|