Open DanielTimLee opened 8 years ago
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.
PKGBUILD
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.
aura
python
(ps. it might be cooler for newbies with inform about xdotool command!)
xdotool
Really Liked your tool! (Nice Animation!) Thanks!
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.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 thatpython
package cannot be found.