GabMus / gestureManager

Graphical manager for setting libinput-gestures touchpad gestures.
GNU General Public License v3.0
39 stars 3 forks source link

TYPO with dependency AT PKGBUILD. #1

Open DanielTimLee opened 7 years ago

DanielTimLee commented 7 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.

 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.

DanielTimLee commented 7 years ago

(ps. it might be cooler for newbies with inform about xdotool command!)

Really Liked your tool! (Nice Animation!) Thanks!