# Template file for 'workrave' pkgname=workrave version=1.10.20 revision=1 _realversion="${version//./_}" wrksrc="${pkgname}-${_realversion}" nocross=yes # gobject-introspection build_style=gnu-configure configure_args="--disable-static --disable-gnome --disable-gsettings $(vopt_enable pulseaudio pulse)" hostmakedepends="automake autoconf-archive gettext-devel intltool pkg-config gobject-introspection python-cheetah" makedepends="gtkmm-devel libSM-devel libXtst-devel libXScrnSaver-devel $(vopt_if pulseaudio pulseaudio-devel)" short_desc="Program that assists in the recovery and prevention of RSI" maintainer="Steve Prybylski " license="GPL-3" homepage="http://www.workrave.org/" distfiles="https://github.com/rcaelers/${pkgname}/archive/v${_realversion}.tar.gz" checksum=a89c6e82d5bbbaae5e171100b87c4efd8316ab8a18d82b83714035e1116983ec build_options="pulseaudio" pre_configure() { NOCONFIGURE=1 ./autogen.sh }