mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
gui-apps/xremap: fix QA_FLAGS_IGNORED & udev_reload
Closes: https://bugs.gentoo.org/917423 Closes: https://bugs.gentoo.org/917424 Closes: https://bugs.gentoo.org/917425 Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
@@ -233,6 +233,8 @@ REQUIRED_USE="?? ( x11 gnome kde wlroots )"
|
||||
|
||||
RDEPEND="x11? ( x11-libs/libX11 )"
|
||||
|
||||
QA_FLAGS_IGNORED=".*"
|
||||
|
||||
src_configure() {
|
||||
local myfeatures=(
|
||||
$(usev x11)
|
||||
@@ -247,3 +249,11 @@ src_install() {
|
||||
cargo_src_install
|
||||
udev_newrules "${FILESDIR}"/xremap-input.rules 99-xremap-input.rules
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
udev_reload
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
udev_reload
|
||||
}
|
||||
Reference in New Issue
Block a user