blob: 3b33f862e8252c5a0fb1413c028afe6174cb8558 (
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
26
|
# Copyright 1999-2007 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.2.ebuild,v 1.4 2007/08/26 20:12:20 armin76 Exp $
inherit xfce44
xfce44
xfce44_gzipped
# Fails when entering po/ and upstream doesn't care about it.
RESTRICT="test"
DESCRIPTION="Music Player Daemon (mpd) panel plugin"
KEYWORDS="amd64 x86"
IUSE="debug"
DEPEND="dev-util/intltool
dev-perl/XML-Parser"
# Upstream preferred way for this release. Open a bug if you find
# --enable-libmpd someway more useful or more stable.
XFCE_CONFIG="${XFCE_CONFIG} --disable-libmpd"
DOCS="AUTHORS ChangeLog NEWS README TODO"
xfce44_goodies_panel_plugin
|