blob: 5f2e1b20dd16263fcf3687ef4f91c7ed034cc7c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/verve/verve-0.3.5.ebuild,v 1.15 2007/03/15 13:40:41 corsair Exp $
inherit xfce44
xfce44
DESCRIPTION="Command line panel plugin"
KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="dbus debug"
RDEPEND=">=xfce-extra/exo-0.3.2
dev-libs/libpcre
dbus? ( || ( dev-libs/dbus-glib <sys-apps/dbus-1 ) )"
DEPEND="${RDEPEND}
dev-util/intltool"
xfce44_goodies_panel_plugin
|