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: custom
Conflicts: easystroke
Provides: easystroke
Submitter: applebloom
Maintainer: applebloom
Last Packager: applebloom
Votes: 9
Popularity: 0.000000
First Submitted: 2015-11-04 18:00 (UTC)
Last Updated: 2020-01-25 15:44 (UTC)

Latest Comments

1 2 Next › Last »

celticsamurai commented on 2022-06-08 00:21 (UTC)

@applebloom I'm building this in KDE. I've used yay and tried to git clone it, but to no avail. The other links they've suggested via wget also seem to be dead. This is the closest thing I have to understanding why I'm getting the error.

mkdir -p po/ca/LC_MESSAGES
msgfmt -c po/ca.po -o po/ca/LC_MESSAGES/easystroke.mo
po/ca.po:7: warning: header field 'Language' missing in header
mkdir -p po/cs/LC_MESSAGES
msgfmt -c po/cs.po -o po/cs/LC_MESSAGES/easystroke.mo
po/cs.po:7: warning: header field 'Language' missing in header
mkdir -p po/de/LC_MESSAGES
msgfmt -c po/de.po -o po/de/LC_MESSAGES/easystroke.mo
po/de.po:8: warning: header field 'Language' missing in header
mkdir -p po/el/LC_MESSAGES
msgfmt -c po/el.po -o po/el/LC_MESSAGES/easystroke.mo
po/el.po:7: warning: header field 'Language' missing in header

applebloom commented on 2022-06-07 17:59 (UTC)

@celticsamurai Works for me. Can you post more details?

celticsamurai commented on 2022-06-06 01:39 (UTC)

Anybody here have any ways to successfully build this? I keep getting: collect2: error: ld returned 1 exit status make: *** [Makefile:62: easystroke] Error 1

applebloom commented on 2022-05-27 11:37 (UTC)

@dongka I'm not using this quite some time now (I only used it on may Thinkpad tablet). I also don't use KDE. Do you have this issue with the regular easystroke package? Or with mine, sans my patches (just delete files dont-ignore-xshape-when-saving.patch and add-toggle-option.patch before building)?

dongka commented on 2022-05-26 11:20 (UTC)

After a successful action is triggered, the meta key in KDE will fail. You must click the trigger key again. I use plasma 5.24.5

bkuri commented on 2020-07-07 18:03 (UTC)

@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 (UTC) (edited on 2020-01-26 14:04 (UTC) by applebloom)

@slightlyfaulty Well that might be the culprit. Yay, another AUR helper that I'm using, correctly asks me to install xorgproto when a package requires inputproto and I don't have xorgproto (I tested it on another package that requires inputproto, 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 (UTC)

@applebloom Could be. I'm using pamac and just get:

Checking easystroke-git dependencies...
Resolving dependencies...
Warning: cannot resolve "inputproto", a dependency of "easystroke-git"
Error: Failed to prepare transaction:
could not satisfy dependencies:
unable to satisfy dependency 'inputproto' required by easystroke-git

Works great after the update.

applebloom commented on 2020-01-25 15:44 (UTC)

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 (UTC)

@slightlyfaulty Thanks, I'll fix it later.