blob: 8a345543f8401510fcf63584ccc655ad82c4a090 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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.6 2007/02/04 05:28:58 nichoj Exp $
inherit xfce44
xfce44
xfce44_goodies_panel_plugin
DESCRIPTION="Xfce4 command line panel plugin"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="dbus debug"
RDEPEND=">=xfce-extra/exo-0.3.1.11
dev-libs/libpcre
dbus? ( || ( >=dev-libs/dbus-glib-0.71
( <sys-apps/dbus-1 >=sys-apps/dbus-0.60 ) ) )"
DEPEND="${RDEPEND}
dev-util/intltool"
|