You are not logged in.
Hi,
Can someone please package xgestures.
URL: http://www.cs.bgu.ac.il/~tzachar/xgestures.html
Licence: GPL
Thanks.
Offline
pkgname=xgestures
pkgver=0.4
pkgrel=1
pkgdesc="xgestures is a gesture recognition program for X11 desktops"
arch=('i686' 'x86_64')
url="http://www.cs.bgu.ac.il/~tzachar/xgestures.html"
license=('GPL')
depends=('libxtst' 'libxmu' 'libxrender')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install || return 1
}It doesn't seem to work here, take a look into the README file in the source tarball for the right syntax of the config file ~/.xgestures
Last edited by Army (2009-06-17 21:12:44)
Offline
Or you could just go here...
DAAAAAAAAAMN I didn't look in the AUR
But I'm pretty close to your build ![]()
Last edited by Army (2009-06-17 21:19:56)
Offline
Thanks a lot, it works.
Offline