summaryrefslogtreecommitdiff
blob: c2235464a9726b597b76599f9556b8f0efd5d5b6 (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
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc/xfce4-mpc-0.3.3.ebuild,v 1.4 2008/09/26 11:36:40 aballier Exp $

inherit xfce44

xfce44
xfce44_gzipped

DESCRIPTION="Music Player Daemon (mpd) panel plugin"
KEYWORDS="amd64 ~ppc64 x86"
IUSE="debug libmpd"

RDEPEND="libmpd? ( >=media-libs/libmpd-0.15 )"
DEPEND="${RDEPEND}
	dev-util/intltool
	dev-perl/XML-Parser"

DOCS="AUTHORS ChangeLog NEWS README TODO"

pkg_setup() {
	XFCE_CONFIG+=" $(use_enable libmpd)"
}

xfce44_goodies_panel_plugin