volctl: update to 0.9.0.
This commit is contained in:
parent
b2a977c010
commit
86c858495c
|
@ -1,19 +1,14 @@
|
||||||
# Template file for 'volctl'
|
# Template file for 'volctl'
|
||||||
pkgname=volctl
|
pkgname=volctl
|
||||||
version=0.8.2
|
version=0.9.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-gobject gtk+3 desktop-file-utils python3-cairo python3-yaml python3-click"
|
depends="python3-gobject gtk+3 desktop-file-utils python3-cairo python3-yaml python3-click"
|
||||||
checkdepends="${depends} dbus pulseaudio xvfb-run"
|
|
||||||
short_desc="Lightweight volume control for pulseaudio in your systray"
|
short_desc="Lightweight volume control for pulseaudio in your systray"
|
||||||
maintainer="teldra <teldra@rotce.de>"
|
maintainer="teldra <teldra@rotce.de>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://buzz.github.io/volctl/"
|
homepage="https://buzz.github.io/volctl/"
|
||||||
distfiles="https://github.com/buzz/volctl/archive/v${version}.tar.gz"
|
distfiles="https://github.com/buzz/volctl/archive/v${version}.tar.gz"
|
||||||
checksum=8e744fe0e92f00451983e4fffa079d4d5354a8f96f6bcf8d15da44a18dc556f5
|
checksum=2995653bc506e7af061bec88fdeee973f468c1599f82e2773c0e488a33bb101a
|
||||||
|
make_check=no # no tests, but check fails with a non-zero return code
|
||||||
# There are no tests definded. If they ever add tests, we'll be ready to run them
|
|
||||||
do_check() {
|
|
||||||
xvfb-run dbus-run-session python setup.py test
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue