Search Criteria
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: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | niQo |
Maintainer: | niQo |
Last Packager: | niQo |
Votes: | 57 |
Popularity: | 0.066108 |
First Submitted: | 2012-08-15 12:49 |
Last Updated: | 2017-06-05 10:43 |
Dependencies (4)
- dbus (dbus-elogind, dbus-git, dbus-x11, dbus-nosystemd-minimal-git, dbus-selinux, dbus-nosystemd)
- grail
- python-gobject (python-gobject-git)
- xorg-server-devel (xorg-server1.12-devel, xorg-server-devel-notty, xorg-server-devel-sd_notify, xorg-server-devel-git, xorg-server-devel-noudev, xorg-server-devel-dev, xorg-server1.19-devel-git, xorg-server-devel-rootless-nosystemd-minimal-git, xorg-server-devel-rootless-nosystemd-minimal, xorg-xwayland-devel-rootless-nosystemd-minimal-git) (make)
Latest Comments
1 2 3 Next › Last »
ohthehugemanatee commented on 2020-02-05 10:35
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
xorg-server-devel
doesn't seem to fulfill make requirements, I had to addxorg-server
so check passed. Then I noticed myframe
package didn't had"oif/frame_x11.h"
(so went there and also recompiled it withxorg-server
).Please, could you fix both of them?
Celti commented on 2018-10-30 07:06
This does not require a makedepends on
pixman
, but does require one onxorg-server
to build in a clean container (as with theframe
package).eworm commented on 2018-10-01 09:43
You should add pixman to makedepends, that is required for successful build in clean chroot.
niQo commented on 2017-06-05 10:40
@kiralex thanks for reporting, PKGBUILD updated
kiralex commented on 2017-06-04 12:54
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
Anonymous comment on 2015-07-12 19:45
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]
Anonymous comment on 2015-07-12 19:38
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
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.
rekoil commented on 2015-06-03 22:35
I can't get it to compile even with these proposed changes. Still pretty much the same error as ZetaHunter had initially.