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.2...

34 lines
728 B

# 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
}