blob: beca690992e73b6e986ee68718c259cd5068c1dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon/xfce4-genmon-3.2.ebuild,v 1.8 2008/08/27 15:50:46 armin76 Exp $
inherit xfce44
xfce44
DESCRIPTION="Cyclically spawns the executable, captures its output and displays the result into the panel."
KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
RDEPEND=">=xfce-base/xfce4-panel-4.3.22"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool"
DOCS="AUTHORS ChangeLog README"
xfce44_goodies_panel_plugin
|