mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
workrave: update to 1.10.22.
This commit is contained in:
parent
4ab217692c
commit
041c85895f
1 changed files with 6 additions and 6 deletions
|
@ -1,23 +1,23 @@
|
||||||
# Template file for 'workrave'
|
# Template file for 'workrave'
|
||||||
pkgname=workrave
|
pkgname=workrave
|
||||||
version=1.10.20
|
version=1.10.22
|
||||||
revision=2
|
revision=1
|
||||||
_realversion="${version//./_}"
|
_realversion="${version//./_}"
|
||||||
wrksrc="${pkgname}-${_realversion}"
|
wrksrc="${pkgname}-${_realversion}"
|
||||||
nocross=yes # gobject-introspection
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-gnome --disable-gsettings
|
configure_args="--disable-static --disable-gnome --disable-gsettings
|
||||||
$(vopt_enable pulseaudio pulse)"
|
$(vopt_enable pulseaudio pulse)"
|
||||||
hostmakedepends="automake autoconf-archive gettext-devel intltool pkg-config
|
hostmakedepends="automake autoconf-archive gettext-devel intltool pkg-config
|
||||||
gobject-introspection python-cheetah"
|
gobject-introspection python-cheetah libtool"
|
||||||
makedepends="gtkmm-devel libSM-devel libXtst-devel libXScrnSaver-devel
|
makedepends="gtkmm-devel libSM-devel libXtst-devel libXScrnSaver-devel
|
||||||
$(vopt_if pulseaudio pulseaudio-devel)"
|
$(vopt_if pulseaudio pulseaudio-devel)"
|
||||||
short_desc="Program that assists in the recovery and prevention of RSI"
|
short_desc="Program that assists in the recovery and prevention of RSI"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.workrave.org/"
|
homepage="http://www.workrave.org/"
|
||||||
distfiles="https://github.com/rcaelers/${pkgname}/archive/v${_realversion}.tar.gz"
|
distfiles="https://github.com/rcaelers/${pkgname}/archive/v${_realversion}.tar.gz"
|
||||||
checksum=a89c6e82d5bbbaae5e171100b87c4efd8316ab8a18d82b83714035e1116983ec
|
checksum=969fb8a6cb14aed08b2294bd01dbb2c2485a4c9bf6936fa8a513867aed759f63
|
||||||
|
nocross=gobject-introspection
|
||||||
|
|
||||||
build_options="pulseaudio"
|
build_options="pulseaudio"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue