# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="7" DEADBEEF_GUI="yes" inherit cmake-utils deadbeef-plugins DESCRIPTION="DeaDBeeF plasma5 tray icon plugin" HOMEPAGE="https://github.com/vovochka404/deadbeef-statusnotifier-plugin" SRC_URI="https://github.com/vovochka404/deadbeef-statusnotifier-plugin/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" RDEPEND+=" dev-libs/libdbusmenu:0" DEPEND="${RDEPEND}" S="${WORKDIR}/deadbeef-statusnotifier-plugin-${PV}" src_configure() { local mycmakeargs=( -DUSE_GTK2="$(usex gtk2)" -DUSE_GTK3="$(usex gtk3)" ) cmake-utils_src_configure } src_compile() { cmake-utils_src_compile }