Install this version:
emerge -a =x11-misc/xgestures-0.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-misc/xgestures-0.4
Or alternatively:
emerge --autounmask-write -a =x11-misc/xgestures-0.4
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="A mouse gesture recognition program for X11 desktops"
HOMEPAGE="http://www.cs.bgu.ac.il/~tzachar/xgestures.html"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
x11-libs/libXmu
x11-libs/libX11
x11-libs/libXrender
x11-libs/libXtst
x11-libs/libXt"
DEPEND="${RDEPEND}
x11-base/xorg-proto"
src_prepare() {
default
eautoreconf
}
src_install() {
default
newdoc .gestures gestures
}
pkg_postinst() {
elog "Unpack /usr/share/doc/${PF}/gestures* and copy it to \$HOME/.gestures"
}
x11-libs/libXmu x11-libs/libX11 x11-libs/libXrender x11-libs/libXtst x11-libs/libXt x11-base/xorg-proto
x11-libs/libXmu x11-libs/libX11 x11-libs/libXrender x11-libs/libXtst x11-libs/libXt
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | xgestures-0.4.tar.bz2 | 77902 bytes | https://downloads.sourceforge.net/xgestures/xgestures-0.4.tar.bz2 |