volctl: build_style=python2-module
Fix depends and add missing pycompile_module.
This commit is contained in:
parent
62c554c213
commit
5850055d1a
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'volctl'
|
# Template file for 'volctl'
|
||||||
pkgname=volctl
|
pkgname=volctl
|
||||||
version=0.4
|
version=0.4
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python2-module
|
||||||
|
pycompile_module="volctl"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="python-gobject"
|
depends="python-gobject pulseaudio desktop-file-utils"
|
||||||
depends="python pulseaudio desktop-file-utils"
|
|
||||||
short_desc="Lightweight volume control that sits in your systray"
|
short_desc="Lightweight volume control that sits in your systray"
|
||||||
maintainer="xo <oh@rotce.de>"
|
maintainer="xo <oh@rotce.de>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://buzz.github.io/volctl/"
|
homepage="https://buzz.github.io/volctl/"
|
||||||
distfiles="https://github.com/buzz/volctl/archive/${version}.tar.gz"
|
distfiles="https://github.com/buzz/volctl/archive/${version}.tar.gz"
|
||||||
checksum=31b7079767172c03653af380181272ade50f04f7ca32c69725239ea8116f0640
|
checksum=31b7079767172c03653af380181272ade50f04f7ca32c69725239ea8116f0640
|
||||||
alternatives="volctl:volctl:/usr/bin/volctl2"
|
|
||||||
|
|
Loading…
Reference in New Issue