Package Details: gesture-manager-git 0.1-1

Git Clone URL: https://aur.archlinux.org/gesture-manager-git.git (read-only, click to copy)
Package Base: gesture-manager-git
Description: Graphical manager for setting libinput-gestures touchpad gestures.
Upstream URL: https://github.com/gabmus/gestureManager
Licenses: GPLv3
Submitter: gabmus
Maintainer: None
Last Packager: gabmus
Votes: 14
Popularity: 0.000000
First Submitted: 2016-10-06 20:17 (UTC)
Last Updated: 2016-10-06 20:17 (UTC)

Latest Comments

nwalkewicz commented on 2022-05-19 05:21 (UTC)

When attempting to install this package, it seems like the PKGBUILD is acting a bit weird and giving me a timeout error; I'm not at all familiar with PKGBUILD syntax, but changing the source=() line as follows fixes the issue I was getting before:

source=("gesturemanager::git+https://github.com/gabmus/gestureManager.git")

bwrsandman commented on 2018-06-20 03:06 (UTC) (edited on 2018-06-20 03:06 (UTC) by bwrsandman)

Watch out, you're installing the git history in /usr/share/gesture-manager/.git

Consider removing .git/

hgabreu commented on 2017-04-13 20:16 (UTC)

missing `python-gobject` dependency

danieltimlee commented on 2016-11-05 13:19 (UTC)

Hi! I'm from Arch Aur, And It isn't directly related to this repo, but I think your `PKGBUILD` file has typo with the dependency. ```sh pkgname=gesture-manager-git pkgver=0.1 pkgrel=1 pkgdesc='Graphical manager for setting libinput-gestures touchpad gestures.' arch=('any') url='https://github.com/gabmus/gestureManager' license=('GPLv3') depends=('libinput-gestures' 'xf86-input-libinput' **'gtk3>=3.18','python'**) makedepends=('git') ``` with there Bolded text, before python it has one comma. I'm not sure it is correct syntax with that, but in my `aura` package manager, It keeps print out to me that `python` package cannot be found.