blob: deb9638b6b5514e8252ba99a09fa9b0f01391153 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit deadbeef-plugins git-r3
GITHUB_USERNAME="barthez"
DESCRIPTION="DeaDBeeF gnome (via dbus) multimedia keys plugin"
HOMEPAGE="https://github.com/barthez/deadbeef-gnome-mmkeys"
EGIT_REPO_URI="https://github.com/barthez/${PN}.git"
LICENSE="GPL-2"
KEYWORDS=""
RDEPEND+=" sys-apps/dbus:0"
src_prepare() {
epatch "${FILESDIR}/${PN}.patch"
}
|