Search Criteria
Package Details: touchegg 2.0.9-1
Git Clone URL: | https://aur.archlinux.org/touchegg.git (read-only, click to copy) |
---|---|
Package Base: | touchegg |
Description: | Multitouch gesture recognizer |
Upstream URL: | https://github.com/JoseExposito/touchegg/ |
Keywords: | gesture multitouch touchscreen |
Licenses: | |
Submitter: | matthewbauer |
Maintainer: | AwesomeHaircut (jbouter) |
Last Packager: | jbouter |
Votes: | 90 |
Popularity: | 2.13 |
First Submitted: | 2011-02-22 23:32 |
Last Updated: | 2021-04-06 09:11 |
Dependencies (11)
- cairo (cairo-infinality, cairo-infinality-remix, cairo-ubuntu, cairo-dfb, cairo-git, cairo-minimal, cairo-glesv2-bin, cairo-glesv3-bin)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- gtk3 (gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-patched-filechooser-icon-view, gtk3-typeahead)
- libinput (libinput-swap-two-and-three-finger-tap, libinput-fix101796-git, libinput-no-hysteresis, libinput-nosmoothing, libinput-nomiddletap, libinput-hires-scroll, libinput-complyue, libinput-multiplier, libinput-three-finger-drag, libinput-git, libinput-minimal-git)
- libx11 (libx11-git)
- libxi (libxi-git)
- libxrandr (libxrandr-git)
- libxtst
- pugixml (pugixml-shared, pugixml-git)
- systemd-libs (systemd-light-libs, systemd-cdown-libs-git, systemd-libs-git, systemd-libs-selinux)
- cmake (cmake-git) (make)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
jzbor commented on 2021-04-16 17:46
I created aur/touchegg-nosystemd which doesn't require for systemd to be installed. Hope it solves the issues for some nonsystemd users.
jzbor commented on 2021-04-15 16:55
Are you on Arch? I had the same problem on Artix, as they have recently added systemd-specific unit files. I opened an issue on Github, but sadly they have discarded it as won't fix. Guess we need a touchegg-nosystemd or something. But we have to keep in mind this is the Arch User Repository. But if the TUs don't mind I will probably create a package like this, provided someone else hasn't already done it by that point...
dreieck commented on 2021-04-14 13:58
Currently, it fails to configure for me with
install FILES given no DESTINATION!
//sbin/ld: cannot find -lpthreads
:build/CMakeFiles/CMakeError.log
:build/CMakeFiles/CMakeOutput.log
:Thanks for maintaining!
jbouter commented on 2021-02-02 10:25
@yochananmarqos I have set the pkgrel to 1, and added glib2 as dependency. Thank you for your feedback (and checks)! It is much appreciated.
jbouter commented on 2021-02-02 08:15
@yochananmarqos I am aware
libglib2-dev
is a Debian dependency, but as such it was communicated to me. The fact it is calledglib2
in Arch, I know - but I am not sure if it should be added as a dependency or not because it may be assumed it is already installed on all systems.yochananmarqos commented on 2021-02-02 07:50
@jbouter:
libglib2-dev
is a Debian dependency, we haveglib2
. If you runnamcap -i
on the package, you'll see:Did you click the link to package guidelines in my previous comment?
jbouter commented on 2021-02-02 07:31
Wait, it was reset. Why is 0 not alright?
jbouter commented on 2021-02-02 07:30
I know, but it was a small oversight. Now that you're here anyway, there's a new dependency according to the dev; libglib2.0-dev. However, this already a dependency of one of the dependencies. Should it be added alongside?
yochananmarqos commented on 2021-02-01 21:42
@jbouter: The pkgrel should always reset to 1 when there's a new version release.
jbouter commented on 2020-12-13 20:22
@yochananmarqos would you recommend I remove pkgconf from the build dependencies?
Edit: I have removed pkgconf from the make dependencies. Thanks for your feedback, yochananmarqos.