You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/media-plugins/deadbeef-statusnotifier/deadbeef-statusnotifier-1.3...

34 lines
747 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
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="
$(cmake-utils_use_use gtk2 GTK2)
$(cmake-utils_use_use gtk3 GTK3)"
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
}