Search Criteria
Package Details: easystroke-git 0.6.0.r9.gf7c1614-2
Git Clone URL: | https://aur.archlinux.org/easystroke-git.git (read-only, click to copy) |
---|---|
Package Base: | easystroke-git |
Description: | Gesture-recognition application for X11. |
Upstream URL: | https://github.com/thjaeger/easystroke/wiki |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | applebloom |
Maintainer: | applebloom |
Last Packager: | applebloom |
Votes: | 8 |
Popularity: | 0.037303 |
First Submitted: | 2015-11-04 18:00 |
Last Updated: | 2020-01-25 15:44 |
Dependencies (12)
- boost-libs (boost171, boost-libs-git)
- dbus-glib (dbus-glib-git)
- gtkmm3
- libxtst
- xorg-server (xorg-server1.12, xorg-server-hwcursor-gamma, xorg-server1.19-git, xorg-server-notty, xorg-server-dev, xf86-input-evdev-git-surfacepen3, xf86-input-evdev-git, xorg-server-sd_notify, xorg-server-git, xorg-server-bug865, xorg-server-rootless-nosystemd-minimal, xorg-server-rootless-nosystemd-minimal-git, xorg-server-noudev)
- boost (boost-git) (make)
- gettext (gettext-git) (make)
- git (git-git) (make)
- help2man (help2man-git) (make)
- intltool (make)
- xorg-server-devel (xorg-server1.12-devel, xorg-server1.19-devel-git, xorg-server-devel-notty, xorg-server-devel-dev, xorg-server-devel-sd_notify, xorg-server-devel-git, xorg-server-devel-rootless-nosystemd-minimal, xorg-server-devel-rootless-nosystemd-minimal-git, xorg-server-devel-noudev) (make)
- xorgproto (xorgproto-git) (make)
Latest Comments
bkuri commented on 2020-07-07 18:03
@applebloom I spotted a new PR and decided to test it out. So far it seems to work just fine, so here's a gist in case you'd like to try it out and perhaps incorporate it into the next version of this package: https://gist.github.com/bkuri/eb706596817787692fc38b32f5331efe
applebloom commented on 2020-01-26 14:04
@slightlyfaulty Well that might be the culprit. Yay, another AUR helper that I'm using, correctly asks me to install
xorgproto
when a package requiresinputproto
and I don't havexorgproto
(I tested it on another package that requiresinputproto
,libx11-git
). A package manager, whether it's pacman or some AUR helper should look for packages providing a name when resolving a dependency, and not only packages with the exact name (and ideally, when multiple packages provide a name, it should allow you to pick which one you want).slightlyfaulty commented on 2020-01-26 13:05
@applebloom Could be. I'm using pamac and just get:
Works great after the update.
applebloom commented on 2020-01-25 15:44
Hmm. Since xorgproto provides inputproto, it should work. I tested and makepkg builds it fine. Perhaps it's an issue with your AUR helper? Anyway, I've changed the dependency list regardless.
applebloom commented on 2020-01-21 10:27
@slightlyfaulty Thanks, I'll fix it later.
slightlyfaulty commented on 2020-01-20 22:20
I had to change
inputproto
dependency toxorgproto
to get this working. But this still seems to work better than the community package (doesn't create a million zombie processes). Thank you!applebloom commented on 2019-03-18 18:58
@coderobe Done, thanks.
coderobe commented on 2019-03-09 13:02
The PKGBUILD is missing
git
as makedep as it is using sources pulled via gitMicroJoe commented on 2017-06-22 19:37
Works fine, thanks. :)