mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
workrave: update to 1.10.10.
This commit is contained in:
parent
beaa634039
commit
2fb7d3d26e
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'workrave'
|
# Template file for 'workrave'
|
||||||
pkgname=workrave
|
pkgname=workrave
|
||||||
version=1.10.8
|
version=1.10.10
|
||||||
revision=1
|
revision=1
|
||||||
_realversion="${version//./_}"
|
_realversion="${version//./_}"
|
||||||
wrksrc="${pkgname}-${_realversion}"
|
wrksrc="${pkgname}-${_realversion}"
|
||||||
nocross=yes # gobject-introspection
|
nocross=yes # gobject-introspection
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-gnome $(vopt_enable pulseaudio pulse)"
|
configure_args="--disable-static --disable-gnome --disable-gsettings
|
||||||
|
$(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"
|
||||||
makedepends="gtkmm-devel libSM-devel libXtst-devel libXScrnSaver-devel
|
makedepends="gtkmm-devel libSM-devel libXtst-devel libXScrnSaver-devel
|
||||||
|
@ -16,7 +17,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
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=15e0c87c2172dc249031d97d4020ee4a47ea9073aa26dc06a4b15e91abf88479
|
checksum=84f9dca7634e291631017053a63ac20cd23c4da8c8f09ca4beef6f1419d904e3
|
||||||
|
|
||||||
build_options="pulseaudio"
|
build_options="pulseaudio"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue