# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: EAPI=4 VALA_MIN_API_VERSION="0.14" inherit gnome2 waf-utils eutils vala DESCRIPTION="Cloud music integration for your Linux desktop" HOMEPAGE="https://launchpad.net/nuvola-player" SRC_URI="https://launchpad.net/nuvola-player/2.0.x/${PV}/+download/${P}.tar.gz" LICENSE="GPL-3" SLOT="2" KEYWORDS="~amd64" IUSE="debug unity lastfm" #RDEPEND="www-plugins/adobe-flash" DEPEND="${RDEPEND} $(vala_depend) dev-util/intltool >=net-libs/libsoup-2.34:2.4 >=x11-libs/gtk+-3.4:3 >=dev-libs/libgee-0.6:0 >=net-libs/webkit-gtk-1.8:3[gstreamer]" src_prepare(){ vala_src_prepare } src_configure(){ waf-utils_src_configure --no-unity-quick-list --no-svg-optimization } pkg_postinst(){ gnome2_icon_cache_update }