x11-misc/xgestures - 0.4 (gentoo)

Search

Install

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

Package Information

Description:
A mouse gesture recognition program for X11 desktops
Homepage:
http://www.cs.bgu.ac.il/~tzachar/xgestures.html
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.4 8 ~amd64 ~x86 0
View Raw Ebuild
# 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"
}

Inherited Eclasses

Dependencies

DEPEND

	x11-libs/libXmu
	x11-libs/libX11
	x11-libs/libXrender
	x11-libs/libXtst
	x11-libs/libXt
	x11-base/xorg-proto

RDEPEND

	x11-libs/libXmu
	x11-libs/libX11
	x11-libs/libXrender
	x11-libs/libXtst
	x11-libs/libXt

Manifest for 0.4

Type File Size Source URLs
DIST xgestures-0.4.tar.bz2 77902 bytes https://downloads.sourceforge.net/xgestures/xgestures-0.4.tar.bz2