# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_10 ) inherit meson python-single-r1 systemd udev DESCRIPTION="Library to configure gaming mice" HOMEPAGE="https://github.com/libratbag/libratbag" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc elogind systemd test" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} ^^ ( elogind systemd ) " RESTRICT="!test? ( test )" BDEPEND=" ${PYTHON_DEPS} dev-lang/swig virtual/pkgconfig doc? ( $(python_gen_cond_dep ' dev-python/sphinx[${PYTHON_USEDEP}] dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] ') ) test? ( dev-libs/check dev-libs/gobject-introspection dev-debug/valgrind $(python_gen_cond_dep ' dev-python/evdev[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] ') ) " RDEPEND=" ${PYTHON_DEPS} acct-group/plugdev dev-libs/glib:2 dev-libs/json-glib dev-libs/libevdev dev-libs/libunistring:= virtual/libudev:= $(python_gen_cond_dep ' dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/evdev[${PYTHON_USEDEP}] ') elogind? ( sys-auth/elogind ) systemd? ( sys-apps/systemd ) " DEPEND=" ${RDEPEND} dev-libs/gobject-introspection " src_prepare() { default if use elogind ; then # Fix systemd includes for elogind sed -i -e 's@include