summaryrefslogtreecommitdiff
blob: 8ff812b06135cefbd407d498fc53c1bcf8251e8c (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.1 2008/04/27 02:07:43 drac Exp $

inherit xfce44

xfce44
xfce44_gzipped

DESCRIPTION="Music Player Daemon (mpd) panel plugin"
KEYWORDS="~amd64 ~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