blob: 81ea394d089e1111d25c589ba732e98d72d9f18e (
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.14 2007/03/12 01:56:08 kloeri 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
|