2018-09-01 13:22:09 +02:00
|
|
|
# Template file for 'libinput-gestures'
|
|
|
|
pkgname=libinput-gestures
|
2018-10-23 01:23:39 +02:00
|
|
|
version=2.39
|
2018-09-01 13:22:09 +02:00
|
|
|
revision=1
|
|
|
|
noarch=yes
|
|
|
|
depends="python3 libinput xdotool wmctrl hicolor-icon-theme"
|
|
|
|
short_desc="Action gestures on your touchpad using libinput"
|
|
|
|
maintainer="Chinmay Pai <chinmaydpai@gmail.com>"
|
|
|
|
license="GPL-3.0-or-later"
|
|
|
|
homepage="https://github.com/bulletmark/${pkgname}"
|
|
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
2018-10-23 01:23:39 +02:00
|
|
|
checksum=de7e57782867bb186e62b4c21177d0230e4a6cde16a66322ef4b6ecfc5beb4ea
|
2018-09-01 13:22:09 +02:00
|
|
|
conf_files="/etc/libinput-gestures.conf"
|
|
|
|
|
|
|
|
do_install() {
|
2018-10-18 19:02:12 +02:00
|
|
|
make DESTDIR="${DESTDIR}" install
|
2018-09-01 13:22:09 +02:00
|
|
|
}
|