void-packages/srcpkgs/touchegg/template
2024-12-13 00:42:48 -05:00

24 lines
900 B
Bash

# Template file for 'touchegg'
pkgname=touchegg
version=2.0.17
revision=2
build_style=cmake
configure_args="-DUSE_SYSTEMD=false"
hostmakedepends="pkg-config"
makedepends="eudev-libudev-devel libinput-devel pugixml-devel cairo-devel libX11-devel
libXtst-devel libXrandr-devel libXi-devel glib-devel gtk+3-devel"
short_desc="Multitouch gesture recognizer"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/JoseExposito/touchegg"
changelog="https://raw.githubusercontent.com/JoseExposito/touchegg/master/CHANGELOG.md"
distfiles="https://github.com/JoseExposito/touchegg/archive/${version}.tar.gz"
checksum=0600c4c57d6c96b6f0a84a56cb4f5d8ce0fa42831bfa0d6cf94ce6a1a23823f8
system_accounts="_touchegg"
post_install() {
# we don't want the package being installed to mean it should be autostarted
rm -r ${DESTDIR}/etc/xdg/autostart
vsv touchegg
}