Package Details: geis 2.2.17-2

Git Clone URL: https://aur.archlinux.org/geis.git (read-only, click to copy)
Package Base: geis
Description: Implementation of the GEIS (Gesture Engine Interface and Support) interface.
Upstream URL: https://launchpad.net/geis
Licenses: GPL, LGPL
Conflicts: utouch-geis
Provides: utouch-geis
Replaces: utouch-geis
Submitter: niQo
Maintainer: niQo
Last Packager: niQo
Votes: 55
Popularity: 0.000000
First Submitted: 2012-08-15 12:49 (UTC)
Last Updated: 2017-06-05 10:43 (UTC)

Latest Comments

1 2 3 Next › Last »

tilktilk5 commented on 2022-09-09 02:18 (UTC)

After configuring grail to use xorgproto, and frame / geis to use xorg-server, recompiling, I encounter an error stating C compiler cannot create executables. A brief search yielded nothing concrete I could spot but I imagine it could be due to an error in how I have c installed.

ohthehugemanatee commented on 2020-02-05 10:35 (UTC)

Requires libproto, which has been replaced by xorgproto. The dependency can't be satisfied anymore! :(

Could you please update dependencies?

PedroHLC commented on 2019-09-15 18:38 (UTC)

xorg-server-devel doesn't seem to fulfill make requirements, I had to add xorg-server so check passed. Then I noticed my frame package didn't had "oif/frame_x11.h" (so went there and also recompiled it with xorg-server).

Please, could you fix both of them?

Celti commented on 2018-10-30 07:06 (UTC)

This does not require a makedepends on pixman, but does require one on xorg-server to build in a clean container (as with the frame package).

eworm commented on 2018-10-01 09:43 (UTC)

You should add pixman to makedepends, that is required for successful build in clean chroot.

niQo commented on 2017-06-05 10:40 (UTC)

@kiralex thanks for reporting, PKGBUILD updated

deleted_deleted commented on 2017-06-04 12:54 (UTC)

there is a warning in geis code, so the code won't compile. I made a quick fix. I just add the -Wno-error flag to avoir warning making error. I know, it is a bad practice when developping in C, but I didn't want to modify the source code of geis. here is my modified PKGBUILD : https://gist.github.com/kiralex/242095f41c9d0f1c2b27434e95d8b93e

<deleted-account> commented on 2015-07-12 19:45 (UTC)

Comment by bulletmark on old AUR: Here's an updated PKGBUILD for this package that downloads the 2.2.16 source, applies a patch for this bug from the geis Ubuntu launchpad project, and then builds the Arch package. Get it from https://gist.github.com/bulletmark/dd70b972792f962d02db. It solves the problem with compilation described bellow: geis_logging.h:56:39: error: ISO C does not support '__FUNCTION__' predefined identifier [-Werror=pedantic]

<deleted-account> commented on 2015-07-12 19:38 (UTC)

I had a problem with compiling due to lack of 'oif/frame_x11.h'. I already had 'xorg-xinput' installed. But... simple re-installation of grail and frame helped out. Unfortunately, I couldn't catch cause of a problem

nos1609 commented on 2015-06-19 18:59 (UTC)

Successfully compiled v2.2.17. Simply replace "source= ...blablabla... .tar.gz" to "source= ...blablabla... .tar.xz" and the "md5sums=('550c78b5185b835b80dba14537c2c83d'" to "md5sums=('2ff9d76a3ea5794516bb02c9d1924faf'". Everything woks like a charm.