mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Closes: https://bugs.gentoo.org/929885 Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua> Closes: https://github.com/gentoo/gentoo/pull/36553 Signed-off-by: Sam James <sam@gentoo.org>
26 lines
939 B
XML
26 lines
939 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>spiderx@spiderx.dp.ua</email>
|
|
<name>Vladimir Pavljuchenkov</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
This is a utility which reads libinput gestures from your touchpad
|
|
and maps them to gestures you configure in a configuration file.
|
|
Each gesture can be configured to activate a shell command which is
|
|
typically an xdotool command to action desktop/window/application
|
|
keyboard combinations and commands.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="experimental">avoid producing zombie processes</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">bulletmark/libinput-gestures</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|