razer-blackwidow-ultimate-20170928lmiphay
download
# Copyright 1999-2026 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{13,14} )
inherit python-single-r1 git-r3
DESCRIPTION="Enable M1-M5/FN keys for the Razer BlackWidow Ultimate keyboard"
HOMEPAGE="https://github.com/lmiphay/razer-blackwidow-ultimate"
EGIT_REPO_URI="https://github.com/lmiphay/razer-blackwidow-ultimate.git"
EGIT_COMMIT="725c58e3d469d50fae7fb8fe41f89c7f6b18b5da"
LICENSE="Apache-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
$(python_gen_cond_dep '
dev-python/pyusb[${PYTHON_USEDEP}]
')
${PYTHON_DEPS}
"
DEPEND="${RDEPEND}
"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
src_prepare () {
python_fix_shebang ${PN}.py
sed -i -e \
's:/usr/bin/razer-blackwidow-ultimate.py:/usr/sbin/razer-blackwidow-ultimate:' \
"99-razer-blackwidow-ultimate.rules"
eapply_user
}
src_install() {
newsbin razer-blackwidow-ultimate.py razer-blackwidow-ultimate
python_scriptinto /usr/sbin
python_newscript "${FILESDIR}/rbu" rbu
dodoc ${FILESDIR}/Razer-Macros.Xmodmap
insinto /lib/udev/rules.d
doins 99-razer-blackwidow-ultimate.rules
newconfd "${FILESDIR}/${PN}.conf.d" "${PN}"
newinitd "${FILESDIR}/${PN}.init.d" "${PN}"
}