blob: 20587cf8a8e8ce8c4c7e07d1d6dc379f14c35a78 (
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-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volstatus-icon/xfce4-volstatus-icon-0.1.0-r1.ebuild,v 1.8 2009/10/24 18:03:45 ssuominen Exp $
EAPI=2
inherit xfconf
DESCRIPTION="Systray status icon for safe unmount/eject of volumes"
HOMEPAGE="http://www.xfce.org/"
SRC_URI="mirror://xfce/src/apps/${PN}/0.1/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc x86"
IUSE="debug"
RDEPEND=">=x11-libs/gtk+-2.10:2
>=xfce-base/libxfce4util-4.4
>=xfce-base/libxfcegui4-4.4
>=xfce-base/exo-0.3.2[hal]
<xfce-base/exo-0.5
>=sys-apps/hal-0.5.9
>=dev-libs/dbus-glib-0.70"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool"
pkg_setup() {
PATCHES=( "${FILESDIR}/${P}-dialog_segfault.patch" )
DOCS="AUTHORS ChangeLog README TODO"
XFCONF="--disable-dependency-tracking
$(use_enable debug)"
}
|