summaryrefslogtreecommitdiff
blob: 4bbaa527d2451f63fc5684c13a63653a640014d4 (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-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=1

inherit xfce4

xfce4_apps

DESCRIPTION="a graphical GTK+ MPD client focusing on low footprint"
HOMEPAGE="http://goodies.xfce.org/projects/applications/xfmpc"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""

RDEPEND=">=media-libs/libmpd-0.15
	>=dev-libs/glib-2.14:2
	>=x11-libs/gtk+-2.12:2
	>=xfce-base/libxfcegui4-${XFCE_VERSION}
	>=xfce-base/libxfce4util-${XFCE_VERSION}"
DEPEND="${RDEPEND}
	dev-util/intltool
	xfce-extra/xfce4-vala"

XFCE_CONFIG+=" --enable-funky-colors"
DOCS="AUTHORS ChangeLog NEWS README THANKS"