# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit git-r3

DESCRIPTION="DeaDBeeF player Gnome (via DBus) multimedia keys plugin"
HOMEPAGE="https://github.com/barthez/deadbeef-gnome-mmkeys"
EGIT_REPO_URI="https://github.com/barthez/deadbeef-gnome-mmkeys.git"

LICENSE="GPL-2"
SLOT="0"

DEPEND_COMMON="
	media-sound/deadbeef
	dev-libs/glib:2"

RDEPEND="${DEPEND_COMMON}"
DEPEND="${DEPEND_COMMON}"

src_install(){
	insinto /usr/$(get_libdir)/deadbeef
	doins ddb_gnome_mmkeys.so
}