summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorReik Keutterling2020-04-03 19:59:35 +0200
committerReik Keutterling2020-04-03 19:59:35 +0200
commitdb81253808c3a5ddc19b046930ebf9355614a34e (patch)
tree891aa7fb5271c0c316d077127d7b02daa7ff013c /PKGBUILD
parent202db50beda94e969dab182c74a7abbf65faa458 (diff)
downloadaur-db81253808c3a5ddc19b046930ebf9355614a34e.tar.gz
added optional dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18b8e2efb7df..368398cfbe9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,16 @@
_gemname=fusuma
pkgname=ruby-$_gemname
pkgver=1.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Fusuma is multitouch gesture recognizer."
arch=(any)
url="https://github.com/iberianpig/fusuma"
license=(MIT)
depends=(ruby xdotool)
-optdepends=('ruby-fusuma-plugin-sendkey: Fusuma plugin that sending virtual keyboard events')
+optdepends=('ruby-fusuma-plugin-sendkey: Fusuma plugin that sending virtual keyboard events'
+ 'ruby-fusuma-plugin-keypress: Keypress combination plugin for Fusuma'
+ 'ruby-fusuma-plugin-tap: Window Manager plugin for Fusuma'
+ 'ruby-fusuma-plugin-wmctrl: Tap and Hold gestures plugin for Fusuma')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)