blob: ff0d64292c94fc9adbce9abdf7ac63dfa9d463d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  | 
pkgbase = libinput-gestures
	pkgdesc = Actions gestures on your touchpad using libinput
	pkgver = 2.48
	pkgrel = 1
	url = https://github.com/bulletmark/libinput-gestures
	install = install.sh
	arch = any
	license = GPL3
	depends = python>=3.4
	depends = libinput
	depends = xdotool
	depends = wmctrl
	depends = hicolor-icon-theme
	conflicts = libinput-gestures-git
	replaces = libinput-gestures-git
	backup = etc/libinput-gestures.conf
	source = libinput-gestures-2.48.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.48.tar.gz
	md5sums = ea9f122127779354f80433b2b3196e24
pkgname = libinput-gestures
  |