You are not logged in.

#1 2009-06-17 20:01:05

9mqksfhn
Member
Registered: 2009-06-17
Posts: 26

[REQUEST] xgestures

Hi,

Can someone please package xgestures.

URL: http://www.cs.bgu.ac.il/~tzachar/xgestures.html
Licence: GPL

Thanks.

Offline

#2 2009-06-17 21:10:07

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: [REQUEST] xgestures

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

#3 2009-06-17 21:13:24

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: [REQUEST] xgestures

Or you could just go here...


.:[My Blog] || [My GitHub]:.

Offline

#4 2009-06-17 21:19:18

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: [REQUEST] xgestures

Ghost1227 wrote:

Or you could just go here...

DAAAAAAAAAMN I didn't look in the AUR big_smile But I'm pretty close to your build big_smile

Last edited by Army (2009-06-17 21:19:56)

Offline

#5 2009-06-17 21:27:25

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: [REQUEST] xgestures

Funny thing is I was building that while you were posting it here tongue


.:[My Blog] || [My GitHub]:.

Offline

#6 2009-06-18 18:52:16

9mqksfhn
Member
Registered: 2009-06-17
Posts: 26

Re: [REQUEST] xgestures

Thanks a lot, it works.

Offline

Board footer

Powered by FluxBB