# Maintainer: Nicolas QuiƩnot # Contributor: Xiao-Long Chen pkgname=geis pkgver=2.2.15 pkgrel=3 pkgdesc="Implementation of the GEIS (Gesture Engine Interface and Support) interface." arch=('i686' 'x86_64') url="https://launchpad.net/geis" license=('GPL' 'LGPL') depends=('grail' 'dbus' 'python-gobject') makedepends=('xorg-server-devel') provides=('utouch-geis') conflicts=('utouch-geis') replaces=('utouch-geis') options=('!emptydirs' '!libtool') source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz") build() { cd "$srcdir/$pkgname-$pkgver" ## add -Wno-format in CFLAGS see FS#34658 CFLAGS="$CFLAGS -Wno-format" ./configure --prefix=/usr --disable-static make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="${pkgdir}/" install } md5sums=('94c8a08497f5fc22061fb0573ca1e220')